Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mpi3mr/
HDmpi3mr_pci.c461 if (sc->max_sgl_entries > MPI3MR_MAX_SGL_ENTRIES) in mpi3mr_pci_attach()
462 sc->max_sgl_entries = MPI3MR_MAX_SGL_ENTRIES; in mpi3mr_pci_attach()
HDmpi3mr.h118 #define MPI3MR_MAX_SGL_ENTRIES 2048 macro