Searched refs:FC_SRB_RCV_STATUS (Results 1 – 1 of 1) sorted by relevance
38 #define FC_SRB_RCV_STATUS (1 << 1) /* response has arrived */ macro571 if (unlikely(fsp->state & FC_SRB_RCV_STATUS) && in fc_fcp_recv_data()933 fsp->state |= FC_SRB_RCV_STATUS; in fc_fcp_resp()1447 else if (fsp->state & FC_SRB_RCV_STATUS) in fc_fcp_timeout()1759 fsp->state &= ~FC_SRB_RCV_STATUS; in fc_fcp_srr()2015 if (fsp->state & FC_SRB_RCV_STATUS) { in fc_io_compl()
Completed in 6 milliseconds