Home
last modified time | relevance | path

Searched refs:txwait (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.c34 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()
H A Dverbs.h241 struct list_head txwait; /* list for wait verbs_txreq */ member
H A Dverbs.c1766 INIT_LIST_HEAD(&dev->txwait); in hfi1_register_ib_device()
1898 if (!list_empty(&dev->txwait)) in hfi1_unregister_ib_device()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_verbs.c581 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()
H A Dqib_verbs.h174 struct list_head txwait; /* list for wait qib_verbs_txreq */ member