Home
last modified time | relevance | path

Searched refs:rnrwait (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/ipath/
Dipath_ruc.c93 if (list_empty(&dev->rnrwait)) in ipath_insert_rnr_queue()
94 list_add(&qp->timerwait, &dev->rnrwait); in ipath_insert_rnr_queue()
96 struct list_head *l = &dev->rnrwait; in ipath_insert_rnr_queue()
103 if (l->next == &dev->rnrwait) { in ipath_insert_rnr_queue()
Dipath_verbs.c701 last = &dev->rnrwait; in ipath_ib_timer()
2055 INIT_LIST_HEAD(&idev->rnrwait); in ipath_register_ib_device()
2231 if (!list_empty(&dev->rnrwait)) in ipath_unregister_ib_device()
Dipath_verbs.h556 struct list_head rnrwait; member