Searched refs:OTX2_HWCAP_F_VF (Results 1 – 2 of 2) sorted by relevance
16 #define OTX2_HWCAP_F_VF BIT_ULL(8) /* VF device */ macro17 #define otx2_dev_is_vf(dev) (dev->hwcap & OTX2_HWCAP_F_VF)18 #define otx2_dev_is_pf(dev) (!(dev->hwcap & OTX2_HWCAP_F_VF))19 #define otx2_dev_is_lbk(dev) ((dev->hwcap & OTX2_HWCAP_F_VF) && \
888 dev->hwcap |= OTX2_HWCAP_F_VF; in otx2_update_vf_hwcap()