Searched refs:num_of_ports (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_3ad.c | 1398 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() 1706 best->aggregator_identifier, best->num_of_ports, in ad_agg_selection_logic() 1718 agg->aggregator_identifier, agg->num_of_ports, in ad_agg_selection_logic() 1735 best->aggregator_identifier, best->num_of_ports, in ad_agg_selection_logic() 1790 aggregator->num_of_ports = 0; in ad_clear_agg() 2058 aggregator->num_of_ports = 0; in bond_3ad_bind_slave() 2150 new_aggregator->num_of_ports = aggregator->num_of_ports; in bond_3ad_unbind_slave() [all...] |
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_3ad.c | 1427 temp_aggregator->num_of_ports--; in ad_port_selection_logic() 1496 port->aggregator->num_of_ports++; in ad_port_selection_logic() 1540 port->aggregator->num_of_ports++; in ad_port_selection_logic() 1736 best->aggregator_identifier, best->num_of_ports, in ad_agg_selection_logic() 1748 agg->aggregator_identifier, agg->num_of_ports, in ad_agg_selection_logic() 1765 best->aggregator_identifier, best->num_of_ports, in ad_agg_selection_logic() 1820 aggregator->num_of_ports = 0; in ad_clear_agg() 2082 aggregator->num_of_ports = 0; in bond_3ad_bind_slave() 2174 new_aggregator->num_of_ports = aggregator->num_of_ports; in bond_3ad_unbind_slave() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | bond_3ad.h | 193 u16 num_of_ports; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bond_3ad.h | 193 u16 num_of_ports; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1579 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()
|
Completed in 15 milliseconds