Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dvirtio_net.c2757 struct virtio_net_ctrl_coal_rx coal_rx; in virtnet_send_notf_coal_cmds() local
2772 coal_rx.rx_usecs = cpu_to_le32(ec->rx_coalesce_usecs); in virtnet_send_notf_coal_cmds()
2773 coal_rx.rx_max_packets = cpu_to_le32(ec->rx_max_coalesced_frames); in virtnet_send_notf_coal_cmds()
2774 sg_init_one(&sgs_rx, &coal_rx, sizeof(coal_rx)); in virtnet_send_notf_coal_cmds()