Searched refs:cq_base (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_pf.c | 53 dlb2_port[i][DLB2_DIR_PORT].cq_base = NULL; in dlb2_pf_low_level_io_init() 58 dlb2_port[i][DLB2_LDB_PORT].cq_base = NULL; in dlb2_pf_low_level_io_init() 269 phys_addr_t cq_base; in dlb2_pf_ldb_port_create() local 287 port_base = dlb2_alloc_coherent_aligned(&mz, &cq_base, alloc_sz, in dlb2_pf_ldb_port_create() 304 cq_base, in dlb2_pf_ldb_port_create() 313 dlb2_port[response.id][DLB2_LDB_PORT].cq_base = (void *)(port_base); in dlb2_pf_ldb_port_create() 345 phys_addr_t cq_base; in dlb2_pf_dir_port_create() local 362 port_base = dlb2_alloc_coherent_aligned(&mz, &cq_base, alloc_sz, in dlb2_pf_dir_port_create() 379 cq_base, in dlb2_pf_dir_port_create() 388 dlb2_port[response.id][DLB2_DIR_PORT].cq_base = in dlb2_pf_dir_port_create()
|
| H A D | dlb2_main.h | 24 void *cq_base; member
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.c | 603 void *q_base, *cq_base, *sg_base; in ionic_qcq_alloc() local 676 cq_base = (void *)RTE_ALIGN((uintptr_t)q_base + q_size, in ionic_qcq_alloc() 682 sg_base = (void *)RTE_ALIGN((uintptr_t)cq_base + cq_size, in ionic_qcq_alloc() 694 ionic_cq_map(&new->cq, cq_base, cq_base_pa); in ionic_qcq_alloc()
|
| /dpdk/drivers/event/dlb2/ |
| H A D | dlb2_priv.h | 385 struct dlb2_dequeue_qe *cq_base; member
|
| H A D | dlb2.c | 3259 volatile struct dlb2_dequeue_qe *cq_base; in dlb2_dequeue_wait() local 3269 cq_base = port_data->cq_base; in dlb2_dequeue_wait() 3271 &cq_base[qm_port->cq_idx]; in dlb2_dequeue_wait() 3570 cq_addr = dlb2_port[qm_port->id][PORT_TYPE(qm_port)].cq_base; in dlb2_recv_qe_sparse() 3808 cq_addr = dlb2_port[qm_port->id][PORT_TYPE(qm_port)].cq_base; in dlb2_recv_qe_sparse_vec() 4008 cq_addr = dlb2_port[qm_port->id][PORT_TYPE(qm_port)].cq_base; in dlb2_recv_qe()
|