b2b_mw_idx         87 drivers/ntb/hw/intel/ntb_hw_gen1.c static int b2b_mw_idx = -1;
b2b_mw_idx         88 drivers/ntb/hw/intel/ntb_hw_gen1.c module_param(b2b_mw_idx, int, 0644);
b2b_mw_idx         89 drivers/ntb/hw/intel/ntb_hw_gen1.c MODULE_PARM_DESC(b2b_mw_idx, "Use this mw idx to access the peer ntb.  A "
b2b_mw_idx       1589 drivers/ntb/hw/intel/ntb_hw_gen1.c 			if (b2b_mw_idx < 0)
b2b_mw_idx       1590 drivers/ntb/hw/intel/ntb_hw_gen1.c 				ndev->b2b_idx = b2b_mw_idx + ndev->mw_count;
b2b_mw_idx       1592 drivers/ntb/hw/intel/ntb_hw_gen1.c 				ndev->b2b_idx = b2b_mw_idx;
b2b_mw_idx       1597 drivers/ntb/hw/intel/ntb_hw_gen1.c 					b2b_mw_idx, ndev->mw_count);
b2b_mw_idx       1602 drivers/ntb/hw/intel/ntb_hw_gen1.c 				b2b_mw_idx, ndev->b2b_idx);