Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c179 KASSERT(nsegs <= MPI3MR_SG_DEPTH && nsegs > 0, in mpi3mr_prepare_sgls()
1157 if (csio->dxfer_len > (MPI3MR_SG_DEPTH * MPI3MR_4K_PGSZ)) { in mpi3mr_action_scsiio()
1360 cpi->maxio = PAGE_SIZE * (MPI3MR_SG_DEPTH - 1); in mpi3mr_cam_action()
H A Dmpi3mr.h101 #define MPI3MR_SG_DEPTH (MPI3MR_4K_PGSZ/sizeof(Mpi3SGESimple_t)) macro
H A Dmpi3mr.c4964 nsegs = MPI3MR_SG_DEPTH; in mpi3mr_alloc_requests()