Searched refs:txwait (Results 1 – 2 of 2) 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