Searched refs:e_stat (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 392 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() 511 BNX2FC_IO_DBG(rec_req, "e_stat = 0x%x, offset = 0x%x\n", in bnx2fc_rec_compl() 512 e_stat, offset); in bnx2fc_rec_compl()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_els.c | 849 u32 offset, e_stat; in qedf_rec_compl() local 928 e_stat = ntohl(acc->reca_e_stat); in qedf_rec_compl() 930 "Received LS_ACC for REC: offset=0x%x, e_stat=0x%x.\n", in qedf_rec_compl() 931 offset, e_stat); in qedf_rec_compl() 932 if (e_stat & ESB_ST_SEQ_INIT) { in qedf_rec_compl()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 392 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() 511 BNX2FC_IO_DBG(rec_req, "e_stat = 0x%x, offset = 0x%x\n", in bnx2fc_rec_compl() 512 e_stat, offset); in bnx2fc_rec_compl()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_els.c | 849 u32 offset, e_stat; in qedf_rec_compl() local 928 e_stat = ntohl(acc->reca_e_stat); in qedf_rec_compl() 930 "Received LS_ACC for REC: offset=0x%x, e_stat=0x%x.\n", in qedf_rec_compl() 931 offset, e_stat); in qedf_rec_compl() 932 if (e_stat & ESB_ST_SEQ_INIT) { in qedf_rec_compl()
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_exch.c | 770 u32 e_stat; in fc_exch_timeout() local 779 e_stat = ep->esb_stat; in fc_exch_timeout() 780 if (e_stat & ESB_ST_COMPLETE) { in fc_exch_timeout() 781 ep->esb_stat = e_stat & ~ESB_ST_REC_QUAL; in fc_exch_timeout() 783 if (e_stat & ESB_ST_REC_QUAL) in fc_exch_timeout() 787 if (e_stat & ESB_ST_ABNORMAL) in fc_exch_timeout()
|
H A D | fc_fcp.c | 1519 u32 e_stat; in fc_fcp_rec_resp() local 1583 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp() 1585 if (e_stat & ESB_ST_COMPLETE) { in fc_fcp_rec_resp() 1610 } else if (e_stat & ESB_ST_SEQ_INIT) { in fc_fcp_rec_resp()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_exch.c | 769 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 D | fc_fcp.c | 1509 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()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_fc.h | 465 u32 e_stat; /* exchange status */ member
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_fc.h | 450 u32 e_stat; /* exchange status */ member
|
Completed in 24 milliseconds