Searched refs:bond_info (Results 1 – 3 of 3) sorted by relevance
131 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in tlb_initialize() local142 bond_info->tx_hashtbl = new_hashtbl; in tlb_initialize()145 tlb_init_table_entry(&bond_info->tx_hashtbl[i], 0); in tlb_initialize()155 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in tlb_deinitialize() local159 kfree(bond_info->tx_hashtbl); in tlb_deinitialize()160 bond_info->tx_hashtbl = NULL; in tlb_deinitialize()198 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in __tlb_choose_channel() local202 hash_table = bond_info->tx_hashtbl; in __tlb_choose_channel()254 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in rlb_update_entry_from_arp() local261 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_update_entry_from_arp()[all …]
21 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in bond_debug_rlb_hash_show() local33 hash_index = bond_info->rx_hashtbl_used_head; in bond_debug_rlb_hash_show()36 client_info = &(bond_info->rx_hashtbl[hash_index]); in bond_debug_rlb_hash_show()
4792 struct alb_bond_info *bond_info; in bond_create() local4811 bond_info = &(BOND_ALB_INFO(bond)); in bond_create()4812 bond_info->rx_hashtbl_used_head = RLB_NULL_INDEX; in bond_create()