Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dtid_rdma.c689 _tid_rdma_flush_wait(qp, &priv->rcd->flow_queue); in hfi1_tid_rdma_flush_wait()
788 if (kernel_tid_waiters(rcd, &rcd->flow_queue, qp)) in hfi1_kern_setup_hw_flow()
802 dequeue_tid_waiter(rcd, &rcd->flow_queue, qp); in hfi1_kern_setup_hw_flow()
804 fqp = first_qp(rcd, &rcd->flow_queue); in hfi1_kern_setup_hw_flow()
810 queue_qp_for_tid_wait(rcd, &rcd->flow_queue, qp); in hfi1_kern_setup_hw_flow()
832 fqp = first_qp(rcd, &rcd->flow_queue); in hfi1_kern_clear_hw_flow()
3524 &rcd->flow_queue); in hfi1_tid_write_alloc_resources()
Dhfi.h305 struct tid_queue flow_queue; member
Dinit.c379 INIT_LIST_HEAD(&rcd->flow_queue.queue_head); in hfi1_create_ctxtdata()