Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/bonding/
Dbond_3ad.c1397 temp_aggregator->num_of_ports--; in ad_port_selection_logic()
1466 port->aggregator->num_of_ports++; in ad_port_selection_logic()
1510 port->aggregator->num_of_ports++; in ad_port_selection_logic()
1705 best->aggregator_identifier, best->num_of_ports, in ad_agg_selection_logic()
1717 agg->aggregator_identifier, agg->num_of_ports, in ad_agg_selection_logic()
1734 best->aggregator_identifier, best->num_of_ports, in ad_agg_selection_logic()
1788 aggregator->num_of_ports = 0; in ad_clear_agg()
2062 aggregator->num_of_ports = 0; in bond_3ad_bind_slave()
2154 new_aggregator->num_of_ports = aggregator->num_of_ports; in bond_3ad_unbind_slave()
2208 temp_aggregator->num_of_ports--; in bond_3ad_unbind_slave()
/Linux-v5.10/include/net/
Dbond_3ad.h195 u16 num_of_ports; member
/Linux-v5.10/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()