Searched refs:dsge (Results 1 – 1 of 1) sorted by relevance
1853 struct sq_sge *dsge; in bnxt_qplib_put_sges() local1857 dsge = bnxt_qplib_get_qe(sq_hwq, ((*sw_prod) % sq_hwq->depth), NULL); in bnxt_qplib_put_sges()1858 dsge->va_or_pa = cpu_to_le64(ssge[indx].addr); in bnxt_qplib_put_sges()1859 dsge->l_key = cpu_to_le32(ssge[indx].lkey); in bnxt_qplib_put_sges()1860 dsge->size = cpu_to_le32(ssge[indx].size); in bnxt_qplib_put_sges()2305 struct sq_sge *dsge; in bnxt_qplib_post_recv() local2350 dsge = bnxt_qplib_get_qe(rq_hwq, (sw_prod % rq_hwq->depth), NULL); in bnxt_qplib_post_recv()2351 dsge->size = 0; in bnxt_qplib_post_recv()