Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/Documentation/networking/
Dsegmentation-offloads.rst16 * UDP Fragmentation Offload - UFO
60 UFO is deprecated: modern kernels will no longer generate UFO skbs, but can
/kernel/linux/linux-5.10/Documentation/networking/
Dsegmentation-offloads.rst16 * UDP Fragmentation Offload - UFO
60 UFO is deprecated: modern kernels will no longer generate UFO skbs, but can
/kernel/linux/linux-5.10/include/linux/
Dvirtio_net.h120 /* UFO does not specify ipv4 or 6: try both */ in virtio_net_hdr_to_skb()
147 /* UFO may not include transport header in gso_size. */ in virtio_net_hdr_to_skb()
Dnetdev_features.h54 NETIF_F_GSO_UDP_BIT, /* ... UFO, deprecated except tuntap */
55 NETIF_F_GSO_UDP_L4_BIT, /* ... UDP payload GSO (not UFO) */
/kernel/linux/linux-5.10/include/uapi/linux/
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. */
131 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */
Dif_tun.h90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
/kernel/linux/linux-6.6/include/linux/
Dvirtio_net.h132 /* UFO does not specify ipv4 or 6: try both */ in virtio_net_hdr_to_skb()
161 /* UFO may not include transport header in gso_size. */ in virtio_net_hdr_to_skb()
Dnetdev_features.h54 NETIF_F_GSO_UDP_BIT, /* ... UFO, deprecated except tuntap */
55 NETIF_F_GSO_UDP_L4_BIT, /* ... UDP payload GSO (not UFO) */
/kernel/linux/linux-6.6/include/uapi/linux/
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) */
Dif_tun.h92 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-regs.h147 /* UFO encoded block mode */
170 /* UFO encoded 10-bit block mode */
172 /* UFO encoded 10-bit HEVC tile mode */
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_qp.c566 u32 tso = 0, ufo = 0; in hinic_set_tso_inner_l4() local
571 ufo = 1; in hinic_set_tso_inner_l4()
576 task->pkt_info0 |= HINIC_SQ_TASK_INFO0_SET(tso || ufo, TSO_FLAG); in hinic_set_tso_inner_l4()
581 HINIC_SQ_CTRL_SET(ufo, QUEUE_INFO_UFO) | in hinic_set_tso_inner_l4()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
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()
/kernel/linux/linux-5.10/net/ipv6/
Doutput_core.c28 * clients requesting UFO without specifying an IPv6 fragment ID.
Dudp_offload.c51 /* Do software UFO. Complete and fill in the UDP checksum as HW cannot in udp6_ufo_fragment()
/kernel/linux/linux-6.6/net/ipv6/
Doutput_core.c22 * clients requesting UFO without specifying an IPv6 fragment ID.
Dudp_offload.c53 /* Do software UFO. Complete and fill in the UDP checksum as HW cannot in udp6_ufo_fragment()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
Dif_tun.h90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dif_tun.h90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/
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)
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
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)
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/neterion/
Ds2io.rst22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
/kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/neterion/
Ds2io.rst22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
/kernel/linux/linux-6.6/net/core/
Dgso.c161 /* UFO sets gso_size to the size of the fragmentation in skb_gso_transport_seglen()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/
Dmediatek,vcodec-subdev-decoder.yaml49 platform, there are some ports like RDMA, UFO in lat soc larb, need to enable its power and

123