Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_queue.c182 * backed by a UFO.
186 * * A non-NULL pvr_queue_fence object if the dma_fence is backed by a UFO, or
335 /* We can pass at most ROGUE_FWIF_CCB_CMD_MAX_UFOS per UFO-related command. */ in ufo_cmds_size()
352 /* One UFO cmd for the fence signaling, one UFO cmd per native fence native, in job_cmds_size()
775 /* Make sure we CPU-signal the UFO object, so other queues don't get in pvr_queue_start()
885 * pvr_queue_fence_is_ufo_backed() - Check if a dma_fence is backed by a UFO object
888 * A UFO-backed fence is a fence that can be signaled or waited upon FW-side.
889 * pvr_job::done_fence objects are backed by the timeline UFO attached to the queue
913 * the UFO object attached to the queue.
H A Dpvr_rogue_fwif_sf.h108 "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 …]
H A Dpvr_rogue_fwif.h717 /* UFO that last failed (or NULL) */
/linux/include/linux/
H A Dvirtio_net.h135 /* UFO does not specify ipv4 or 6: try both */ in __virtio_net_hdr_to_skb()
164 /* UFO may not include transport header in gso_size. */ in __virtio_net_hdr_to_skb()
284 /* The UDP tunnel must carry a GSO packet, but no UFO. */ in virtio_net_hdr_tnl_to_skb()
H A Dskbuff.h599 /* Warning: this field is not always filled in (UFO)! */
/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. */
160 #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 */
/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 */
/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()
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_if.c108 * @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/tools/include/uapi/linux/
H A Dif_tun.h90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
/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.
/linux/net/core/
H A Dgso.c161 /* UFO sets gso_size to the size of the fragmentation in skb_gso_transport_seglen()
/linux/arch/parisc/include/asm/
H A Dpdcpat.h58 #define PAT_UFO 6 /* HPA Space (UFO for Mariposa) */
/linux/fs/jfs/
H A Djfs_txnmgr.c807 jfs_err("UFO tlock:0x%p", tlck); in txLock()
1417 jfs_err("UFO tlock:0x%p", tlck); in txLog()
1498 jfs_err("diLog: UFO type tlck:0x%p", tlck); in diLog()
H A Djfs_logmgr.c392 jfs_err("lmWriteRecord: UFO tlck:0x%p", tlck); in lmWriteRecord()
H A Djfs_imap.c757 jfs_err("diWrite: UFO tlock"); in diWrite()
H A Djfs_dtree.c1213 jfs_err("dtSplitUp(): UFO!"); in dtSplitUp()
/linux/drivers/net/ethernet/neterion/
H A Ds2io.h785 /* Per fifo UFO in band structure */
/linux/drivers/net/ethernet/tehuti/
H A Dtn40.c424 * UFO and IP fragmentation is on the way.
H A Dtehuti.c1328 * UFO and IP fragmentation is on the way
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c2009 /* UDP - UFO */ in macb_tx_map()
2176 /* For UFO only: in macb_features_check()