Searched refs:rnrwait (Results 1 – 3 of 3) sorted by relevance
93 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()
701 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()
556 struct list_head rnrwait; member