Searched refs:e_stat (Results 1 – 3 of 3) sorted by relevance
646 u32 e_stat; in fc_exch_timeout() local655 e_stat = ep->esb_stat; in fc_exch_timeout()656 if (e_stat & ESB_ST_COMPLETE) { in fc_exch_timeout()657 ep->esb_stat = e_stat & ~ESB_ST_REC_QUAL; in fc_exch_timeout()659 if (e_stat & ESB_ST_REC_QUAL) in fc_exch_timeout()666 if (e_stat & ESB_ST_ABNORMAL) in fc_exch_timeout()
1452 u32 e_stat; in fc_fcp_rec_resp() local1511 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp()1513 if (e_stat & ESB_ST_COMPLETE) { in fc_fcp_rec_resp()1538 } else if (e_stat & ESB_ST_SEQ_INIT) { in fc_fcp_rec_resp()
471 u32 e_stat; /* exchange status */ member