Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_dev_priv.h8 #define DEV_HWCAP_F_VF BIT_ULL(0) /* VF device */ macro
43 #define dev_is_vf(dev) ((dev)->hwcap & DEV_HWCAP_F_VF)
H A Droc_dev.c954 dev->hwcap |= DEV_HWCAP_F_VF; in dev_vf_hwcap_update()