Home
last modified time | relevance | path

Searched refs:EFX_PCI_FUNCTION_IS_VF (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Dmedford_nic.c68 if (EFX_PCI_FUNCTION_IS_VF(encp)) { in medford_board_cfg()
H A Dmedford2_nic.c70 if (EFX_PCI_FUNCTION_IS_VF(encp)) { in medford2_board_cfg()
H A Dhunt_nic.c133 if (EFX_PCI_FUNCTION_IS_VF(encp)) { in hunt_board_cfg()
H A Defx.h1612 #define EFX_PCI_FUNCTION_IS_VF(_encp) ((_encp)->enc_vf != EFX_PCI_VF_INVALID) macro