Home
last modified time | relevance | path

Searched refs:rq_cons_idx (Results 1 – 8 of 8) sorted by relevance

/linux/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.c386 tgt->rq_cons_idx = 0; in bnx2fc_init_tgt()
/linux/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()
/linux/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h3028 __le16 rq_cons_idx; member
4431 __le16 rq_cons_idx; member
H A Dmain.c1119 err_event->rq_cons_idx, in bnxt_re_handle_qp_async_event()
H A Dqplib_fp.c2927 cqe_cons = le16_to_cpu(hwcqe->rq_cons_idx); in bnxt_qplib_cq_process_terminal()