Lines Matching refs:efx_pf
781 struct efx_nic *efx_pf = pci_get_drvdata(pci_dev_pf); in efx_ef10_probe() local
783 efx_pf->type->get_mac_address(efx_pf, nic_data->port_id); in efx_ef10_probe()
1062 struct efx_nic *efx_pf; in efx_ef10_remove() local
1068 efx_pf = pci_get_drvdata(pci_dev_pf); in efx_ef10_remove()
1069 nic_data_pf = efx_pf->nic_data; in efx_ef10_remove()
1211 struct efx_nic *efx_pf = pci_get_drvdata(pci_dev_pf); in efx_ef10_probe_vf() local
1212 struct efx_ef10_nic_data *nic_data_pf = efx_pf->nic_data; in efx_ef10_probe_vf()
1232 struct efx_nic *efx_pf = in efx_ef10_probe_vf() local
1234 struct efx_ef10_nic_data *nic_data_p = efx_pf->nic_data; in efx_ef10_probe_vf()
5877 struct efx_nic *efx_pf; in efx_ef10_set_mac_address() local
5880 efx_pf = pci_get_drvdata(pci_dev_pf); in efx_ef10_set_mac_address()
5882 rc = efx_ef10_sriov_set_vf_mac(efx_pf, in efx_ef10_set_mac_address()
5886 struct efx_nic *efx_pf = pci_get_drvdata(pci_dev_pf); in efx_ef10_set_mac_address() local
5887 struct efx_ef10_nic_data *nic_data = efx_pf->nic_data; in efx_ef10_set_mac_address()
5893 for (i = 0; i < efx_pf->vf_count; ++i) { in efx_ef10_set_mac_address()