Searched refs:tid_req (Results 1 – 2 of 2) sorted by relevance
176 struct tid_rdma_request tid_req; member182 struct tid_rdma_request tid_req; member335 return &((struct hfi1_swqe_priv *)wqe->priv)->tid_req; in wqe_to_tid_req()340 return &((struct hfi1_ack_priv *)e->priv)->tid_req; in ack_to_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()3330 priv->tid_req.seg_len = in setup_tid_rdma_wqe()3332 priv->tid_req.total_segs = 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()3355 priv->tid_req.acked_tail = priv->tid_req.setup_head; in setup_tid_rdma_wqe()[all …]
Completed in 14 milliseconds