Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Druc.c175 priv->s_ahg->tx_flags |= SDMA_TXREQ_F_AHG_COPY; in build_ahg()
177 priv->s_ahg->ahgidx = qp->s_ahgidx; in build_ahg()
183 priv->s_ahg->tx_flags |= SDMA_TXREQ_F_USE_AHG; in build_ahg()
184 priv->s_ahg->ahgidx = qp->s_ahgidx; in build_ahg()
185 priv->s_ahg->ahgcount++; in build_ahg()
186 priv->s_ahg->ahgdesc[0] = in build_ahg()
194 priv->s_ahg->ahgcount++; in build_ahg()
195 priv->s_ahg->ahgdesc[1] = in build_ahg()
403 priv->s_ahg->tx_flags = 0; in hfi1_make_ruc_header()
404 priv->s_ahg->ahgcount = 0; in hfi1_make_ruc_header()
[all …]
H A Dqp.h66 priv->s_ahg->ahgcount = 0; in clear_ahg()
H A Dud.c526 priv->s_ahg->ahgcount = 0; in hfi1_make_ud_req()
527 priv->s_ahg->ahgidx = 0; in hfi1_make_ud_req()
528 priv->s_ahg->tx_flags = 0; in hfi1_make_ud_req()
H A Dverbs.h116 struct hfi1_ahg_info *s_ahg; /* ahg info for next header */ member