Home
last modified time | relevance | path

Searched refs:qbase (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/sched/
H A Drte_sched.c1988 struct rte_mbuf **qbase) in rte_sched_port_enqueue_qwa_prefetch0() argument
2006 struct rte_mbuf **qbase, in rte_sched_port_enqueue_qwa() argument
2512 struct rte_mbuf **qbase; in grinder_next_tc() local
2529 grinder->qbase[0] = qbase; in grinder_next_tc()
2541 grinder->qbase[0] = qbase; in grinder_next_tc()
2542 grinder->qbase[1] = qbase + qsize; in grinder_next_tc()
2543 grinder->qbase[2] = qbase + 2 * qsize; in grinder_next_tc()
2544 grinder->qbase[3] = qbase + 3 * qsize; in grinder_next_tc()
2730 struct rte_mbuf **qbase = grinder->qbase[qpos]; in grinder_prefetch_mbuf() local
2734 grinder->pkt = qbase[qr]; in grinder_prefetch_mbuf()
[all …]
/dpdk/drivers/net/i40e/
H A Di40e_pf.c70 uint16_t qbase = vf->vsi->base_queue; in i40e_pf_vf_queues_mapping() local
87 val = ((qbase + i) & I40E_VPLAN_QTABLE_QINDEX_MASK); in i40e_pf_vf_queues_mapping()
96 q1 = qbase + 2 * i; in i40e_pf_vf_queues_mapping()
101 q2 = qbase + 2 * i + 1; in i40e_pf_vf_queues_mapping()