Searched refs:FC_SRB_RCV_STATUS (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.c50 #define FC_SRB_RCV_STATUS (1 << 1) /* response has arrived */ macro
516 if (unlikely(fsp->state & FC_SRB_RCV_STATUS) &&
874 fsp->state |= FC_SRB_RCV_STATUS;
1343 else if (fsp->state & FC_SRB_RCV_STATUS)
1647 fsp->state &= ~FC_SRB_RCV_STATUS;
1923 if (fsp->state & FC_SRB_RCV_STATUS) {

Completed in 36 milliseconds