Searched refs:fwlog_mem_blocks (Results 1 – 1 of 1) sorted by relevance
48 static int fwlog_mem_blocks = -1; variable309 if (fwlog_mem_blocks != -1) { in wlcore_adjust_conf()310 if (fwlog_mem_blocks >= CONF_FWLOG_MIN_MEM_BLOCKS && in wlcore_adjust_conf()311 fwlog_mem_blocks <= CONF_FWLOG_MAX_MEM_BLOCKS) { in wlcore_adjust_conf()312 wl->conf.fwlog.mem_blocks = fwlog_mem_blocks; in wlcore_adjust_conf()316 fwlog_mem_blocks, wl->conf.fwlog.mem_blocks); in wlcore_adjust_conf()6589 module_param(fwlog_mem_blocks, int, S_IRUSR | S_IWUSR);6590 MODULE_PARM_DESC(fwlog_mem_blocks, "fwlog mem_blocks");