Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds