Home
last modified time | relevance | path

Searched refs:efx_ef10_sriov_set_vf_mac (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/sfc/
Def10_sriov.h40 int efx_ef10_sriov_set_vf_mac(struct efx_nic *efx, int vf, const u8 *mac);
Def10_sriov.c487 int efx_ef10_sriov_set_vf_mac(struct efx_nic *efx, int vf_i, const u8 *mac) in efx_ef10_sriov_set_vf_mac() function
Def10.c3323 rc = efx_ef10_sriov_set_vf_mac(efx_pf, nic_data->vf_index, mac); in efx_ef10_set_mac_address()
4270 .sriov_set_vf_mac = efx_ef10_sriov_set_vf_mac,