Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sfxge/common/
HDhunt_nic.c1092 if (EFX_PCI_FUNCTION_IS_PF(encp)) { in hunt_board_cfg()
1275 if (EFX_PCI_FUNCTION_IS_PF(encp)) { in hunt_board_cfg()
1288 if (EFX_PCI_FUNCTION_IS_PF(encp)) in hunt_board_cfg()
1661 if (EFX_PCI_FUNCTION_IS_PF(&enp->en_nic_cfg) || in hunt_nic_init()
HDefx.h1185 #define EFX_PCI_FUNCTION_IS_PF(_encp) ((_encp)->enc_vf == 0xffff) macro
1189 (EFX_PCI_FUNCTION_IS_PF(_encp) ? (_encp)->enc_pf : (_encp)->enc_vf)