Searched refs:MPI3MR_DEFAULT_SGL_ENTRIES (Results 1 – 2 of 2) sorted by relevance
36 static int max_sgl_entries = MPI3MR_DEFAULT_SGL_ENTRIES;4910 .sg_tablesize = MPI3MR_DEFAULT_SGL_ENTRIES,5099 else if (max_sgl_entries < MPI3MR_DEFAULT_SGL_ENTRIES) in mpi3mr_probe()5100 mrioc->max_sgl_entries = MPI3MR_DEFAULT_SGL_ENTRIES; in mpi3mr_probe()5102 mrioc->max_sgl_entries /= MPI3MR_DEFAULT_SGL_ENTRIES; in mpi3mr_probe()5103 mrioc->max_sgl_entries *= MPI3MR_DEFAULT_SGL_ENTRIES; in mpi3mr_probe()
73 #define MPI3MR_DEFAULT_SGL_ENTRIES 256 macro