Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_sas.h30 struct mpi3_sge_common request_sge;
31 struct mpi3_sge_common response_sge;
H A Dmpi30_transport.h279 struct mpi3_sge_common { struct
306 struct mpi3_sge_common simple; argument
307 struct mpi3_sge_common chain;
308 struct mpi3_sge_common last_chain;
H A Dmpi30_init.h18 struct mpi3_sge_common sge;
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3759 offsetof(struct mpi3_scsi_io_request, sgl)) / sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
3763 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
3785 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
3802 chain_length = sges_in_segment * sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
3819 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
H A Dmpi3mr_fw.c109 struct mpi3_sge_common *sgel = paddr; in mpi3mr_add_sg_single()
3868 sz = mrioc->max_sgl_entries * sizeof(struct mpi3_sge_common); in mpi3mr_alloc_chain_bufs()
H A Dmpi3mr_app.c1794 u32 sge_element_size = sizeof(struct mpi3_sge_common); in mpi3mr_bsg_build_sgl()