Searched refs:q_base (Results 1 – 4 of 4) sorted by relevance
| /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()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_tm.c | 560 uint16_t q_base = 0; in txgbe_node_add() local 679 txgbe_queue_base_nb_get(dev, parent_node->no, &q_base, &q_nb); in txgbe_node_add() 717 tm_node->no = q_base + parent_node->reference_count; in txgbe_node_add()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.c | 603 void *q_base, *cq_base, *sg_base; in ionic_qcq_alloc() local 673 q_base = new->base; in ionic_qcq_alloc() 676 cq_base = (void *)RTE_ALIGN((uintptr_t)q_base + q_size, in ionic_qcq_alloc() 693 ionic_q_map(&new->q, q_base, q_base_pa); in ionic_qcq_alloc()
|
| /dpdk/lib/sched/ |
| H A D | rte_sched.c | 2080 struct rte_mbuf **q_base[5]; in rte_sched_port_enqueue() local 2098 q_base[i] = rte_sched_subport_pipe_qbase(subports[i], q[i]); in rte_sched_port_enqueue() 2100 q[i], q_base[i]); in rte_sched_port_enqueue() 2106 q[i], q_base[i], pkts[i]); in rte_sched_port_enqueue()
|