Searched refs:bond_nb (Results 1 – 2 of 2) sorted by relevance
832 container_of(self, struct hns_roce_bond_group, bond_nb); in hns_roce_bond_event()878 bond_grp->bond_nb.notifier_call = hns_roce_bond_event; in hns_roce_alloc_bond_grp()879 ret = register_netdevice_notifier(&bond_grp->bond_nb); in hns_roce_alloc_bond_grp()897 unregister_netdevice_notifier(&bgrps[i]->bond_nb); in hns_roce_alloc_bond_grp()918 unregister_netdevice_notifier(&bond_grp->bond_nb); in hns_roce_dealloc_bond_grp()973 unregister_netdevice_notifier(&bond_grp->bond_nb); in hns_roce_bond_suspend()1003 ret = register_netdevice_notifier(&bond_grp->bond_nb); in hns_roce_bond_resume()
74 struct notifier_block bond_nb; member