Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/habanalabs/
Dirq.c83 struct hl_cq_entry *cq_entry, *cq_base; in hl_irq_handler_cq() local
92 cq_base = (struct hl_cq_entry *) (uintptr_t) cq->kernel_address; in hl_irq_handler_cq()
95 bool entry_ready = ((le32_to_cpu(cq_base[cq->ci].data) & in hl_irq_handler_cq()
102 cq_entry = (struct hl_cq_entry *) &cq_base[cq->ci]; in hl_irq_handler_cq()
/Linux-v5.4/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.c1171 ukinfo->cq_base = iwcq->kmem.va; in i40iw_create_cq()
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c1374 struct cq_base *hw_cqe, **hw_cqe_ptr; in __clean_cq()
1378 hw_cqe_ptr = (struct cq_base **)cq_hwq->pbl_ptr; in __clean_cq()
2122 struct cq_base *peek_hwcqe, **peek_hw_cqe_ptr; in do_wa9060()
2156 peek_hw_cqe_ptr = (struct cq_base **)cq->hwq.pbl_ptr; in do_wa9060()
2487 struct cq_base *hw_cqe, **hw_cqe_ptr; in bnxt_qplib_is_cq_empty()
2493 hw_cqe_ptr = (struct cq_base **)cq->hwq.pbl_ptr; in bnxt_qplib_is_cq_empty()
2739 struct cq_base *hw_cqe, **hw_cqe_ptr; in bnxt_qplib_poll_cq()
2748 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)
Dib_verbs.c2567 entries * sizeof(struct cq_base), in bnxt_re_create_cq()
3643 resp.cqe_sz = sizeof(struct cq_base); in bnxt_re_alloc_ucontext()
Droce_hsi.h440 struct cq_base { struct
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c344 void *q_base, *cq_base, *sg_base; in ionic_qcq_alloc() local
447 cq_base = (void *)ALIGN((uintptr_t)q_base + q_size, PAGE_SIZE); in ionic_qcq_alloc()
451 sg_base = (void *)ALIGN((uintptr_t)cq_base + cq_size, in ionic_qcq_alloc()
458 ionic_cq_map(&new->cq, cq_base, cq_base_pa); in ionic_qcq_alloc()
/Linux-v5.4/drivers/staging/qlge/
Dqlge_main.c1081 rx_ring->curr_entry = rx_ring->cq_base; in ql_update_cq()
2969 if (rx_ring->cq_base) { in ql_free_rx_resources()
2972 rx_ring->cq_base, rx_ring->cq_base_dma); in ql_free_rx_resources()
2973 rx_ring->cq_base = NULL; in ql_free_rx_resources()
2986 rx_ring->cq_base = in ql_alloc_rx_resources()
2990 if (rx_ring->cq_base == NULL) { in ql_alloc_rx_resources()
3157 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()