Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dxsk_fwd.c429 u32 n_pkts; member
529 u32 n_pkts, pos, i; in port_rx_burst() local
532 n_pkts = ARRAY_SIZE(b->addr); in port_rx_burst()
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()
552 for (i = 0; i < n_pkts; i++) { in port_rx_burst()
557 xsk_ring_cons__release(&p->rxq, n_pkts); in port_rx_burst()
558 p->n_pkts_rx += n_pkts; in port_rx_burst()
[all …]
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/
Dhtc.h633 u32 msg_look_ahead, int *n_pkts);