Searched refs:e_stat (Results 1 – 5 of 5) sorted by relevance
392 u32 e_stat; in bnx2fc_rec_compl() local506 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()
834 u32 offset, e_stat; in qedf_rec_compl() local908 e_stat = ntohl(acc->reca_e_stat); in qedf_rec_compl()911 offset, e_stat); in qedf_rec_compl()912 if (e_stat & ESB_ST_SEQ_INIT) { in qedf_rec_compl()
765 u32 e_stat; in fc_exch_timeout() local774 e_stat = ep->esb_stat; in fc_exch_timeout()775 if (e_stat & ESB_ST_COMPLETE) { in fc_exch_timeout()776 ep->esb_stat = e_stat & ~ESB_ST_REC_QUAL; in fc_exch_timeout()778 if (e_stat & ESB_ST_REC_QUAL) in fc_exch_timeout()782 if (e_stat & ESB_ST_ABNORMAL) in fc_exch_timeout()
1513 u32 e_stat; in fc_fcp_rec_resp() local1577 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp()1579 if (e_stat & ESB_ST_COMPLETE) { in fc_fcp_rec_resp()1604 } else if (e_stat & ESB_ST_SEQ_INIT) { in fc_fcp_rec_resp()
465 u32 e_stat; /* exchange status */ member