b2b_idx           520 drivers/ntb/hw/intel/ntb_hw_gen1.c 	if (ndev->b2b_idx != UINT_MAX) {
b2b_idx           522 drivers/ntb/hw/intel/ntb_hw_gen1.c 				 "B2B MW Idx -\t\t%u\n", ndev->b2b_idx);
b2b_idx           813 drivers/ntb/hw/intel/ntb_hw_gen1.c 	if (idx >= ndev->b2b_idx && !ndev->b2b_off)
b2b_idx           822 drivers/ntb/hw/intel/ntb_hw_gen1.c 	if (idx == ndev->b2b_idx)
b2b_idx           852 drivers/ntb/hw/intel/ntb_hw_gen1.c 	if (idx >= ndev->b2b_idx && !ndev->b2b_off)
b2b_idx           861 drivers/ntb/hw/intel/ntb_hw_gen1.c 	if (idx == ndev->b2b_idx)
b2b_idx          1029 drivers/ntb/hw/intel/ntb_hw_gen1.c 	if (idx >= ndev->b2b_idx && !ndev->b2b_off)
b2b_idx          1038 drivers/ntb/hw/intel/ntb_hw_gen1.c 			(idx == ndev->b2b_idx ? ndev->b2b_off : 0);
b2b_idx          1042 drivers/ntb/hw/intel/ntb_hw_gen1.c 			(idx == ndev->b2b_idx ? ndev->b2b_off : 0);
b2b_idx          1302 drivers/ntb/hw/intel/ntb_hw_gen1.c 	if (ndev->b2b_idx == UINT_MAX) {
b2b_idx          1307 drivers/ntb/hw/intel/ntb_hw_gen1.c 		b2b_bar = ndev_mw_to_bar(ndev, ndev->b2b_idx);
b2b_idx          1590 drivers/ntb/hw/intel/ntb_hw_gen1.c 				ndev->b2b_idx = b2b_mw_idx + ndev->mw_count;
b2b_idx          1592 drivers/ntb/hw/intel/ntb_hw_gen1.c 				ndev->b2b_idx = b2b_mw_idx;
b2b_idx          1594 drivers/ntb/hw/intel/ntb_hw_gen1.c 			if (ndev->b2b_idx >= ndev->mw_count) {
b2b_idx          1602 drivers/ntb/hw/intel/ntb_hw_gen1.c 				b2b_mw_idx, ndev->b2b_idx);
b2b_idx          1834 drivers/ntb/hw/intel/ntb_hw_gen1.c 	ndev->b2b_idx = UINT_MAX;
b2b_idx           457 drivers/ntb/hw/intel/ntb_hw_gen3.c 	if (idx >= ndev->b2b_idx && !ndev->b2b_off)
b2b_idx           466 drivers/ntb/hw/intel/ntb_hw_gen3.c 	if (idx == ndev->b2b_idx)
b2b_idx           144 drivers/ntb/hw/intel/ntb_hw_intel.h 	unsigned int			b2b_idx;