Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/libfc/
Dfc_exch.c646 u32 e_stat; in fc_exch_timeout() local
655 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()
Dfc_fcp.c1452 u32 e_stat; in fc_fcp_rec_resp() local
1511 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()
/linux-2.6.39/drivers/scsi/bfa/
Dbfa_fc.h471 u32 e_stat; /* exchange status */ member