Searched refs:dsge (Results 1 – 1 of 1) sorted by relevance
1863 struct sq_sge *dsge; in bnxt_qplib_put_sges() local1867 dsge = bnxt_qplib_get_qe(sq_hwq, ((*sw_prod) % sq_hwq->depth), NULL); in bnxt_qplib_put_sges()1868 dsge->va_or_pa = cpu_to_le64(ssge[indx].addr); in bnxt_qplib_put_sges()1869 dsge->l_key = cpu_to_le32(ssge[indx].lkey); in bnxt_qplib_put_sges()1870 dsge->size = cpu_to_le32(ssge[indx].size); in bnxt_qplib_put_sges()2328 struct sq_sge *dsge; in bnxt_qplib_post_recv() local2373 dsge = bnxt_qplib_get_qe(rq_hwq, (sw_prod % rq_hwq->depth), NULL); in bnxt_qplib_post_recv()2374 dsge->size = 0; in bnxt_qplib_post_recv()