Home
last modified time | relevance | path

Searched refs:tid_wait (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dverbs.h168 struct list_head tid_wait; /* for queueing tid space */ member
Dtid_rdma.c365 INIT_LIST_HEAD(&qpriv->tid_wait); in hfi1_qp_priv_init()
477 tid_wait); in first_qp()
541 if (list_empty(&priv->tid_wait)) in dequeue_tid_waiter()
543 list_del_init(&priv->tid_wait); in dequeue_tid_waiter()
567 if (list_empty(&priv->tid_wait)) { in queue_qp_for_tid_wait()
569 list_add_tail(&priv->tid_wait, &queue->queue_head); in queue_qp_for_tid_wait()
675 if (!list_empty(&priv->tid_wait)) { in _tid_rdma_flush_wait()
676 list_del_init(&priv->tid_wait); in _tid_rdma_flush_wait()