Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_bond.c543 bool bond_ready; in hns_roce_bond_work() local
546 bond_ready = check_slave_support(bond_grp, bond_grp->upper_dev); in hns_roce_bond_work()
549 bond_grp->bond_ready = bond_ready; in hns_roce_bond_work()
554 bond_ready, bond_state); in hns_roce_bond_work()
556 if (!bond_ready) { in hns_roce_bond_work()
587 bond_grp->bond_ready = false; in hns_roce_attach_bond_grp()
597 bond_grp->bond_ready = false; in hns_roce_detach_bond_grp()
634 if (bond_grp->bond_ready && in lowerstate_event_setting()
817 bond_grp->bond_ready = true; in hns_roce_bond_upper_event()
867 bond_grp->bond_ready = false; in hns_roce_alloc_bond_grp()
H A Dhns_roce_bond.h69 bool bond_ready; member