Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c38 #define FC_SRB_RCV_STATUS (1 << 1) /* response has arrived */ macro
566 if (unlikely(fsp->state & FC_SRB_RCV_STATUS) && in fc_fcp_recv_data()
928 fsp->state |= FC_SRB_RCV_STATUS; in fc_fcp_resp()
1442 else if (fsp->state & FC_SRB_RCV_STATUS) in fc_fcp_timeout()
1755 fsp->state &= ~FC_SRB_RCV_STATUS; in fc_fcp_srr()
2008 if (fsp->state & FC_SRB_RCV_STATUS) { in fc_io_compl()