/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_queue.h | 107 /** @timeline_ufo: Timeline UFO for the context queue. */ 109 /** @fw_obj: FW object representing the UFO value. */ 112 /** @value: CPU mapping of the UFO value. */
|
D | pvr_queue.c | 174 * backed by a UFO. 178 * * A non-NULL pvr_queue_fence object if the dma_fence is backed by a UFO, or 325 /* We can pass at most ROGUE_FWIF_CCB_CMD_MAX_UFOS per UFO-related command. */ in ufo_cmds_size() 342 /* One UFO cmd for the fence signaling, one UFO cmd per native fence native, in job_cmds_size() 765 /* Make sure we CPU-signal the UFO object, so other queues don't get in pvr_queue_start() 871 * pvr_queue_fence_is_ufo_backed() - Check if a dma_fence is backed by a UFO object 874 * A UFO-backed fence is a fence that can be signaled or waited upon FW-side. 875 * pvr_job::done_fence objects are backed by the timeline UFO attached to the queue 899 * the UFO object attached to the queue.
|
D | pvr_rogue_fwif_sf.h | 108 "UFO Checks for FWCtx 0x%08.8x @ %d" }, 110 "UFO Check: [0x%08.8x] is 0x%08.8x requires 0x%08.8x" }, 112 "UFO Checks succeeded" }, 114 "UFO PR-Check: [0x%08.8x] is 0x%08.8x requires >= 0x%08.8x" }, 116 "UFO SPM PR-Checks for FWCtx 0x%08.8x" }, 118 …"UFO SPM special PR-Check: [0x%08.8x] is 0x%08.8x requires >= ????????, [0x%08.8x] is ???????? req… 120 "UFO Updates for FWCtx 0x%08.8x @ %d" }, 122 "UFO Update: [0x%08.8x] = 0x%08.8x" }, 202 "UFO Checks failed" }, 232 "UFO SPM special PR-Check: [0x%08.8x] is 0x%08.8x requires >= 0x%08.8x" }, [all …]
|
D | pvr_rogue_fwif.h | 717 /* UFO that last failed (or NULL) */
|
/linux-6.12.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-6.12.1/include/linux/ |
D | virtio_net.h | 134 /* 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()
|
D | netdev_features.h | 53 NETIF_F_GSO_UDP_BIT, /* ... UFO, deprecated except tuntap */ 54 NETIF_F_GSO_UDP_L4_BIT, /* ... UDP payload GSO (not UFO) */
|
/linux-6.12.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. */ 137 #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 | 1886 #define ETHTOOL_GUFO 0x00000021 /* Get UFO enable (ethtool_value) */ 1887 #define ETHTOOL_SUFO 0x00000022 /* Set UFO enable (ethtool_value) */
|
/linux-6.12.1/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-regs.h | 147 /* UFO encoded block mode */ 170 /* UFO encoded 10-bit block mode */ 172 /* UFO encoded 10-bit HEVC tile mode */
|
/linux-6.12.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-6.12.1/net/ipv6/ |
D | output_core.c | 22 * clients requesting UFO without specifying an IPv6 fragment ID.
|
D | udp_offload.c | 53 /* Do software UFO. Complete and fill in the UDP checksum as HW cannot in udp6_ufo_fragment()
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | if_tun.h | 90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
|
/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
D | vdec_vp9_if.c | 108 * @buf_sz_y_bs : ufo compressed y plane size (AP-R, VPU-W) 109 * @buf_sz_c_bs : ufo compressed cbcr plane size (AP-R, VPU-W) 110 * @buf_len_sz_y : size used to store y plane ufo info (AP-R, VPU-W) 111 * @buf_len_sz_c : size used to store cbcr plane ufo info (AP-R, VPU-W)
|
/linux-6.12.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-6.12.1/net/core/ |
D | gso.c | 161 /* UFO sets gso_size to the size of the fragmentation in skb_gso_transport_seglen()
|
/linux-6.12.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-6.12.1/arch/parisc/include/asm/ |
D | pdcpat.h | 58 #define PAT_UFO 6 /* HPA Space (UFO for Mariposa) */
|
/linux-6.12.1/net/ipv4/ |
D | udp_offload.c | 442 /* Do software UFO. Complete and fill in the UDP checksum as in udp4_ufo_fragment()
|
/linux-6.12.1/fs/jfs/ |
D | jfs_txnmgr.c | 806 jfs_err("UFO tlock:0x%p", tlck); in txLock() 1416 jfs_err("UFO tlock:0x%p", tlck); in txLog() 1497 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()
|
/linux-6.12.1/drivers/net/ethernet/neterion/ |
D | s2io.h | 785 /* Per fifo UFO in band structure */
|
/linux-6.12.1/drivers/net/ethernet/tehuti/ |
D | tn40.c | 424 * UFO and IP fragmentation is on the way.
|