Home
last modified time | relevance | path

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

1234567

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dvirtio_net.h37 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
121 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
164 hdr->gso_type = VIRTIO_NET_HDR_GSO_NONE; in virtio_net_hdr_from_skb()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dvirtio_net.h37 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
121 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
164 hdr->gso_type = VIRTIO_NET_HDR_GSO_NONE; in virtio_net_hdr_from_skb()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dvirtio_net.h37 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
121 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
164 hdr->gso_type = VIRTIO_NET_HDR_GSO_NONE; in virtio_net_hdr_from_skb()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/
H A Dvirtio-net.h31 #define VIRTIO_NET_HDR_GSO_NONE 0 // Not a GSO frame macro
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Dvirtio-net.h47 #define VIRTIO_NET_HDR_GSO_NONE 0 // Not a GSO frame macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Dvirtio-net.h47 #define VIRTIO_NET_HDR_GSO_NONE 0 // Not a GSO frame macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/
H A Dvirtio-net.h47 #define VIRTIO_NET_HDR_GSO_NONE 0 // Not a GSO frame macro
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/
H A Dvirtio-net.h47 #define VIRTIO_NET_HDR_GSO_NONE 0 // Not a GSO frame macro
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/
H A Dvirtio-net.h47 #define VIRTIO_NET_HDR_GSO_NONE 0 // Not a GSO frame macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/
H A Dvirtio-net.h47 #define VIRTIO_NET_HDR_GSO_NONE 0 // Not a GSO frame macro
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/
H A Dvirtio-net.h47 #define VIRTIO_NET_HDR_GSO_NONE 0 // Not a GSO frame macro
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/
H A Dvirtio-net.h47 #define VIRTIO_NET_HDR_GSO_NONE 0 // Not a GSO frame macro
/dports/emulators/qemu42/qemu-4.2.1/hw/net/
H A Dnet_tx_pkt.c290 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
319 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
610 if (VIRTIO_NET_HDR_GSO_NONE != pkt->virt_hdr.gso_type) { in net_tx_pkt_send()
619 pkt->virt_hdr.gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send()
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A Dnet_tx_pkt.c290 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
319 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
624 if (VIRTIO_NET_HDR_GSO_NONE != pkt->virt_hdr.gso_type) { in net_tx_pkt_send()
633 pkt->virt_hdr.gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send()
/dports/emulators/qemu60/qemu-6.0.0/hw/net/
H A Dnet_tx_pkt.c290 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
319 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
622 if (VIRTIO_NET_HDR_GSO_NONE != pkt->virt_hdr.gso_type) { in net_tx_pkt_send()
631 pkt->virt_hdr.gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/net/
H A Dnet_tx_pkt.c290 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
319 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
610 if (VIRTIO_NET_HDR_GSO_NONE != pkt->virt_hdr.gso_type) { in net_tx_pkt_send()
619 pkt->virt_hdr.gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/net/
H A Dnet_tx_pkt.c290 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
319 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
610 if (VIRTIO_NET_HDR_GSO_NONE != pkt->virt_hdr.gso_type) { in net_tx_pkt_send()
619 pkt->virt_hdr.gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send()
/dports/emulators/qemu5/qemu-5.2.0/hw/net/
H A Dnet_tx_pkt.c290 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
319 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
622 if (VIRTIO_NET_HDR_GSO_NONE != pkt->virt_hdr.gso_type) { in net_tx_pkt_send()
631 pkt->virt_hdr.gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/net/
H A Dnet_tx_pkt.c290 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
319 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
610 if (VIRTIO_NET_HDR_GSO_NONE != pkt->virt_hdr.gso_type) { in net_tx_pkt_send()
619 pkt->virt_hdr.gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/net/
H A Dnet_tx_pkt.c290 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
319 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
610 if (VIRTIO_NET_HDR_GSO_NONE != pkt->virt_hdr.gso_type) { in net_tx_pkt_send()
619 pkt->virt_hdr.gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/net/
H A Dnet_tx_pkt.c290 uint8_t rc = VIRTIO_NET_HDR_GSO_NONE; in net_tx_pkt_get_gso_type()
319 case VIRTIO_NET_HDR_GSO_NONE: in net_tx_pkt_build_vheader()
624 if (VIRTIO_NET_HDR_GSO_NONE != pkt->virt_hdr.gso_type) { in net_tx_pkt_send()
633 pkt->virt_hdr.gso_type == VIRTIO_NET_HDR_GSO_NONE) { in net_tx_pkt_send()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/Include/IndustryStandard/
H A DVirtio095Net.h79 #define VIRTIO_NET_HDR_GSO_NONE 0x00 macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BhyvePkg/Include/IndustryStandard/
H A DVirtioNet.h85 #define VIRTIO_NET_HDR_GSO_NONE 0x00 macro
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/OvmfPkg/Include/IndustryStandard/
H A DVirtio095Net.h79 #define VIRTIO_NET_HDR_GSO_NONE 0x00 macro
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/Include/IndustryStandard/
H A DVirtio095Net.h79 #define VIRTIO_NET_HDR_GSO_NONE 0x00 macro

1234567