Searched refs:__f (Results 1 – 3 of 3) sorted by relevance
82 struct amdgpu_fence *__f = container_of(f, struct amdgpu_fence, base); in to_amdgpu_fence() local84 if (__f->base.ops == &amdgpu_fence_ops) in to_amdgpu_fence()85 return __f; in to_amdgpu_fence()
207 #define bfa_fcs_fabric_npiv_capable(__f) ((__f)->is_npiv) argument208 #define bfa_fcs_fabric_is_switched(__f) \ argument209 ((__f)->fab_type == BFA_FCS_FABRIC_SWITCHED)
2497 struct radeon_fence *__f = container_of(f, struct radeon_fence, base); in to_radeon_fence() local2499 if (__f->base.ops == &radeon_fence_ops) in to_radeon_fence()2500 return __f; in to_radeon_fence()