txwait           1821 drivers/infiniband/hw/hfi1/verbs.c 	INIT_LIST_HEAD(&dev->txwait);
txwait           1957 drivers/infiniband/hw/hfi1/verbs.c 	if (!list_empty(&dev->txwait))
txwait            283 drivers/infiniband/hw/hfi1/verbs.h 	struct list_head txwait;        /* list for wait verbs_txreq */
txwait             76 drivers/infiniband/hw/hfi1/verbs_txreq.c 		if (!list_empty(&dev->txwait)) {
txwait             80 drivers/infiniband/hw/hfi1/verbs_txreq.c 			wait = list_first_entry(&dev->txwait, struct iowait,
txwait            110 drivers/infiniband/hw/hfi1/verbs_txreq.c 			list_add_tail(&priv->s_iowait.list, &dev->txwait);
txwait            582 drivers/infiniband/hw/qib/qib_verbs.c 			list_add_tail(&priv->iowait, &dev->txwait);
txwait            641 drivers/infiniband/hw/qib/qib_verbs.c 	if (!list_empty(&dev->txwait)) {
txwait            643 drivers/infiniband/hw/qib/qib_verbs.c 		priv = list_entry(dev->txwait.next, struct qib_qp_priv,
txwait           1515 drivers/infiniband/hw/qib/qib_verbs.c 	INIT_LIST_HEAD(&dev->txwait);
txwait           1658 drivers/infiniband/hw/qib/qib_verbs.c 	if (!list_empty(&dev->txwait))
txwait            174 drivers/infiniband/hw/qib/qib_verbs.h 	struct list_head txwait;        /* list for wait qib_verbs_txreq */