Searched refs:coal_rx (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/
H A Dvirtio_net.c4257 struct virtio_net_ctrl_coal_rx *coal_rx __free(kfree) = NULL;
4281 coal_rx = kzalloc(sizeof(*coal_rx), GFP_KERNEL);
4282 if (!coal_rx) {
4297 coal_rx->rx_usecs = cpu_to_le32(ec->rx_coalesce_usecs);
4298 coal_rx->rx_max_packets = cpu_to_le32(ec->rx_max_coalesced_frames);
4299 sg_init_one(&sgs_rx, coal_rx, sizeof(*coal_rx));

Completed in 227 milliseconds