Searched refs:cq_base (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/drivers/misc/habanalabs/ |
| D | irq.c | 83 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/ |
| D | i40iw_user.h | 365 struct i40iw_cqe *cq_base; member 397 struct i40iw_cqe *cq_base; member
|
| D | i40iw_uk.c | 1062 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()
|
| D | i40iw_type.h | 518 struct i40iw_cqe *cq_base; member 650 struct i40iw_cqe *cq_base; member 954 u64 cq_base; member
|
| D | i40iw_d.h | 118 &((_cq)->cq_base[I40IW_RING_GETCURRENT_HEAD((_cq)->cq_ring)]) \ 123 ((_cq)->cq_base))[I40IW_RING_GETCURRENT_HEAD((_cq)->cq_ring)]) \
|
| D | i40iw_puda.c | 699 init_info->cq_base = mem->va; in i40iw_puda_cq_create()
|
| D | i40iw_main.c | 657 info.cq_base = ccq->mem_cq.va; in i40iw_create_ccq()
|
| D | i40iw_ctrl.c | 1951 cq->cq_uk.cq_base = info->cq_base; in i40iw_sc_ccq_init()
|
| D | i40iw_verbs.c | 1171 ukinfo->cq_base = iwcq->kmem.va; in i40iw_create_cq()
|
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_fp.c | 1374 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()
|
| D | qplib_fp.h | 326 #define BNXT_QPLIB_MAX_CQE_ENTRY_SIZE sizeof(struct cq_base)
|
| D | ib_verbs.c | 2567 entries * sizeof(struct cq_base), in bnxt_re_create_cq() 3643 resp.cqe_sz = sizeof(struct cq_base); in bnxt_re_alloc_ucontext()
|
| D | roce_hsi.h | 440 struct cq_base { struct
|
| /Linux-v5.4/drivers/net/ethernet/pensando/ionic/ |
| D | ionic_lif.c | 344 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/ |
| D | qlge_main.c | 1081 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()
|
| D | qlge.h | 1422 void *cq_base; member
|
| D | qlge_dbg.c | 1744 pr_err("rx_ring->cq_base = %p\n", rx_ring->cq_base); in ql_dump_rx_ring()
|