Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dmvumi.c208 struct mvumi_sgl *m_sg = (struct mvumi_sgl *) sgl_p; in mvumi_make_sgl() local
226 m_sg->baseaddr_l = cpu_to_le32(lower_32_bits(busaddr)); in mvumi_make_sgl()
227 m_sg->baseaddr_h = cpu_to_le32(upper_32_bits(busaddr)); in mvumi_make_sgl()
228 m_sg->flags = 0; in mvumi_make_sgl()
229 sgd_setsz(mhba, m_sg, cpu_to_le32(sg_dma_len(&sg[i]))); in mvumi_make_sgl()
231 m_sg->flags |= 1U << mhba->eot_flag; in mvumi_make_sgl()
233 sgd_inc(mhba, m_sg); in mvumi_make_sgl()
242 struct mvumi_sgl *m_sg; in mvumi_internal_cmd_sgl() local
253 m_sg = (struct mvumi_sgl *) &cmd->frame->payload[0]; in mvumi_internal_cmd_sgl()
257 m_sg->baseaddr_l = cpu_to_le32(lower_32_bits(phy_addr)); in mvumi_internal_cmd_sgl()
[all …]