Searched refs:n_pkts (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xsk_fwd.c | 429 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; in port_rx_burst() 590 u32 n_pkts, pos, i; port_tx_burst() local 677 u32 n_pkts, j; thread_func() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 640 u32 msg_look_ahead, int *n_pkts);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 640 u32 msg_look_ahead, int *n_pkts);
|
Completed in 6 milliseconds