Lines Matching refs:efx_pf
424 struct efx_nic *efx_pf = pci_get_drvdata(pci_dev_pf); in efx_ef10_probe() local
426 efx_pf->type->get_mac_address(efx_pf, nic_data->port_id); in efx_ef10_probe()
663 struct efx_nic *efx_pf; in efx_ef10_remove() local
669 efx_pf = pci_get_drvdata(pci_dev_pf); in efx_ef10_remove()
670 nic_data_pf = efx_pf->nic_data; in efx_ef10_remove()
761 struct efx_nic *efx_pf = pci_get_drvdata(pci_dev_pf); in efx_ef10_probe_vf() local
762 struct efx_ef10_nic_data *nic_data_pf = efx_pf->nic_data; in efx_ef10_probe_vf()
782 struct efx_nic *efx_pf = in efx_ef10_probe_vf() local
784 struct efx_ef10_nic_data *nic_data_p = efx_pf->nic_data; in efx_ef10_probe_vf()
4271 struct efx_nic *efx_pf; in efx_ef10_set_mac_address() local
4274 efx_pf = pci_get_drvdata(pci_dev_pf); in efx_ef10_set_mac_address()
4276 rc = efx_ef10_sriov_set_vf_mac(efx_pf, in efx_ef10_set_mac_address()
4280 struct efx_nic *efx_pf = pci_get_drvdata(pci_dev_pf); in efx_ef10_set_mac_address() local
4281 struct efx_ef10_nic_data *nic_data = efx_pf->nic_data; in efx_ef10_set_mac_address()
4287 for (i = 0; i < efx_pf->vf_count; ++i) { in efx_ef10_set_mac_address()