Home
last modified time | relevance | path

Searched refs:num_of_ports (Results 1 – 2 of 2) sorted by relevance

/drivers/net/bonding/
Dbond_3ad.c1398 temp_aggregator->num_of_ports--; in ad_port_selection_logic()
1467 port->aggregator->num_of_ports++; in ad_port_selection_logic()
1511 port->aggregator->num_of_ports++; in ad_port_selection_logic()
1707 best->aggregator_identifier, best->num_of_ports, in ad_agg_selection_logic()
1719 agg->aggregator_identifier, agg->num_of_ports, in ad_agg_selection_logic()
1736 best->aggregator_identifier, best->num_of_ports, in ad_agg_selection_logic()
1791 aggregator->num_of_ports = 0; in ad_clear_agg()
2059 aggregator->num_of_ports = 0; in bond_3ad_bind_slave()
2151 new_aggregator->num_of_ports = aggregator->num_of_ports; in bond_3ad_unbind_slave()
2205 temp_aggregator->num_of_ports--; in bond_3ad_unbind_slave()
[all …]
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c1579 int num_of_ports; in mlxsw_sp_mc_write_mdb_entry() local
1589 num_of_ports = mlxsw_core_max_ports(mlxsw_sp->core); in mlxsw_sp_mc_write_mdb_entry()
1590 alloc_size = sizeof(long) * BITS_TO_LONGS(num_of_ports); in mlxsw_sp_mc_write_mdb_entry()
1595 bitmap_copy(flood_bitmap, mid->ports_in_mid, num_of_ports); in mlxsw_sp_mc_write_mdb_entry()