Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_hw_data.c415 u32 e_stat, intsrc; in adf_gen4_bank_quiesce_coal_timer() local
430 e_stat = csr_ops->read_csr_e_stat(csr_etr, bank_idx); in adf_gen4_bank_quiesce_coal_timer()
431 if (!(~e_stat & int_col_en)) in adf_gen4_bank_quiesce_coal_timer()
439 bank_idx, wait_us, timeout_ms, e_stat, int_col_en); in adf_gen4_bank_quiesce_coal_timer()
/linux/drivers/scsi/bnx2fc/
H A 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/drivers/scsi/qedf/
H A Dqedf_els.c849 u32 offset, e_stat; in qedf_rec_compl() local
928 e_stat = ntohl(acc->reca_e_stat); in qedf_rec_compl()
931 offset, e_stat); in qedf_rec_compl()
932 if (e_stat & ESB_ST_SEQ_INIT) { in qedf_rec_compl()
/linux/drivers/scsi/libfc/
H A Dfc_exch.c769 u32 e_stat; in fc_exch_timeout() local
778 e_stat = ep->esb_stat; in fc_exch_timeout()
779 if (e_stat & ESB_ST_COMPLETE) { in fc_exch_timeout()
780 ep->esb_stat = e_stat & ~ESB_ST_REC_QUAL; in fc_exch_timeout()
782 if (e_stat & ESB_ST_REC_QUAL) in fc_exch_timeout()
786 if (e_stat & ESB_ST_ABNORMAL) in fc_exch_timeout()
H A Dfc_fcp.c1509 u32 e_stat; in fc_fcp_rec_resp() local
1573 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp()
1575 if (e_stat & ESB_ST_COMPLETE) { in fc_fcp_rec_resp()
1600 } else if (e_stat & ESB_ST_SEQ_INIT) { in fc_fcp_rec_resp()
/linux/drivers/scsi/bfa/
H A Dbfa_fc.h450 u32 e_stat; /* exchange status */ member