Searched refs:bgrps (Results 1 – 2 of 2) sorted by relevance
61 bond_grp = die_info->bgrps[i]; in hns_roce_get_bond_grp()295 die_info->bgrps[i] = bond_grp; in alloc_bond_id()315 die_info->bgrps[bond_id] = NULL; in remove_bond_id()848 struct hns_roce_bond_group *bgrps[ROCE_BOND_NUM_MAX]; in hns_roce_alloc_bond_grp() local885 bgrps[i] = bond_grp; in hns_roce_alloc_bond_grp()897 unregister_netdevice_notifier(&bgrps[i]->bond_nb); in hns_roce_alloc_bond_grp()898 cancel_delayed_work_sync(&bgrps[i]->bond_work); in hns_roce_alloc_bond_grp()899 remove_bond_id(bgrps[i]->bus_num, bgrps[i]->bond_id); in hns_roce_alloc_bond_grp()900 mutex_destroy(&bgrps[i]->bond_mutex); in hns_roce_alloc_bond_grp()901 kvfree(bgrps[i]); in hns_roce_alloc_bond_grp()[all …]
80 struct hns_roce_bond_group *bgrps[ROCE_BOND_NUM_MAX]; member