Home
last modified time | relevance | path

Searched refs:s_ahg (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Druc.c544 priv->s_ahg->tx_flags |= SDMA_TXREQ_F_AHG_COPY; in build_ahg()
546 priv->s_ahg->ahgidx = qp->s_ahgidx; in build_ahg()
552 priv->s_ahg->tx_flags |= SDMA_TXREQ_F_USE_AHG; in build_ahg()
553 priv->s_ahg->ahgidx = qp->s_ahgidx; in build_ahg()
554 priv->s_ahg->ahgcount++; in build_ahg()
555 priv->s_ahg->ahgdesc[0] = in build_ahg()
563 priv->s_ahg->ahgcount++; in build_ahg()
564 priv->s_ahg->ahgdesc[1] = in build_ahg()
771 priv->s_ahg->tx_flags = 0; in hfi1_make_ruc_header()
772 priv->s_ahg->ahgcount = 0; in hfi1_make_ruc_header()
[all …]
Dqp.h99 priv->s_ahg->ahgcount = 0; in clear_ahg()
Dqp.c630 priv->s_ahg = kzalloc_node(sizeof(*priv->s_ahg), GFP_KERNEL, in qp_priv_alloc()
632 if (!priv->s_ahg) { in qp_priv_alloc()
650 kfree(priv->s_ahg); in qp_priv_free()
Dverbs.h156 struct hfi1_ahg_info *s_ahg; /* ahg info for next header */ member
Dud.c586 priv->s_ahg->ahgcount = 0; in hfi1_make_ud_req()
587 priv->s_ahg->ahgidx = 0; in hfi1_make_ud_req()
588 priv->s_ahg->tx_flags = 0; in hfi1_make_ud_req()
Dverbs.c906 struct hfi1_ahg_info *ahg_info = priv->s_ahg; in hfi1_verbs_send_dma()