android_kernel_xiaomi_sm8350/drivers/infiniband/ulp/iser
Erez Zilber 3104a2175d IB/iser: Handle aborting a command after it is sent
The SCSI midlayer may abort a command that was already sent.  If the
initiator is still trying to send the command (or data-out PDUs for
that command), the QP may time out after the midlayer times
out. Therefore, when aborting the command, iSER may still have
references for the command's buffers.  When sending these PDUs, the
sends will complete with an error and their resources will be released
then.

Signed-off-by: Erez Zilber <erezz@voltaire.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2007-03-26 16:35:09 -07:00
..
iscsi_iser.c IB/iser: Return error code when PDUs may not be sent 2007-01-07 10:15:15 -08:00
iscsi_iser.h IB/iser: Use the new verbs DMA mapping functions 2006-12-12 14:31:00 -08:00
iser_initiator.c IB/iser: Handle aborting a command after it is sent 2007-03-26 16:35:09 -07:00
iser_memory.c IB/iser: Use the new verbs DMA mapping functions 2006-12-12 14:31:00 -08:00
iser_verbs.c WorkStruct: make allyesconfig 2006-11-22 14:57:56 +00:00
Kconfig IB/iser: Fix the description of iSER in Kconfig 2006-09-28 10:54:51 -07:00
Makefile IB/iser: iSER Kconfig and Makefile 2006-06-22 07:51:14 -07:00