Lines Matching refs:tid_req

385 			hfi1_init_trdma_req(qp, &priv->tid_req);  in hfi1_qp_priv_init()
386 priv->tid_req.e.swqe = wqe; in hfi1_qp_priv_init()
397 hfi1_init_trdma_req(qp, &priv->tid_req); in hfi1_qp_priv_init()
398 priv->tid_req.e.ack = &qp->s_ack_queue[i]; in hfi1_qp_priv_init()
400 ret = hfi1_kern_exp_rcv_alloc_flows(&priv->tid_req, in hfi1_qp_priv_init()
429 hfi1_kern_exp_rcv_free_flows(&priv->tid_req); in hfi1_qp_priv_tid_free()
1625 hfi1_kern_exp_rcv_free_flows(&p->tid_req); in __trdma_clean_swqe()
2349 struct tid_rdma_request *req = &epriv->tid_req; in hfi1_build_tid_rdma_read_resp()
3191 ret = hfi1_kern_exp_rcv_clear(&priv->tid_req); in hfi1_qp_kern_exp_rcv_clear_all()
3205 ret = hfi1_kern_exp_rcv_clear(&priv->tid_req); in hfi1_qp_kern_exp_rcv_clear_all()
3327 if (hfi1_kern_exp_rcv_alloc_flows(&priv->tid_req, GFP_ATOMIC)) in setup_tid_rdma_wqe()
3330 priv->tid_req.seg_len = in setup_tid_rdma_wqe()
3332 priv->tid_req.total_segs = in setup_tid_rdma_wqe()
3333 DIV_ROUND_UP(wqe->length, priv->tid_req.seg_len); in setup_tid_rdma_wqe()
3337 priv->tid_req.n_flows = remote->max_read; in setup_tid_rdma_wqe()
3341 wqe->lpsn += priv->tid_req.total_segs - 1; in setup_tid_rdma_wqe()
3345 priv->tid_req.cur_seg = 0; in setup_tid_rdma_wqe()
3346 priv->tid_req.comp_seg = 0; in setup_tid_rdma_wqe()
3347 priv->tid_req.ack_seg = 0; in setup_tid_rdma_wqe()
3348 priv->tid_req.state = TID_REQUEST_INACTIVE; in setup_tid_rdma_wqe()
3355 priv->tid_req.acked_tail = priv->tid_req.setup_head; in setup_tid_rdma_wqe()
3358 &priv->tid_req); in setup_tid_rdma_wqe()
3841 struct tid_rdma_request *req = &epriv->tid_req; in hfi1_build_tid_rdma_write_resp()