Searched refs:to_qaic_bo (Results 1 – 2 of 2) sorted by relevance
590 struct qaic_bo *bo = to_qaic_bo(obj); in qaic_gem_print_info()602 struct qaic_bo *bo = to_qaic_bo(obj); in qaic_gem_object_mmap()626 struct qaic_bo *bo = to_qaic_bo(obj); in qaic_free_object()1005 bo = to_qaic_bo(obj); in qaic_attach_slice_bo_ioctl()1191 bo = to_qaic_bo(obj); in send_bo_list_to_device()1281 bo = to_qaic_bo(obj); in update_profiling_data()1706 bo = to_qaic_bo(obj); in qaic_wait_bo_ioctl()1779 bo = to_qaic_bo(obj); in qaic_perf_stats_bo_ioctl()1853 bo = to_qaic_bo(obj); in qaic_detach_slice_bo_ioctl()
29 #define to_qaic_bo(obj) container_of(obj, struct qaic_bo, base) macro