Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_sas.h29 struct mpi3_sge_common request_sge;
30 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-6.15/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3607 offsetof(struct mpi3_scsi_io_request, sgl)) / sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
3611 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
3633 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
3650 chain_length = sges_in_segment * sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
3667 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
H A Dmpi3mr_fw.c100 struct mpi3_sge_common *sgel = paddr; in mpi3mr_add_sg_single()
3737 sz = mrioc->max_sgl_entries * sizeof(struct mpi3_sge_common); in mpi3mr_alloc_chain_bufs()
H A Dmpi3mr_app.c1796 u32 sge_element_size = sizeof(struct mpi3_sge_common); in mpi3mr_bsg_build_sgl()