Searched refs:virtio_net_rxhdr (Results 1 – 3 of 3) sorted by relevance
88 struct virtio_net_rxhdr { struct97 #define VNET_HDR_LEN sizeof(struct virtio_net_rxhdr) argument
255 struct virtio_net_rxhdr *hdr; in pci_vtnet_rx()656 sc->vhdrlen = sizeof(struct virtio_net_rxhdr) - 2; in pci_vtnet_init()715 sc->vhdrlen = sizeof(struct virtio_net_rxhdr); in pci_vtnet_neg_features()722 sc->vhdrlen = sizeof(struct virtio_net_rxhdr) - 2; in pci_vtnet_neg_features()
122 #define VNET_HDR_LEN sizeof(struct virtio_net_rxhdr)