Searched refs:coal_tx (Results 1 – 1 of 1) sorted by relevance
2756 struct virtio_net_ctrl_coal_tx coal_tx; in virtnet_send_notf_coal_cmds() local2759 coal_tx.tx_usecs = cpu_to_le32(ec->tx_coalesce_usecs); in virtnet_send_notf_coal_cmds()2760 coal_tx.tx_max_packets = cpu_to_le32(ec->tx_max_coalesced_frames); in virtnet_send_notf_coal_cmds()2761 sg_init_one(&sgs_tx, &coal_tx, sizeof(coal_tx)); in virtnet_send_notf_coal_cmds()