Home
last modified time | relevance | path

Searched refs:virtio_net_hdr_mrg_rxbuf (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c775 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 …]
H A Dvhost_user.c354 dev->vhost_hlen = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vhost_user_set_features()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.c1199 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()
H A Dvirtqueue.h323 struct virtio_net_hdr_mrg_rxbuf { struct
331 struct virtio_net_hdr_mrg_rxbuf tx_hdr; argument
H A Dvirtio_ethdev.c1728 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()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_kernel.c363 hdr_size = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vhost_kernel_enable_queue_pair()
/f-stack/freebsd/net/
H A Dif_tuntap.c1509 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()
/f-stack/dpdk/examples/vhost/
H A Dvirtio_net.c32 dev->hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in vs_vhost_net_setup()
/f-stack/dpdk/doc/guides/nics/
H A Dvirtio.rst62 no less than "sizeof(struct virtio_net_hdr_mrg_rxbuf)", which is 12 bytes when mergeable or