Home
last modified time | relevance | path

Searched refs:rq_cons_idx (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1464 char *buf = (char *)tgt->rq + (tgt->rq_cons_idx * BNX2FC_RQ_BUF_SZ); in bnx2fc_get_next_rqe()
1466 if (tgt->rq_cons_idx + num_items > BNX2FC_RQ_WQES_MAX) in bnx2fc_get_next_rqe()
1469 tgt->rq_cons_idx += num_items; in bnx2fc_get_next_rqe()
1471 if (tgt->rq_cons_idx >= BNX2FC_RQ_WQES_MAX) in bnx2fc_get_next_rqe()
1472 tgt->rq_cons_idx -= BNX2FC_RQ_WQES_MAX; in bnx2fc_get_next_rqe()
H A Dbnx2fc.h337 u32 rq_cons_idx; member
H A Dbnx2fc_tgt.c388 tgt->rq_cons_idx = 0; in bnx2fc_init_tgt()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1463 char *buf = (char *)tgt->rq + (tgt->rq_cons_idx * BNX2FC_RQ_BUF_SZ); in bnx2fc_get_next_rqe()
1465 if (tgt->rq_cons_idx + num_items > BNX2FC_RQ_WQES_MAX) in bnx2fc_get_next_rqe()
1468 tgt->rq_cons_idx += num_items; in bnx2fc_get_next_rqe()
1470 if (tgt->rq_cons_idx >= BNX2FC_RQ_WQES_MAX) in bnx2fc_get_next_rqe()
1471 tgt->rq_cons_idx -= BNX2FC_RQ_WQES_MAX; in bnx2fc_get_next_rqe()
H A Dbnx2fc.h334 u32 rq_cons_idx; member
H A Dbnx2fc_tgt.c388 tgt->rq_cons_idx = 0; in bnx2fc_init_tgt()
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H A Dbnx2i.h616 * @rq_cons_idx: RQ consumer index
677 u16 rq_cons_idx; member
H A Dbnx2i_hwi.c202 bnx2i_conn->ep->qp.rq_cons_idx = 0; in bnx2i_get_rq_buf()
205 bnx2i_conn->ep->qp.rq_cons_idx++; in bnx2i_get_rq_buf()
1162 ep->qp.rq_cons_idx = 0; in bnx2i_alloc_qp_resc()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H A Dbnx2i.h616 * @rq_cons_idx: RQ consumer index
677 u16 rq_cons_idx; member
H A Dbnx2i_hwi.c202 bnx2i_conn->ep->qp.rq_cons_idx = 0; in bnx2i_get_rq_buf()
205 bnx2i_conn->ep->qp.rq_cons_idx++; in bnx2i_get_rq_buf()
1162 ep->qp.rq_cons_idx = 0; in bnx2i_alloc_qp_resc()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h846 __le16 rq_cons_idx; member
3111 __le16 rq_cons_idx; member
H A Dqplib_fp.c2788 cqe_cons = le16_to_cpu(hwcqe->rq_cons_idx); in bnxt_qplib_cq_process_terminal()
2793 "FP: CQ Processed terminal reported rq_cons_idx 0x%x exceeds max 0x%x\n", in bnxt_qplib_cq_process_terminal()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h2932 __le16 rq_cons_idx; member
4302 __le16 rq_cons_idx; member
H A Dqplib_fp.c2865 cqe_cons = le16_to_cpu(hwcqe->rq_cons_idx); in bnxt_qplib_cq_process_terminal()
2870 "FP: CQ Processed terminal reported rq_cons_idx 0x%x exceeds max 0x%x\n", in bnxt_qplib_cq_process_terminal()

Completed in 54 milliseconds