Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_queue.h111 /** @timeline_ufo: Timeline UFO for the context queue. */
113 /** @fw_obj: FW object representing the UFO value. */
116 /** @value: CPU mapping of the UFO value. */
H A Dpvr_queue.c182 * pvr_queue_fence_is_ufo_backed() - Check if a dma_fence is backed by a UFO.
186 * * true if the dma_fence is backed by a UFO, or
193 * Currently the only dma_fence backed by a UFO object is the job fence, in pvr_queue_fence_is_ufo_backed()
201 * already backed by a UFO.
212 * * A non-NULL pvr_queue_fence object if the dma_fence is backed by a UFO, or
361 /* We can pass at most ROGUE_FWIF_CCB_CMD_MAX_UFOS per UFO-related command. */ in ufo_cmds_size()
379 * One UFO command per native fence this job will be waiting on (unless any are in job_cmds_size()
381 * plus one UFO command for the fence signaling. in job_cmds_size()
415 * be backed by a UFO) until the jobs have been submitted, together. in job_count_remaining_native_deps()
700 * The loop above will only process dependencies backed by a UFO i.e. with in pvr_queue_submit_job_to_cccb()
[all …]
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 …]
/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.h96 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
H A Dethtool.h1906 #define ETHTOOL_GUFO 0x00000021 /* Get UFO enable (ethtool_value) */
1907 #define ETHTOOL_SUFO 0x00000022 /* Set UFO enable (ethtool_value) */
/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/tools/include/uapi/linux/
H A Dif_tun.h94 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
/linux/net/ipv6/
H A Dudp_offload.c53 /* Do software UFO. Complete and fill in the UDP checksum as HW cannot in udp6_ufo_fragment()
/linux/net/core/
H A Dgso.c161 /* UFO sets gso_size to the size of the fragmentation in skb_gso_transport_seglen()
/linux/include/net/
H A Dudp.h589 * fragmentation offload (UFO) packets. in udp_rcv_segment()
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_tx.c306 *queue_info |= cpu_to_le32(SQ_CTRL_QUEUE_INFO_SET(1, UFO)); in hinic3_set_tso_info()
/linux/net/ipv4/
H A Dudp_offload.c662 /* Do software UFO. Complete and fill in the UDP checksum as in udp4_ufo_fragment()
/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