Searched full:ufo (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v6.1/Documentation/networking/ |
D | segmentation-offloads.rst | 16 * UDP Fragmentation Offload - UFO 60 UFO is deprecated: modern kernels will no longer generate UFO skbs, but can
|
/Linux-v6.1/include/linux/ |
D | virtio_net.h | 120 /* 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()
|
D | netdev_features.h | 54 NETIF_F_GSO_UDP_BIT, /* ... UFO, deprecated except tuntap */ 55 NETIF_F_GSO_UDP_L4_BIT, /* ... UDP payload GSO (not UFO) */
|
D | skbuff.h | 578 /* Warning: this field is not always filled in (UFO)! */
|
/Linux-v6.1/include/uapi/linux/ |
D | virtio_net.h | 43 #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) */
|
D | if_tun.h | 92 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
|
D | ethtool.h | 1578 #define ETHTOOL_GUFO 0x00000021 /* Get UFO enable (ethtool_value) */ 1579 #define ETHTOOL_SUFO 0x00000022 /* Set UFO enable (ethtool_value) */
|
/Linux-v6.1/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-regs.h | 146 /* UFO encoded block mode */ 169 /* UFO encoded 10-bit block mode */ 171 /* UFO encoded 10-bit HEVC tile mode */
|
D | mtk-mdp3-comp.c | 159 /* Set 10bit UFO mode */ in config_rdma_subfrm()
|
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_qp.c | 564 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()
|
/Linux-v6.1/net/ipv6/ |
D | output_core.c | 28 * clients requesting UFO without specifying an IPv6 fragment ID.
|
D | udp_offload.c | 52 /* Do software UFO. Complete and fill in the UDP checksum as HW cannot in udp6_ufo_fragment()
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | if_tun.h | 90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
|
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/vdec/ |
D | vdec_vp9_if.c | 107 * @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)
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/neterion/ |
D | s2io.rst | 22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | mediatek,vcodec-subdev-decoder.yaml | 49 platform, there are some ports like RDMA, UFO in lat soc larb, need to enable its power and
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | pdcpat.h | 58 #define PAT_UFO 6 /* HPA Space (UFO for Mariposa) */
|
/Linux-v6.1/net/ipv4/ |
D | udp_offload.c | 397 /* Do software UFO. Complete and fill in the UDP checksum as in udp4_ufo_fragment()
|
/Linux-v6.1/fs/jfs/ |
D | jfs_txnmgr.c | 801 jfs_err("UFO tlock:0x%p", tlck); in txLock() 1411 jfs_err("UFO tlock:0x%p", tlck); in txLog() 1492 jfs_err("diLog: UFO type tlck:0x%p", tlck); in diLog()
|
D | jfs_logmgr.c | 392 jfs_err("lmWriteRecord: UFO tlck:0x%p", tlck); in lmWriteRecord()
|
D | jfs_imap.c | 753 jfs_err("diWrite: UFO tlock"); in diWrite()
|
D | jfs_dtree.c | 1205 jfs_err("dtSplitUp(): UFO!"); in dtSplitUp()
|
/Linux-v6.1/drivers/net/ethernet/neterion/ |
D | s2io.h | 785 /* Per fifo UFO in band structure */
|
/Linux-v6.1/drivers/net/ethernet/cadence/ |
D | macb_main.c | 1976 /* UDP - UFO */ in macb_tx_map() 2149 /* For UFO only: in macb_features_check()
|
/Linux-v6.1/drivers/net/ethernet/tehuti/ |
D | tehuti.c | 1328 * UFO and IP fragmentation is on the way
|
12