Home
last modified time | relevance | path

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

/dpdk/lib/port/
H A Drte_port_frag.c50 uint32_t n_frags; member
104 port->n_frags = 0; in rte_port_ring_reader_frag_create()
137 if (p->n_frags >= n_pkts) { in rte_port_ring_reader_frag_rx()
140 p->n_frags -= n_pkts; in rte_port_ring_reader_frag_rx()
146 n_pkts_out = p->n_frags; in rte_port_ring_reader_frag_rx()
147 p->n_frags = 0; in rte_port_ring_reader_frag_rx()
197 p->n_frags = (uint32_t) status; in rte_port_ring_reader_frag_rx()
218 p->n_frags -= n_pkts_to_provide; in rte_port_ring_reader_frag_rx()
225 p->n_frags * sizeof(void *)); in rte_port_ring_reader_frag_rx()
226 n_pkts_out += p->n_frags; in rte_port_ring_reader_frag_rx()
[all …]