Searched refs:virtio_net_hdr_mrg_rxbuf (Results 1 – 3 of 3) sorted by relevance
78 struct virtio_net_hdr_mrg_rxbuf { struct
151 struct virtio_net_hdr_mrg_rxbuf mhdr;
292 sc->vtnet_hdr_size = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vtnet_attach()1121 new_frame_size = sizeof(struct virtio_net_hdr_mrg_rxbuf) + in vtnet_change_mtu()1692 struct virtio_net_hdr_mrg_rxbuf *mhdr; in vtnet_rxeof()1722 mhdr = mtod(m, struct virtio_net_hdr_mrg_rxbuf *); in vtnet_rxeof()1724 adjsz = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vtnet_rxeof()