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;
268 struct mpi3_sge_common { struct295 struct mpi3_sge_common simple; argument296 struct mpi3_sge_common chain;297 struct mpi3_sge_common last_chain;
18 struct mpi3_sge_common sge;
3607 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()
100 struct mpi3_sge_common *sgel = paddr; in mpi3mr_add_sg_single()3647 sz = mrioc->max_sgl_entries * sizeof(struct mpi3_sge_common); in mpi3mr_alloc_chain_bufs()
1710 u32 sge_element_size = sizeof(struct mpi3_sge_common); in mpi3mr_bsg_build_sgl()