Home
last modified time | relevance | path

Searched refs:cq_base (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_user.h365 struct i40iw_cqe *cq_base; member
397 struct i40iw_cqe *cq_base; member
Di40iw_uk.c1062 cq->cq_base = (struct i40iw_cqe *)info->cq_base; in i40iw_cq_uk_init()
1101 cqe = (u64 *)&(((struct i40iw_extended_cqe *)cq->cq_base)[cq_head]); in i40iw_clean_cq()
1103 cqe = (u64 *)&cq->cq_base[cq_head]; in i40iw_clean_cq()
Di40iw_type.h518 struct i40iw_cqe *cq_base; member
650 struct i40iw_cqe *cq_base; member
954 u64 cq_base; member
Di40iw_d.h118 &((_cq)->cq_base[I40IW_RING_GETCURRENT_HEAD((_cq)->cq_ring)]) \
123 ((_cq)->cq_base))[I40IW_RING_GETCURRENT_HEAD((_cq)->cq_ring)]) \
Di40iw_puda.c699 init_info->cq_base = mem->va; in i40iw_puda_cq_create()
Di40iw_main.c657 info.cq_base = ccq->mem_cq.va; in i40iw_create_ccq()
Di40iw_ctrl.c1951 cq->cq_uk.cq_base = info->cq_base; in i40iw_sc_ccq_init()
Di40iw_verbs.c1227 ukinfo->cq_base = iwcq->kmem.va; in i40iw_create_cq()
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c1363 struct cq_base *hw_cqe, **hw_cqe_ptr; in __clean_cq()
1367 hw_cqe_ptr = (struct cq_base **)cq_hwq->pbl_ptr; in __clean_cq()
2107 struct cq_base *peek_hwcqe, **peek_hw_cqe_ptr; in do_wa9060()
2141 peek_hw_cqe_ptr = (struct cq_base **)cq->hwq.pbl_ptr; in do_wa9060()
2482 struct cq_base *hw_cqe, **hw_cqe_ptr; in bnxt_qplib_is_cq_empty()
2488 hw_cqe_ptr = (struct cq_base **)cq->hwq.pbl_ptr; in bnxt_qplib_is_cq_empty()
2747 struct cq_base *hw_cqe, **hw_cqe_ptr; in bnxt_qplib_poll_cq()
2756 hw_cqe_ptr = (struct cq_base **)cq->hwq.pbl_ptr; in bnxt_qplib_poll_cq()
Dqplib_fp.h326 #define BNXT_QPLIB_MAX_CQE_ENTRY_SIZE sizeof(struct cq_base)
Droce_hsi.h413 struct cq_base { struct
Dib_verbs.c2624 entries * sizeof(struct cq_base), in bnxt_re_create_cq()
3694 resp.cqe_sz = sizeof(struct cq_base); in bnxt_re_alloc_ucontext()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c1081 rx_ring->curr_entry = rx_ring->cq_base; in ql_update_cq()
2970 if (rx_ring->cq_base) { in ql_free_rx_resources()
2973 rx_ring->cq_base, rx_ring->cq_base_dma); in ql_free_rx_resources()
2974 rx_ring->cq_base = NULL; in ql_free_rx_resources()
2987 rx_ring->cq_base = in ql_alloc_rx_resources()
2991 if (rx_ring->cq_base == NULL) { in ql_alloc_rx_resources()
3158 rx_ring->curr_entry = rx_ring->cq_base; in ql_start_rx_ring()
Dqlge.h1422 void *cq_base; member
Dqlge_dbg.c1744 pr_err("rx_ring->cq_base = %p\n", rx_ring->cq_base); in ql_dump_rx_ring()