Searched refs:mpi3_sge_common (Results 1 – 6 of 6) sorted by relevance
30 struct mpi3_sge_common request_sge;31 struct mpi3_sge_common response_sge;
279 struct mpi3_sge_common { struct306 struct mpi3_sge_common simple; argument307 struct mpi3_sge_common chain;308 struct mpi3_sge_common last_chain;
18 struct mpi3_sge_common sge;
3759 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()
109 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()
1794 u32 sge_element_size = sizeof(struct mpi3_sge_common); in mpi3mr_bsg_build_sgl()