Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Dmedford2_nic.c89 if (EFX_PCI_FUNCTION_IS_VF(encp)) { in medford2_board_cfg()
H A Dmedford_nic.c85 if (EFX_PCI_FUNCTION_IS_VF(encp)) { in medford_board_cfg()
H A Dhunt_nic.c153 if (EFX_PCI_FUNCTION_IS_VF(encp)) { in hunt_board_cfg()
H A Defx.h1427 #define EFX_PCI_FUNCTION_IS_VF(_encp) ((_encp)->enc_vf != 0xffff) macro