Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port_frag.c52 uint32_t n_frags; member
106 port->n_frags = 0; in rte_port_ring_reader_frag_create()
139 if (p->n_frags >= n_pkts) { in rte_port_ring_reader_frag_rx()
142 p->n_frags -= n_pkts; in rte_port_ring_reader_frag_rx()
148 n_pkts_out = p->n_frags; in rte_port_ring_reader_frag_rx()
149 p->n_frags = 0; in rte_port_ring_reader_frag_rx()
199 p->n_frags = (uint32_t) status; in rte_port_ring_reader_frag_rx()
220 p->n_frags -= n_pkts_to_provide; in rte_port_ring_reader_frag_rx()
227 p->n_frags * sizeof(void *)); in rte_port_ring_reader_frag_rx()
228 n_pkts_out += p->n_frags; in rte_port_ring_reader_frag_rx()
[all …]