Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dxsk_fwd.c429 u32 n_pkts; member
534 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() local
681 if (!n_pkts) in thread_func()
[all …]
/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc.h633 u32 msg_look_ahead, int *n_pkts);

Completed in 14 milliseconds