Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dverbs.h218 struct tid_rdma_request tid_req; member
224 struct tid_rdma_request tid_req; member
378 return &((struct hfi1_swqe_priv *)wqe->priv)->tid_req; in wqe_to_tid_req()
383 return &((struct hfi1_ack_priv *)e->priv)->tid_req; in ack_to_tid_req()
Dtid_rdma.c384 hfi1_init_trdma_req(qp, &priv->tid_req); in hfi1_qp_priv_init()
385 priv->tid_req.e.swqe = wqe; in hfi1_qp_priv_init()
396 hfi1_init_trdma_req(qp, &priv->tid_req); in hfi1_qp_priv_init()
397 priv->tid_req.e.ack = &qp->s_ack_queue[i]; in hfi1_qp_priv_init()
399 ret = hfi1_kern_exp_rcv_alloc_flows(&priv->tid_req, in hfi1_qp_priv_init()
428 hfi1_kern_exp_rcv_free_flows(&priv->tid_req); in hfi1_qp_priv_tid_free()
1618 hfi1_kern_exp_rcv_free_flows(&p->tid_req); in __trdma_clean_swqe()
2342 struct tid_rdma_request *req = &epriv->tid_req; in hfi1_build_tid_rdma_read_resp()
3182 ret = hfi1_kern_exp_rcv_clear(&priv->tid_req); in hfi1_qp_kern_exp_rcv_clear_all()
3196 ret = hfi1_kern_exp_rcv_clear(&priv->tid_req); in hfi1_qp_kern_exp_rcv_clear_all()
[all …]