Searched refs:txwait (Results 1 – 4 of 4) sorted by relevance
750 list_add_tail(&qp->s_iowait.list, &dev->txwait); in __get_txreq()799 if (!list_empty(&dev->txwait)) { in hfi1_put_txreq()804 wait = list_first_entry(&dev->txwait, struct iowait, in hfi1_put_txreq()1972 INIT_LIST_HEAD(&dev->txwait); in hfi1_register_ib_device()2125 if (!list_empty(&dev->txwait)) in hfi1_unregister_ib_device()
750 struct list_head txwait; /* list for wait verbs_txreq */ member
965 list_add_tail(&qp->iowait, &dev->txwait); in __get_txreq()1025 if (!list_empty(&dev->txwait)) { in qib_put_txreq()1027 qp = list_entry(dev->txwait.next, struct qib_qp, iowait); in qib_put_txreq()2153 INIT_LIST_HEAD(&dev->txwait); in qib_register_ib_device()2338 if (!list_empty(&dev->txwait)) in qib_unregister_ib_device()
766 struct list_head txwait; /* list for wait qib_verbs_txreq */ member