Searched refs:sriov_set_vf_mac (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | sriov.h | 19 if (efx->type->sriov_set_vf_mac) in efx_sriov_set_vf_mac() 20 return efx->type->sriov_set_vf_mac(efx, vf_i, mac); in efx_sriov_set_vf_mac()
|
D | net_driver.h | 1438 int (*sriov_set_vf_mac)(struct efx_nic *efx, int vf_i, const u8 *mac); member
|
D | siena.c | 1078 .sriov_set_vf_mac = efx_siena_sriov_set_vf_mac,
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | sriov.c | 15 if (efx->type->sriov_set_vf_mac) in efx_sriov_set_vf_mac() 16 return efx->type->sriov_set_vf_mac(efx, vf_i, mac); in efx_sriov_set_vf_mac()
|
D | net_driver.h | 1512 int (*sriov_set_vf_mac)(struct efx_nic *efx, int vf_i, const u8 *mac); member
|
D | ef10.c | 4240 .sriov_set_vf_mac = efx_ef10_sriov_set_vf_mac,
|