Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dhunt_nic.c85 if (EFX_PCI_FUNCTION_IS_PF(encp)) { in hunt_board_cfg()
270 if (EFX_PCI_FUNCTION_IS_PF(encp)) in hunt_board_cfg()
H A Dmedford_nic.c145 if (EFX_PCI_FUNCTION_IS_PF(encp)) { in medford_board_cfg()
253 if (EFX_PCI_FUNCTION_IS_PF(encp)) in medford_board_cfg()
H A Def10_nic.c1002 if (EFX_PCI_FUNCTION_IS_PF(encp)) { in ef10_get_privilege_mask()
1459 if (EFX_PCI_FUNCTION_IS_PF(&enp->en_nic_cfg) || in ef10_nic_init()
H A Defx.h1119 #define EFX_PCI_FUNCTION_IS_PF(_encp) ((_encp)->enc_vf == 0xffff) macro
1123 (EFX_PCI_FUNCTION_IS_PF(_encp) ? (_encp)->enc_pf : (_encp)->enc_vf)