Searched refs:EFX_PCI_FUNCTION_IS_PF (Results 1 – 2 of 2) sorted by relevance
1092 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()
1185 #define EFX_PCI_FUNCTION_IS_PF(_encp) ((_encp)->enc_vf == 0xffff) macro1189 (EFX_PCI_FUNCTION_IS_PF(_encp) ? (_encp)->enc_pf : (_encp)->enc_vf)