Searched refs:txwait (Results 1 – 5 of 5) sorted by relevance
34 if (!list_empty(&dev->txwait)) { in hfi1_put_txreq()38 wait = list_first_entry(&dev->txwait, struct iowait, in hfi1_put_txreq()68 list_add_tail(&priv->s_iowait.list, &dev->txwait); in __get_txreq()
241 struct list_head txwait; /* list for wait verbs_txreq */ member
1780 INIT_LIST_HEAD(&dev->txwait); in hfi1_register_ib_device()1912 if (!list_empty(&dev->txwait)) in hfi1_unregister_ib_device()
581 list_add_tail(&priv->iowait, &dev->txwait); in __get_txreq()640 if (!list_empty(&dev->txwait)) { in qib_put_txreq()642 priv = list_entry(dev->txwait.next, struct qib_qp_priv, in qib_put_txreq()1513 INIT_LIST_HEAD(&dev->txwait); in qib_register_ib_device()1653 if (!list_empty(&dev->txwait)) in qib_unregister_ib_device()
174 struct list_head txwait; /* list for wait qib_verbs_txreq */ member