Searched refs:mpi3_sge_common (Results 1 – 7 of 7) sorted by relevance
29 struct mpi3_sge_common request_sge;30 struct mpi3_sge_common response_sge;
267 struct mpi3_sge_common { struct294 struct mpi3_sge_common simple; argument295 struct mpi3_sge_common chain;296 struct mpi3_sge_common last_chain;
18 struct mpi3_sge_common sge;
617 sgl += sizeof(struct mpi3_sge_common); in mpi3mr_bsg_build_sgl()1113 sizeof(struct mpi3_sge_common))) > MPI3MR_ADMIN_REQ_FRAME_SZ) { in mpi3mr_bsg_process_mpt_cmds()1144 sizeof(struct mpi3_sge_common)); in mpi3mr_bsg_process_mpt_cmds()
3404 offsetof(struct mpi3_scsi_io_request, sgl)) / sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()3408 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()3430 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()3447 chain_length = sges_in_segment * sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()3464 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
74 #define MPI3MR_SG_DEPTH (MPI3MR_PAGE_SIZE_4K / sizeof(struct mpi3_sge_common))
100 struct mpi3_sge_common *sgel = paddr; in mpi3mr_add_sg_single()