Home
last modified time | relevance | path

Searched full:ufo (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/linux/Documentation/networking/
H A Dsegmentation-offloads.rst16 * UDP Fragmentation Offload - UFO
60 UFO is deprecated: modern kernels will no longer generate UFO skbs, but can
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h33 /* Guest can handle UFO in */
41 /* Host can handle UFO in */
111 #define VIRTIO_NET_HDR_GSO_UDP 0x03 /* GSO frame, IPv4 UDP (UFO) */
/openbmc/linux/include/linux/
H A Dvirtio_net.h134 /* UFO does not specify ipv4 or 6: try both */ in virtio_net_hdr_to_skb()
163 /* UFO may not include transport header in gso_size. */ in virtio_net_hdr_to_skb()
H A Dnetdev_features.h54 NETIF_F_GSO_UDP_BIT, /* ... UFO, deprecated except tuntap */
55 NETIF_F_GSO_UDP_L4_BIT, /* ... UDP payload GSO (not UFO) */
/openbmc/qemu/qapi/
H A Dvirtio.json335 # "VIRTIO_NET_F_HOST_UFO: Device can receive UFO",
339 # "VIRTIO_NET_F_GUEST_UFO: Driver can receive UFO",
377 # "VIRTIO_NET_F_HOST_UFO: Device can receive UFO",
381 # "VIRTIO_NET_F_GUEST_UFO: Driver can receive UFO",
408 # "VIRTIO_NET_F_HOST_UFO: Device can receive UFO",
412 # "VIRTIO_NET_F_GUEST_UFO: Driver can receive UFO",
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h43 #define VIRTIO_NET_F_GUEST_UFO 10 /* Guest can handle UFO in. */
47 #define VIRTIO_NET_F_HOST_UFO 14 /* Host can handle UFO in. */
136 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */
H A Dif_tun.h92 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
/openbmc/qemu/net/
H A Dtap-linux.h52 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
H A Dtap_int.h40 void tap_fd_set_offload(int fd, int csum, int tso4, int tso6, int ecn, int ufo,
H A Dtap-stub.c70 int tso6, int ecn, int ufo, int uso4, int uso6) in tap_fd_set_offload() argument
H A Dtap-linux.c232 int tso6, int ecn, int ufo, int uso4, int uso6) in tap_fd_set_offload() argument
249 if (ufo) in tap_fd_set_offload()
H A Dnetmap.c348 * supports UFO, so we use this callback also for the has_ufo hook. */
370 int ecn, int ufo, int uso4, int uso6) in netmap_set_offload() argument
H A Dtap-bsd.c235 int tso6, int ecn, int ufo, int uso4, int uso6) in tap_fd_set_offload() argument
H A Dtap-solaris.c239 int tso6, int ecn, int ufo, int uso4, int uso6) in tap_fd_set_offload() argument
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h43 #define VIRTIO_NET_F_GUEST_UFO 10 /* Guest can handle UFO in. */
47 #define VIRTIO_NET_F_HOST_UFO 14 /* Host can handle UFO in. */
137 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h147 /* UFO encoded block mode */
170 /* UFO encoded 10-bit block mode */
172 /* UFO encoded 10-bit HEVC tile mode */
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.c564 u32 tso = 0, ufo = 0; in hinic_set_tso_inner_l4() local
569 ufo = 1; in hinic_set_tso_inner_l4()
574 task->pkt_info0 |= HINIC_SQ_TASK_INFO0_SET(tso || ufo, TSO_FLAG); in hinic_set_tso_inner_l4()
579 HINIC_SQ_CTRL_SET(ufo, QUEUE_INFO_UFO) | in hinic_set_tso_inner_l4()
/openbmc/linux/net/ipv6/
H A Doutput_core.c22 * clients requesting UFO without specifying an IPv6 fragment ID.
H A Dudp_offload.c53 /* Do software UFO. Complete and fill in the UDP checksum as HW cannot in udp6_ufo_fragment()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_tun.h90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_if.c107 * @buf_sz_y_bs : ufo compressed y plane size (AP-R, VPU-W)
108 * @buf_sz_c_bs : ufo compressed cbcr plane size (AP-R, VPU-W)
109 * @buf_len_sz_y : size used to store y plane ufo info (AP-R, VPU-W)
110 * @buf_len_sz_c : size used to store cbcr plane ufo info (AP-R, VPU-W)
/openbmc/linux/Documentation/networking/device_drivers/ethernet/neterion/
H A Ds2io.rst22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
/openbmc/linux/net/core/
H A Dgso.c161 /* UFO sets gso_size to the size of the fragmentation in skb_gso_transport_seglen()
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dmediatek,vcodec-subdev-decoder.yaml49 platform, there are some ports like RDMA, UFO in lat soc larb, need to enable its power and
/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c261 "VIRTIO_NET_F_GUEST_UFO: Driver can receive UFO"),
269 "VIRTIO_NET_F_HOST_UFO: Device can receive UFO"),

12