Home
last modified time | relevance | path

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

/drivers/net/bonding/
Dbond_alb.c155 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in tlb_initialize() local
166 bond_info->tx_hashtbl = new_hashtbl; in tlb_initialize()
169 tlb_init_table_entry(&bond_info->tx_hashtbl[i], 0); in tlb_initialize()
179 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in tlb_deinitialize() local
183 kfree(bond_info->tx_hashtbl); in tlb_deinitialize()
184 bond_info->tx_hashtbl = NULL; in tlb_deinitialize()
222 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in __tlb_choose_channel() local
226 hash_table = bond_info->tx_hashtbl; in __tlb_choose_channel()
278 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in rlb_update_entry_from_arp() local
285 client_info = &(bond_info->rx_hashtbl[hash_index]); in rlb_update_entry_from_arp()
[all …]
Dbond_debugfs.c20 struct alb_bond_info *bond_info = &(BOND_ALB_INFO(bond)); in bond_debug_rlb_hash_show() local
32 hash_index = bond_info->rx_hashtbl_used_head; in bond_debug_rlb_hash_show()
35 client_info = &(bond_info->rx_hashtbl[hash_index]); in bond_debug_rlb_hash_show()