Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c789 u32 offset, e_stat; in qedf_rec_compl() local
857 e_stat = ntohl(acc->reca_e_stat); in qedf_rec_compl()
860 offset, e_stat); in qedf_rec_compl()
861 if (e_stat & ESB_ST_SEQ_INIT) { in qedf_rec_compl()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_els.c392 u32 e_stat; in bnx2fc_rec_compl() local
506 e_stat = ntohl(acc->reca_e_stat); in bnx2fc_rec_compl()
507 if (e_stat & ESB_ST_SEQ_INIT) { in bnx2fc_rec_compl()
512 e_stat, offset); in bnx2fc_rec_compl()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c777 u32 e_stat; in fc_exch_timeout() local
786 e_stat = ep->esb_stat; in fc_exch_timeout()
787 if (e_stat & ESB_ST_COMPLETE) { in fc_exch_timeout()
788 ep->esb_stat = e_stat & ~ESB_ST_REC_QUAL; in fc_exch_timeout()
790 if (e_stat & ESB_ST_REC_QUAL) in fc_exch_timeout()
794 if (e_stat & ESB_ST_ABNORMAL) in fc_exch_timeout()
Dfc_fcp.c1525 u32 e_stat; in fc_fcp_rec_resp() local
1589 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp()
1591 if (e_stat & ESB_ST_COMPLETE) { in fc_fcp_rec_resp()
1616 } else if (e_stat & ESB_ST_SEQ_INIT) { in fc_fcp_rec_resp()
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fc.h473 u32 e_stat; /* exchange status */ member