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

/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_fcp.c50 #define FC_SRB_RCV_STATUS (1 << 1) /* response has arrived */ macro
538 if (unlikely(fsp->state & FC_SRB_RCV_STATUS) && fc_fcp_recv_data()
900 fsp->state |= FC_SRB_RCV_STATUS; fc_fcp_resp()
1401 else if (fsp->state & FC_SRB_RCV_STATUS) fc_fcp_timeout()
1705 fsp->state &= ~FC_SRB_RCV_STATUS; fc_fcp_srr()
1957 if (fsp->state & FC_SRB_RCV_STATUS) { fc_io_compl()

Completed in 58 milliseconds