mpi3mr_nvme_pt_sge
struct mpi3mr_nvme_pt_sge *nvme_sgl;
U32 sge_element_size = sizeof(struct mpi3mr_nvme_pt_sge);
nvme_sgl = (struct mpi3mr_nvme_pt_sge *)
memset(nvme_sgl, 0, sizeof(struct mpi3mr_nvme_pt_sge));
size = dma_buff->num_dma_desc * sizeof(struct mpi3mr_nvme_pt_sge);
nvme_sgl = (struct mpi3mr_nvme_pt_sge *) sc->ioctl_chain_sge.addr;