Searched refs:mpi3_sge_common (Results 1 – 6 of 6) 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;
609 sgl += sizeof(struct mpi3_sge_common); in mpi3mr_bsg_build_sgl()1106 sizeof(struct mpi3_sge_common))) > MPI3MR_ADMIN_REQ_FRAME_SZ) { in mpi3mr_bsg_process_mpt_cmds()1137 sizeof(struct mpi3_sge_common)); in mpi3mr_bsg_process_mpt_cmds()
3457 offsetof(struct mpi3_scsi_io_request, sgl)) / sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()3461 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()3483 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()3500 chain_length = sges_in_segment * sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()3517 sg_local += sizeof(struct mpi3_sge_common); in mpi3mr_prepare_sg_scmd()
100 struct mpi3_sge_common *sgel = paddr; in mpi3mr_add_sg_single()3433 sz = mrioc->max_sgl_entries * sizeof(struct mpi3_sge_common); in mpi3mr_alloc_chain_bufs()