Searched refs:__f (Results 1 – 4 of 4) sorted by relevance
29 #define PRINT_SBIT_NAME(__seq, __f, __name) \ argument31 if ((__f) & (__name)) \
51 struct amdgpu_fence *__f = container_of(f, struct amdgpu_fence, base); in to_amdgpu_fence() local53 if (__f->base.ops == &amdgpu_fence_ops || in to_amdgpu_fence()54 __f->base.ops == &amdgpu_job_fence_ops) in to_amdgpu_fence()55 return __f; in to_amdgpu_fence()
300 #define bfa_fcs_fabric_npiv_capable(__f) ((__f)->is_npiv) argument301 #define bfa_fcs_fabric_is_switched(__f) \ argument302 ((__f)->fab_type == BFA_FCS_FABRIC_SWITCHED)
2489 struct radeon_fence *__f = container_of(f, struct radeon_fence, base); in to_radeon_fence() local2491 if (__f->base.ops == &radeon_fence_ops) in to_radeon_fence()2492 return __f; in to_radeon_fence()
Completed in 25 milliseconds