Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c659 struct sq_sge *hw_sge; in bnxt_qplib_post_srq_recv() local
680 for (i = 0, hw_sge = (struct sq_sge *)srqe->data; in bnxt_qplib_post_srq_recv()
681 i < wqe->num_sge; i++, hw_sge++) { in bnxt_qplib_post_srq_recv()
682 hw_sge->va_or_pa = cpu_to_le64(wqe->sg_list[i].addr); in bnxt_qplib_post_srq_recv()
683 hw_sge->l_key = cpu_to_le32(wqe->sg_list[i].lkey); in bnxt_qplib_post_srq_recv()
684 hw_sge->size = cpu_to_le32(wqe->sg_list[i].size); in bnxt_qplib_post_srq_recv()
1519 struct sq_sge *hw_sge; in bnxt_qplib_post_send() local
1572 for (i = 0, hw_sge = (struct sq_sge *)hw_sq_send_hdr->data; in bnxt_qplib_post_send()
1573 i < wqe->num_sge; i++, hw_sge++) { in bnxt_qplib_post_send()
1574 hw_sge->va_or_pa = cpu_to_le64(wqe->sg_list[i].addr); in bnxt_qplib_post_send()
[all …]