Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_dpdk_if.c122 static struct rte_ring **dispatch_ring[RTE_MAX_ETHPORTS]; variable
411 if (dispatch_ring[portid] == NULL) { in init_dispatch_ring()
414 dispatch_ring[portid] = rte_zmalloc(name_buf, in init_dispatch_ring()
417 if (dispatch_ring[portid] == NULL) { in init_dispatch_ring()
426 dispatch_ring[portid][queueid] = create_ring(name_buf, in init_dispatch_ring()
429 if (dispatch_ring[portid][queueid] == NULL) in init_dispatch_ring()
433 name_buf, rte_ring_free_count(dispatch_ring[portid][queueid])); in init_dispatch_ring()
1320 ret = rte_ring_enqueue(dispatch_ring[port_id][ret], rtem);
1350 int ret = rte_ring_enqueue(dispatch_ring[port_id][j],
1398 nb_rb = rte_ring_dequeue_burst(dispatch_ring[port_id][queue_id],