Searched refs:txwait (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | verbs_txreq.c | 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);
|
H A D | verbs.h | 281 /* protect txwait list */ 283 struct list_head txwait; /* list for wait verbs_txreq */ member
|
H A D | verbs.c | 1823 INIT_LIST_HEAD(&dev->txwait); in hfi1_register_ib_device() 1958 if (!list_empty(&dev->txwait)) in hfi1_unregister_ib_device() 1959 dd_dev_err(dd, "txwait list not empty!\n"); in hfi1_unregister_ib_device()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | verbs_txreq.c | 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);
|
H A D | verbs.h | 239 /* protect txwait list */ 241 struct list_head txwait; /* list for wait verbs_txreq */ member
|
H A D | verbs.c | 1766 INIT_LIST_HEAD(&dev->txwait); in hfi1_register_ib_device() 1898 if (!list_empty(&dev->txwait)) in hfi1_unregister_ib_device() 1899 dd_dev_err(dd, "txwait list not empty!\n"); in hfi1_unregister_ib_device()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | 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() 1656 qib_dev_err(dd, "txwait list not empty!\n"); in qib_unregister_ib_device()
|
H A D | qib_verbs.h | 174 struct list_head txwait; /* list for wait qib_verbs_txreq */ member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | 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() 1513 INIT_LIST_HEAD(&dev->txwait); in qib_register_ib_device() 1653 if (!list_empty(&dev->txwait)) in qib_unregister_ib_device() 1654 qib_dev_err(dd, "txwait list not empty!\n"); in qib_unregister_ib_device()
|
H A D | qib_verbs.h | 174 struct list_head txwait; /* list for wait qib_verbs_txreq */ member
|
Completed in 13 milliseconds