Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dqp.c58 static int max_fr_immd = T4_MAX_FR_IMMD; variable
59 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()