Searched refs:q_base (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 572 uint16_t q_base = 0; in ixgbe_node_add() local 691 ixgbe_queue_base_nb_get(dev, parent_node->no, &q_base, &q_nb); in ixgbe_node_add() 729 tm_node->no = q_base + parent_node->reference_count; in ixgbe_node_add()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.c | 591 void *q_base, *cq_base, *sg_base; in ionic_qcq_alloc() local 674 q_base = new->base; in ionic_qcq_alloc() 677 cq_base = (void *)RTE_ALIGN((uintptr_t)q_base + q_size, PAGE_SIZE); in ionic_qcq_alloc() 691 ionic_q_map(&new->q, q_base, q_base_pa); in ionic_qcq_alloc()
|
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched.c | 1994 struct rte_mbuf **q_base[5]; in rte_sched_port_enqueue() local 2012 q_base[i] = rte_sched_subport_pipe_qbase(subports[i], q[i]); in rte_sched_port_enqueue() 2014 q[i], q_base[i]); in rte_sched_port_enqueue() 2020 q[i], q_base[i], pkts[i]); in rte_sched_port_enqueue()
|