Searched refs:max_fr_immd (Results 1 – 1 of 1) sorted by relevance
58 static int max_fr_immd = T4_MAX_FR_IMMD; variable59 module_param(max_fr_immd, int, 0644);60 MODULE_PARM_DESC(max_fr_immd, "fastreg threshold for using DSGL instead of immediate");844 if (dsgl_supported && use_dsgl && (pbllen > max_fr_immd)) { in build_memreg()