Home
last modified time | relevance | path

Searched refs:rx_batched (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dtun.c217 u32 rx_batched; member
1557 u32 rx_batched = tun->rx_batched; in tun_rx_batched() local
1560 if (!rx_batched || (!more && skb_queue_empty(queue))) { in tun_rx_batched()
1569 if (!more || skb_queue_len(queue) == rx_batched) { in tun_rx_batched()
2847 tun->rx_batched = 0; in tun_set_iff()
3605 ec->rx_max_coalesced_frames = tun->rx_batched; in tun_get_coalesce()
3616 tun->rx_batched = NAPI_POLL_WEIGHT; in tun_set_coalesce()
3618 tun->rx_batched = ec->rx_max_coalesced_frames; in tun_set_coalesce()
/kernel/linux/linux-6.6/drivers/net/
H A Dtun.c206 u32 rx_batched; member
1550 u32 rx_batched = tun->rx_batched; in tun_rx_batched() local
1553 if (!rx_batched || (!more && skb_queue_empty(queue))) { in tun_rx_batched()
1562 if (!more || skb_queue_len(queue) == rx_batched) { in tun_rx_batched()
2849 tun->rx_batched = 0; in tun_set_iff()
3628 ec->rx_max_coalesced_frames = tun->rx_batched; in tun_get_coalesce()
3641 tun->rx_batched = NAPI_POLL_WEIGHT; in tun_set_coalesce()
3643 tun->rx_batched = ec->rx_max_coalesced_frames; in tun_set_coalesce()

Completed in 9 milliseconds