Searched refs:hw_sge (Results 1 – 3 of 3) sorted by relevance
175 struct acc_hw_sge *hw_sge) in sg_map_to_hw_sg() argument177 hw_sge->buf = sg_dma_address(sgl); in sg_map_to_hw_sg()178 hw_sge->len = cpu_to_le32(sg_dma_len(sgl)); in sg_map_to_hw_sg()179 hw_sge->page_ctrl = sg_virt(sgl); in sg_map_to_hw_sg()197 struct acc_hw_sge *hw_sge = hw_sgl->sge_entries; in clear_hw_sgl_sge() local201 hw_sge[i].page_ctrl = NULL; in clear_hw_sgl_sge()202 hw_sge[i].buf = 0; in clear_hw_sgl_sge()203 hw_sge[i].len = 0; in clear_hw_sgl_sge()
1594 union myrs_sgl *hw_sge; in myrs_queuecommand() local1669 hw_sge = &mbox->SCSI_10.dma_addr; in myrs_queuecommand()1716 hw_sge = &mbox->SCSI_255.dma_addr; in myrs_queuecommand()1723 hw_sge->sge[0].sge_addr = (u64)sg_dma_address(sgl); in myrs_queuecommand()1724 hw_sge->sge[0].sge_count = (u64)sg_dma_len(sgl); in myrs_queuecommand()1754 hw_sge->ext.sge0_len = nsge; in myrs_queuecommand()1755 hw_sge->ext.sge0_addr = cmd_blk->sgl_addr; in myrs_queuecommand()1757 hw_sgl = hw_sge->sge; in myrs_queuecommand()
731 struct sq_sge *hw_sge; in bnxt_qplib_post_srq_recv() local751 for (i = 0, hw_sge = (struct sq_sge *)srqe->data; in bnxt_qplib_post_srq_recv()752 i < wqe->num_sge; i++, hw_sge++) { in bnxt_qplib_post_srq_recv()753 hw_sge->va_or_pa = cpu_to_le64(wqe->sg_list[i].addr); in bnxt_qplib_post_srq_recv()754 hw_sge->l_key = cpu_to_le32(wqe->sg_list[i].lkey); in bnxt_qplib_post_srq_recv()755 hw_sge->size = cpu_to_le32(wqe->sg_list[i].size); in bnxt_qplib_post_srq_recv()
Completed in 16 milliseconds