Home
last modified time | relevance | path

Searched refs:rlb_update_retry_counter (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dbond_alb.h144 u32 rlb_update_retry_counter;/* counter of retries member
/kernel/linux/linux-6.6/include/net/
H A Dbond_alb.h144 u32 rlb_update_retry_counter;/* counter of retries member
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_alb.c407 bond_info->rlb_update_retry_counter = in rlb_clear_slave()
472 if (bond_info->rlb_update_retry_counter == 0) in rlb_update_rx_clients()
511 bond_info->rlb_update_retry_counter = RLB_UPDATE_RETRY; in rlb_req_update_slave_clients()
1613 if (bond_info->rlb_update_retry_counter) in bond_alb_monitor()
1614 --bond_info->rlb_update_retry_counter; in bond_alb_monitor()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_alb.c409 bond_info->rlb_update_retry_counter = in rlb_clear_slave()
474 if (bond_info->rlb_update_retry_counter == 0) in rlb_update_rx_clients()
513 bond_info->rlb_update_retry_counter = RLB_UPDATE_RETRY; in rlb_req_update_slave_clients()
1620 if (bond_info->rlb_update_retry_counter) in bond_alb_monitor()
1621 --bond_info->rlb_update_retry_counter; in bond_alb_monitor()

Completed in 6 milliseconds