Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbond_alb.h129 atomic_t tx_rebalance_counter; member
/linux/drivers/net/bonding/
H A Dbond_alb.c1547 atomic_set(&bond_info->tx_rebalance_counter, 0); in bond_alb_monitor()
1554 atomic_inc(&bond_info->tx_rebalance_counter); in bond_alb_monitor()
1576 if (atomic_read(&bond_info->tx_rebalance_counter) >= BOND_TLB_REBALANCE_TICKS) { in bond_alb_monitor()
1586 atomic_set(&bond_info->tx_rebalance_counter, 0); in bond_alb_monitor()
1658 atomic_set(&bond->alb_info.tx_rebalance_counter, in bond_alb_init_slave()
1696 atomic_set(&bond_info->tx_rebalance_counter, in bond_alb_handle_link_change()