Lines Matching refs:b2b_idx
578 if (ndev->b2b_idx != UINT_MAX) { in ndev_debugfs_read()
580 "B2B MW Idx -\t\t%u\n", ndev->b2b_idx); in ndev_debugfs_read()
816 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_mw_get_range()
825 (idx == ndev->b2b_idx ? ndev->b2b_off : 0); in intel_ntb_mw_get_range()
829 (idx == ndev->b2b_idx ? ndev->b2b_off : 0); in intel_ntb_mw_get_range()
850 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_mw_set_trans()
859 if (idx == ndev->b2b_idx) in intel_ntb_mw_set_trans()
1493 if (ndev->b2b_idx == UINT_MAX) { in xeon_setup_b2b_mw()
1498 b2b_bar = ndev_mw_to_bar(ndev, ndev->b2b_idx); in xeon_setup_b2b_mw()
1781 ndev->b2b_idx = b2b_mw_idx + ndev->mw_count; in xeon_init_ntb()
1783 ndev->b2b_idx = b2b_mw_idx; in xeon_init_ntb()
1785 if (ndev->b2b_idx >= ndev->mw_count) { in xeon_init_ntb()
1794 b2b_mw_idx, ndev->b2b_idx); in xeon_init_ntb()
2021 ndev->b2b_idx = UINT_MAX; in ndev_init_struct()