Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/
H A Dvirtio_net.c232 struct virtio_net_ctrl_coal_tx coal_tx; member
3284 vi->ctrl->coal_tx.tx_usecs = cpu_to_le32(ec->tx_coalesce_usecs); in virtnet_send_notf_coal_cmds()
3285 vi->ctrl->coal_tx.tx_max_packets = cpu_to_le32(ec->tx_max_coalesced_frames); in virtnet_send_notf_coal_cmds()
3286 sg_init_one(&sgs_tx, &vi->ctrl->coal_tx, sizeof(vi->ctrl->coal_tx)); in virtnet_send_notf_coal_cmds()

Completed in 7 milliseconds