Home
last modified time | relevance | path

Searched refs:sge_element_size (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_app.c185 U32 sge_element_size = sizeof(struct mpi3mr_nvme_pt_sge); in mpi3mr_app_construct_nvme_sgl() local
227 available_sges = sc->ioctl_chain_sge.size / sge_element_size; in mpi3mr_app_construct_nvme_sgl()
632 U32 sge_element_size = sizeof(struct _MPI3_SGE_COMMON); in mpi3mr_app_construct_sgl() local
650 dma_buff->user_buf_len) / sge_element_size; in mpi3mr_app_construct_sgl()
673 sge_element_size; in mpi3mr_app_construct_sgl()
693 sgl += sge_element_size; in mpi3mr_app_construct_sgl()
713 sgl += sge_element_size; in mpi3mr_app_construct_sgl()
736 sgl += sge_element_size; in mpi3mr_app_construct_sgl()
746 available_sges = sc->ioctl_chain_sge.size / sge_element_size; in mpi3mr_app_construct_sgl()
750 (sges_needed * sge_element_size), sc->ioctl_chain_sge.dma_addr); in mpi3mr_app_construct_sgl()