Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c2152 struct MPI25_IEEE_SGE_CHAIN64 *main_chain_element, *ptr_first_sgl; in megasas_make_prp_nvme() local
2197 ptr_first_sgl = sgl_ptr; in megasas_make_prp_nvme()
2205 ptr_first_sgl->Address = cpu_to_le64(sge_addr); in megasas_make_prp_nvme()
2206 ptr_first_sgl->Length = cpu_to_le32(first_prp_len); in megasas_make_prp_nvme()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c2446 Mpi25IeeeSgeChain64_t *main_chain_element, *ptr_first_sgl; in base_make_prp_nvme() local
2504 ptr_first_sgl = (pMpi25IeeeSgeChain64_t)&mpi_request->SGL; in base_make_prp_nvme()
2512 ptr_first_sgl->Address = cpu_to_le64(sge_addr); in base_make_prp_nvme()
2513 ptr_first_sgl->Length = cpu_to_le32(first_prp_len); in base_make_prp_nvme()