Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_HDR_GSO_NONE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h109 #define VIRTIO_NET_HDR_GSO_NONE 0x00 /* Not a GSO frame */ macro
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c303 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
333 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
826 if (VIRTIO_NET_HDR_GSO_NONE != gso_type) { in net_tx_pkt_send_custom()
834 if (offload || gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send_custom()
/openbmc/qemu/net/
H A Deth.c68 return VIRTIO_NET_HDR_GSO_NONE | ecn_state; in eth_get_gso_type()
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c284 .gso_type = VIRTIO_NET_HDR_GSO_NONE in vubr_backend_recv_cb()