Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dvirtio_net.h383 __le32 rx_max_packets; member
/Linux-v6.1/drivers/net/
Dvirtio_net.c280 u32 rx_max_packets; member
2773 coal_rx.rx_max_packets = cpu_to_le32(ec->rx_max_coalesced_frames); in virtnet_send_notf_coal_cmds()
2783 vi->rx_max_packets = ec->rx_max_coalesced_frames; in virtnet_send_notf_coal_cmds()
2848 ec->rx_max_coalesced_frames = vi->rx_max_packets; in virtnet_get_coalesce()
3811 vi->rx_max_packets = 0; in virtnet_probe()