Home
last modified time | relevance | path

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

/drivers/net/bonding/
Dbond_alb.c418 index = bond_info->rx_hashtbl_used_head; in rlb_clear_slave()
495 hash_index = bond_info->rx_hashtbl_used_head; in rlb_update_rx_clients()
524 hash_index = bond_info->rx_hashtbl_used_head; in rlb_req_update_slave_clients()
555 hash_index = bond_info->rx_hashtbl_used_head; in rlb_req_update_subnet_clients()
658 u32 prev_tbl_head = bond_info->rx_hashtbl_used_head; in rlb_choose_channel()
659 bond_info->rx_hashtbl_used_head = hash_index; in rlb_choose_channel()
731 hash_index = bond_info->rx_hashtbl_used_head; in rlb_rebalance()
778 if (index == bond_info->rx_hashtbl_used_head) in rlb_delete_table_entry_dst()
779 bond_info->rx_hashtbl_used_head = next_index; in rlb_delete_table_entry_dst()
875 bond_info->rx_hashtbl_used_head = RLB_NULL_INDEX; in rlb_initialize()
[all …]
Dbond_debugfs.c32 hash_index = bond_info->rx_hashtbl_used_head; in bond_debug_rlb_hash_show()
Dbond_alb.h150 u32 rx_hashtbl_used_head; member