Searched refs:n_pkts (Results 1 – 2 of 2) sorted by relevance
429 u32 n_pkts; member534 n_pkts = bcache_cons_check(p->bc, n_pkts); in port_rx_burst()535 if (!n_pkts) in port_rx_burst()539 n_pkts = xsk_ring_cons__peek(&p->rxq, n_pkts, &pos); in port_rx_burst()540 if (!n_pkts) { in port_rx_burst()584 return n_pkts; in port_rx_burst()596 n_pkts = xsk_ring_cons__peek(&p->umem_cq, n_pkts, &pos); in port_tx_burst()607 n_pkts = b->n_pkts; in port_tx_burst()677 u32 n_pkts, j; in thread_func() local681 if (!n_pkts) in thread_func()[all …]
633 u32 msg_look_ahead, int *n_pkts);
Completed in 14 milliseconds