Searched refs:bond_info (Results 1 – 2 of 2) sorted by relevance
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()
658 static bool is_bond_setting_supported(struct netdev_lag_upper_info *bond_info) in is_bond_setting_supported() argument660 if (!bond_info) in is_bond_setting_supported()663 if (bond_info->tx_type != NETDEV_LAG_TX_TYPE_ACTIVEBACKUP && in is_bond_setting_supported()664 bond_info->tx_type != NETDEV_LAG_TX_TYPE_HASH) in is_bond_setting_supported()667 if (bond_info->tx_type == NETDEV_LAG_TX_TYPE_HASH && in is_bond_setting_supported()668 bond_info->hash_type > NETDEV_LAG_HASH_L23) in is_bond_setting_supported()704 static bool check_linking_bond_support(struct netdev_lag_upper_info *bond_info, in check_linking_bond_support() argument708 if (!is_bond_setting_supported(bond_info)) in check_linking_bond_support()