Searched refs:EVB_PORT_ID_ASSIGNED (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ef10_sriov.c | 170 rc = efx_ef10_vport_alloc(efx, EVB_PORT_ID_ASSIGNED, in efx_ef10_sriov_assign_vf_vport() 260 efx_ef10_vadaptor_free(efx, EVB_PORT_ID_ASSIGNED); in efx_ef10_vadaptor_alloc_set_features() 280 rc = efx_ef10_vswitch_alloc(efx, EVB_PORT_ID_ASSIGNED, in efx_ef10_vswitching_probe_pf() 285 rc = efx_ef10_vport_alloc(efx, EVB_PORT_ID_ASSIGNED, in efx_ef10_vswitching_probe_pf() 306 nic_data->vport_id = EVB_PORT_ID_ASSIGNED; in efx_ef10_vswitching_probe_pf() 308 efx_ef10_vswitch_free(efx, EVB_PORT_ID_ASSIGNED); in efx_ef10_vswitching_probe_pf() 347 rc = efx_ef10_vadaptor_free(efx, EVB_PORT_ID_ASSIGNED); in efx_ef10_vswitching_restore_vf() 363 if (nic_data->vport_id == EVB_PORT_ID_ASSIGNED) in efx_ef10_vswitching_remove_pf() 372 nic_data->vport_id = EVB_PORT_ID_ASSIGNED; in efx_ef10_vswitching_remove_pf() 381 efx_ef10_vadaptor_free(efx, EVB_PORT_ID_ASSIGNED); in efx_ef10_vswitching_remove_vf() [all …]
|
D | ef10.c | 490 EVB_PORT_ID_ASSIGNED); in efx_ef10_get_mac_address_vf() 697 nic_data->vport_id = EVB_PORT_ID_ASSIGNED; in efx_ef10_probe() 1510 nic_data->vport_id = EVB_PORT_ID_ASSIGNED; in efx_ef10_reset_mc_allocations() 2032 MCDI_SET_DWORD(inbuf, MAC_STATS_IN_PORT_ID, EVB_PORT_ID_ASSIGNED); in efx_ef10_try_update_nic_stats_vf()
|
D | mcdi_pcol.h | 6642 #define EVB_PORT_ID_ASSIGNED 0x1000000 macro
|