Searched defs:alb_bond_info (Results 1 – 1 of 1) sorted by relevance
144 struct alb_bond_info { struct145 struct tlb_client_info *tx_hashtbl; /* Dynamically allocated */146 spinlock_t tx_hashtbl_lock;147 u32 unbalanced_load;148 int tx_rebalance_counter;149 int lp_counter;151 int rlb_enabled;152 struct rlb_client_info *rx_hashtbl; /* Receive hash table */153 spinlock_t rx_hashtbl_lock;154 u32 rx_hashtbl_used_head;[all …]