Searched refs:get_phys_port_id (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx_common.c | 1382 if (efx->type->get_phys_port_id) in efx_get_phys_port_id() 1383 return efx->type->get_phys_port_id(efx, ppid); in efx_get_phys_port_id()
|
H A D | net_driver.h | 1310 * @get_phys_port_id: Get the underlying physical port id. 1467 int (*get_phys_port_id)(struct efx_nic *efx, member
|
H A D | ef100_nic.c | 750 .get_phys_port_id = efx_ef100_get_phys_port_id,
|
H A D | ef10.c | 4093 .get_phys_port_id = efx_ef10_get_phys_port_id, 4228 .get_phys_port_id = efx_ef10_get_phys_port_id,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx_common.c | 1376 if (efx->type->get_phys_port_id) in efx_get_phys_port_id() 1377 return efx->type->get_phys_port_id(efx, ppid); in efx_get_phys_port_id()
|
H A D | net_driver.h | 1322 * @get_phys_port_id: Get the underlying physical port id. 1480 int (*get_phys_port_id)(struct efx_nic *efx, member
|
H A D | ef100_nic.c | 1285 .get_phys_port_id = efx_ef100_get_phys_port_id,
|
H A D | ef10.c | 4148 .get_phys_port_id = efx_ef10_get_phys_port_id, 4283 .get_phys_port_id = efx_ef10_get_phys_port_id,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx_common.c | 1394 if (efx->type->get_phys_port_id) in efx_siena_get_phys_port_id() 1395 return efx->type->get_phys_port_id(efx, ppid); in efx_siena_get_phys_port_id()
|
H A D | net_driver.h | 1271 * @get_phys_port_id: Get the underlying physical port id. 1431 int (*get_phys_port_id)(struct efx_nic *efx, member
|
Completed in 28 milliseconds