Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dsriov.c79 if (efx->type->sriov_get_phys_port_id) in efx_sriov_get_phys_port_id()
80 return efx->type->sriov_get_phys_port_id(efx, ppid); in efx_sriov_get_phys_port_id()
Dnet_driver.h1344 int (*sriov_get_phys_port_id)(struct efx_nic *efx, member
Def10.c4758 .sriov_get_phys_port_id = efx_ef10_sriov_get_phys_port_id,