Searched refs:fbo (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 192 struct ttm_transfer_obj *fbo; in ttm_transfered_destroy() local 194 fbo = container_of(bo, struct ttm_transfer_obj, base); in ttm_transfered_destroy() 195 dma_resv_fini(&fbo->base.base._resv); in ttm_transfered_destroy() 196 ttm_bo_put(fbo->bo); in ttm_transfered_destroy() 197 kfree(fbo); in ttm_transfered_destroy() 218 struct ttm_transfer_obj *fbo; in ttm_buffer_object_transfer() local 221 fbo = kmalloc(sizeof(*fbo), GFP_KERNEL); in ttm_buffer_object_transfer() 222 if (!fbo) in ttm_buffer_object_transfer() 225 fbo->base = *bo; in ttm_buffer_object_transfer() 233 INIT_LIST_HEAD(&fbo->base.ddestroy); in ttm_buffer_object_transfer() [all …]
|
/linux-6.1.9/drivers/gpu/drm/vc4/ |
D | vc4_validate.c | 163 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_dma_object *fbo, in vc4_check_tex_size() argument 210 size + offset > fbo->base.size) { in vc4_check_tex_size() 214 size, offset, fbo->base.size); in vc4_check_tex_size()
|
D | vc4_drv.h | 998 struct drm_gem_dma_object *fbo,
|
/linux-6.1.9/drivers/android/ |
D | binder_internal.h | 554 struct flat_binder_object fbo; member
|
D | binder.c | 5076 struct flat_binder_object *fbo) in binder_ioctl_set_ctx_mgr() argument 5105 new_node = binder_new_node(proc, fbo); in binder_ioctl_set_ctx_mgr() 5339 struct flat_binder_object fbo; in binder_ioctl() local 5341 if (copy_from_user(&fbo, ubuf, sizeof(fbo))) { in binder_ioctl() 5345 ret = binder_ioctl_set_ctx_mgr(filp, &fbo); in binder_ioctl()
|
/linux-6.1.9/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 2028 u64 fbo; in ocrdma_build_reg() local 2050 fbo = mr->ibmr.iova - mr->pages[0]; in ocrdma_build_reg() 2054 fast_reg->fbo_hi = upper_32_bits(fbo); in ocrdma_build_reg() 2055 fast_reg->fbo_lo = (u32) fbo & 0xffffffff; in ocrdma_build_reg()
|
D | ocrdma_hw.c | 1961 u64 fbo = hwmr->va & (hwmr->pbe_size - 1); in ocrdma_mbx_reg_mr() local 1987 cmd->fbo_low = lower_32_bits(fbo); in ocrdma_mbx_reg_mr() 1988 cmd->fbo_high = upper_32_bits(fbo); in ocrdma_mbx_reg_mr()
|
/linux-6.1.9/drivers/infiniband/hw/irdma/ |
D | type.h | 1048 u64 fbo; member
|
D | ctrl.c | 1121 u64 fbo; in irdma_sc_mr_reg_non_shared() local 1152 fbo = info->va & (info->page_size - 1); in irdma_sc_mr_reg_non_shared() 1156 info->va : fbo)); in irdma_sc_mr_reg_non_shared() 1319 (uintptr_t)info->va : info->fbo; in irdma_sc_mr_fast_register()
|
/linux-6.1.9/drivers/infiniband/hw/bnxt_re/ |
D | main.c | 509 req.fbo = 0; in bnxt_re_net_ring_alloc()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_hsi.h | 6831 __le32 fbo; member
|
D | bnxt.c | 5714 req->fbo = 0; in hwrm_ring_alloc_send_msg()
|