Home
last modified time | relevance | path

Searched refs:OTX2_HWCAP_F_VF (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_dev.h16 #define OTX2_HWCAP_F_VF BIT_ULL(8) /* VF device */ macro
17 #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) && \
H A Dotx2_dev.c888 dev->hwcap |= OTX2_HWCAP_F_VF; in otx2_update_vf_hwcap()