Searched refs:FC_SRB_ABORTED (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_fcp.c52 #define FC_SRB_ABORTED (1 << 3) /* abort acknowledged */ macro
705 fsp->state |= FC_SRB_ABORTED;
752 if (fsp->state & (FC_SRB_ABORTED | FC_SRB_ABORT_PENDING))
924 if (fsp->state & FC_SRB_ABORTED) {
1179 } else if (fsp->state & FC_SRB_ABORTED) {
1463 if (fsp->state & FC_SRB_ABORTED)

Completed in 106 milliseconds