IS_SRIOV_PF
#define IS_SRIOV_PF(xe) xe_device_is_sriov_pf(xe)
#define IS_SRIOV_PF(xe) (typecheck(struct xe_device *, (xe)) && false)