| /Linux-v5.15/drivers/misc/habanalabs/common/ |
| D | irq.c | 84 struct hl_cq_entry *cq_entry, *cq_base; in hl_irq_handler_cq() local 93 cq_base = cq->kernel_address; in hl_irq_handler_cq() 96 bool entry_ready = ((le32_to_cpu(cq_base[cq->ci].data) & in hl_irq_handler_cq() 103 cq_entry = (struct hl_cq_entry *) &cq_base[cq->ci]; in hl_irq_handler_cq()
|
| /Linux-v5.15/drivers/infiniband/hw/irdma/ |
| D | user.h | 319 void irdma_uk_cq_resize(struct irdma_cq_uk *cq, void *cq_base, int size); 379 struct irdma_cqe *cq_base; member 414 struct irdma_cqe *cq_base; member
|
| D | uk.c | 983 void irdma_uk_cq_resize(struct irdma_cq_uk *cq, void *cq_base, int cq_size) in irdma_uk_cq_resize() argument 985 cq->cq_base = cq_base; in irdma_uk_cq_resize() 1098 ext_cqe = cq->cq_base[peek_head].buf; in irdma_uk_cq_poll_cmpl() 1509 cq->cq_base = info->cq_base; in irdma_uk_cq_init() 1538 cqe = ((struct irdma_extended_cqe *)(cq->cq_base))[cq_head].buf; in irdma_uk_clean_cq() 1540 cqe = cq->cq_base[cq_head].buf; in irdma_uk_clean_cq()
|
| D | defs.h | 941 (_cq)->cq_base[IRDMA_RING_CURRENT_HEAD((_cq)->cq_ring)].buf \ 946 ((_cq)->cq_base))[IRDMA_RING_CURRENT_HEAD((_cq)->cq_ring)].buf \
|
| D | type.h | 665 struct irdma_cqe *cq_base; member 809 struct irdma_cqe *cq_base; member
|
| D | puda.c | 243 ext_cqe = cq_uk->cq_base[peek_head].buf; in irdma_puda_poll_info() 804 init_info->cq_base = mem->va; in irdma_puda_cq_create()
|
| D | ctrl.c | 2674 irdma_uk_cq_resize(&cq->cq_uk, info->cq_base, info->cq_size); in irdma_sc_cq_resize() 4217 cq->cq_uk.cq_base = info->cq_base; in irdma_sc_ccq_init()
|
| D | verbs.c | 1859 info.cq_base = kmem_buf.va; in irdma_resize_cq() 2069 ukinfo->cq_base = iwcq->kmem.va; in irdma_create_cq()
|
| D | hw.c | 1023 info.cq_base = ccq->mem_cq.va; in irdma_create_ccq()
|
| /Linux-v5.15/Documentation/networking/device_drivers/qlogic/ |
| D | qlge.rst | 79 .cq_base = (void *)0x0,
|
| /Linux-v5.15/drivers/net/ethernet/pensando/ionic/ |
| D | ionic_lif.c | 380 if (qcq->cq_base) { in ionic_qcq_free() 381 dma_free_coherent(dev, qcq->cq_size, qcq->cq_base, qcq->cq_base_pa); in ionic_qcq_free() 382 qcq->cq_base = NULL; in ionic_qcq_free() 511 void *q_base, *cq_base, *sg_base; in ionic_qcq_alloc() local 585 cq_base = PTR_ALIGN(q_base + q_size, PAGE_SIZE); in ionic_qcq_alloc() 587 ionic_cq_map(&new->cq, cq_base, cq_base_pa); in ionic_qcq_alloc() 603 new->cq_base = dma_alloc_coherent(dev, new->cq_size, &new->cq_base_pa, in ionic_qcq_alloc() 605 if (!new->cq_base) { in ionic_qcq_alloc() 610 cq_base = PTR_ALIGN(new->cq_base, PAGE_SIZE); in ionic_qcq_alloc() 612 ionic_cq_map(&new->cq, cq_base, cq_base_pa); in ionic_qcq_alloc() [all …]
|
| D | ionic_lif.h | 77 void *cq_base; member
|
| /Linux-v5.15/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_fp.h | 343 #define BNXT_QPLIB_MAX_CQE_ENTRY_SIZE sizeof(struct cq_base)
|
| D | qplib_fp.c | 1418 struct cq_base *hw_cqe; in __clean_cq() 2045 hwq_attr.stride = sizeof(struct cq_base); in bnxt_qplib_create_cq() 2233 struct cq_base *peek_hwcqe; in do_wa9060() 2599 struct cq_base *hw_cqe; in bnxt_qplib_is_cq_empty() 2851 struct cq_base *hw_cqe; in bnxt_qplib_poll_cq()
|
| D | roce_hsi.h | 546 struct cq_base { struct
|
| D | ib_verbs.c | 2843 entries * sizeof(struct cq_base), in bnxt_re_create_cq() 3870 resp.cqe_sz = sizeof(struct cq_base); in bnxt_re_alloc_ucontext()
|
| /Linux-v5.15/drivers/staging/qlge/ |
| D | qlge_main.c | 991 rx_ring->curr_entry = rx_ring->cq_base; in qlge_update_cq() 2844 if (rx_ring->cq_base) { in qlge_free_rx_resources() 2847 rx_ring->cq_base, rx_ring->cq_base_dma); in qlge_free_rx_resources() 2848 rx_ring->cq_base = NULL; in qlge_free_rx_resources() 2861 rx_ring->cq_base = in qlge_alloc_rx_resources() 2865 if (!rx_ring->cq_base) { in qlge_alloc_rx_resources() 2982 rx_ring->curr_entry = rx_ring->cq_base; in qlge_start_rx_ring()
|
| D | qlge.h | 1463 void *cq_base; member
|