Searched refs:virtio_net_hdr (Results 1 – 3 of 3) sorted by relevance
50 static struct virtio_net_hdr tx_virtio_hdr;56 static struct virtio_net_hdr rx_hdr[RX_BUF_NB];102 struct virtio_net_hdr *hdr; in virtnet_poll()113 BUG_ON(len > sizeof(struct virtio_net_hdr) + ETH_FRAME_LEN); in virtnet_poll()116 len -= sizeof(struct virtio_net_hdr); in virtnet_poll()124 list[0].length = sizeof(struct virtio_net_hdr); in virtnet_poll()171 list[0].length = sizeof(struct virtio_net_hdr); in virtnet_transmit()219 list[0].length = sizeof(struct virtio_net_hdr); in provide_buffers()
27 struct virtio_net_hdr struct
110 struct virtio_net_hdr { struct124 struct virtio_net_hdr hdr; argument