Searched refs:virtio_net_hdr_mrg_rxbuf (Results 1 – 9 of 9) sorted by relevance
775 struct virtio_net_hdr_mrg_rxbuf *hdr) in copy_vnet_hdr_to_desc()815 struct virtio_net_hdr_mrg_rxbuf tmp_hdr, *hdr = NULL; in copy_mbuf_to_desc()837 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(uintptr_t)hdr_addr; in copy_mbuf_to_desc()981 struct virtio_net_hdr_mrg_rxbuf tmp_hdr, *hdr = NULL; in async_mbuf_to_desc()1010 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(uintptr_t)hdr_addr; in async_mbuf_to_desc()1264 struct virtio_net_hdr_mrg_rxbuf *hdrs[PACKED_BATCH_SIZE]; in virtio_dev_rx_batch_packed()1265 uint32_t buf_offset = sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtio_dev_rx_batch_packed()1309 hdrs[i] = (struct virtio_net_hdr_mrg_rxbuf *) in virtio_dev_rx_batch_packed()1312 sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtio_dev_rx_batch_packed()2238 uint32_t buf_offset = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vhost_reserve_avail_batch_packed()[all …]
354 dev->vhost_hlen = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vhost_user_set_features()
1199 struct virtio_net_hdr_mrg_rxbuf *header; in virtio_recv_pkts_inorder()1214 header = (struct virtio_net_hdr_mrg_rxbuf *) in virtio_recv_pkts_inorder()1383 struct virtio_net_hdr_mrg_rxbuf *header; in virtio_recv_mergeable_pkts()1398 header = (struct virtio_net_hdr_mrg_rxbuf *) in virtio_recv_mergeable_pkts()1556 struct virtio_net_hdr_mrg_rxbuf *header; in virtio_recv_mergeable_pkts_packed()1571 header = (struct virtio_net_hdr_mrg_rxbuf *)((char *) in virtio_recv_mergeable_pkts_packed()1770 __alignof__(struct virtio_net_hdr_mrg_rxbuf))) in virtio_xmit_pkts_packed()1851 __alignof__(struct virtio_net_hdr_mrg_rxbuf))) in virtio_xmit_pkts()1953 __alignof__(struct virtio_net_hdr_mrg_rxbuf))) { in virtio_xmit_pkts_inorder()
323 struct virtio_net_hdr_mrg_rxbuf { struct331 struct virtio_net_hdr_mrg_rxbuf tx_hdr; argument
1728 hw->vtnet_hdr_size = sizeof(struct virtio_net_hdr_mrg_rxbuf); in virtio_init_device()1909 if (sizeof(struct virtio_net_hdr_mrg_rxbuf) > RTE_PKTMBUF_HEADROOM) { in eth_virtio_dev_init()1912 (int)sizeof(struct virtio_net_hdr_mrg_rxbuf), in eth_virtio_dev_init()
363 hdr_size = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vhost_kernel_enable_queue_pair()
1509 ival != sizeof(struct virtio_net_hdr_mrg_rxbuf)) { in tunioctl()1713 struct virtio_net_hdr_mrg_rxbuf vhdr; in tunread()1744 struct virtio_net_hdr_mrg_rxbuf *vhdr) in tunwrite_l2()1843 struct virtio_net_hdr_mrg_rxbuf vhdr; in tunwrite()
32 dev->hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vs_vhost_net_setup()
62 no less than "sizeof(struct virtio_net_hdr_mrg_rxbuf)", which is 12 bytes when mergeable or