Searched hist:"252 e44805bcfff5de2e05dd126f69a18e0b760f0" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | diff 252e44805bcfff5de2e05dd126f69a18e0b760f0 Tue Nov 23 17:29:25 CST 2010 Eddie Wai <eddie.wai@broadcom.com> [SCSI] bnx2i: Allow to abort the connection if connect request times out
In the situation where the connect completion response arrives after the connect request has already timed out, the connection was not being aborted but only the resource was being freed. This creates a problem for 5771X (10g) as the chip flags this with an assertion.
This change will properly aborts the connection before freeing the resource.
Signed-off-by: Eddie Wai <eddie.wai@broadcom.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
|