Searched refs:txwait (Results 1 – 5 of 5) sorted by relevance
76 if (!list_empty(&dev->txwait)) { in hfi1_put_txreq()80 wait = list_first_entry(&dev->txwait, struct iowait, in hfi1_put_txreq()110 list_add_tail(&priv->s_iowait.list, &dev->txwait); in __get_txreq()
283 struct list_head txwait; /* list for wait verbs_txreq */ member
1823 INIT_LIST_HEAD(&dev->txwait); in hfi1_register_ib_device()1958 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()1512 INIT_LIST_HEAD(&dev->txwait); in qib_register_ib_device()1655 if (!list_empty(&dev->txwait)) in qib_unregister_ib_device()
174 struct list_head txwait; /* list for wait qib_verbs_txreq */ member