Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ntb/hw/intel/
H A Dntb_hw_gen1.c95 static unsigned int b2b_mw_share; variable
96 module_param(b2b_mw_share, uint, 0644);
97 MODULE_PARM_DESC(b2b_mw_share, "If the b2b mw is large enough, configure the "
1320 if (b2b_mw_share && XEON_B2B_MIN_SIZE <= bar_size >> 1) { in xeon_setup_b2b_mw()