Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_ruc.c92 if (list_empty(&dev->rnrwait)) in ipath_insert_rnr_queue()
93 list_add(&qp->timerwait, &dev->rnrwait); in ipath_insert_rnr_queue()
95 struct list_head *l = &dev->rnrwait; in ipath_insert_rnr_queue()
102 if (l->next == &dev->rnrwait) { in ipath_insert_rnr_queue()
Dipath_verbs.h562 struct list_head rnrwait; member
Dipath_verbs.c714 last = &dev->rnrwait; in ipath_ib_timer()
2089 INIT_LIST_HEAD(&idev->rnrwait); in ipath_register_ib_device()
2266 if (!list_empty(&dev->rnrwait)) in ipath_unregister_ib_device()