Lines Matching refs:b2b_idx
521 if (ndev->b2b_idx != UINT_MAX) { in ndev_ntb_debugfs_read()
523 "B2B MW Idx -\t\t%u\n", ndev->b2b_idx); in ndev_ntb_debugfs_read()
816 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_mw_get_align()
825 if (idx == ndev->b2b_idx) in intel_ntb_mw_get_align()
855 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_mw_set_trans()
864 if (idx == ndev->b2b_idx) in intel_ntb_mw_set_trans()
1032 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_peer_mw_get_addr()
1041 (idx == ndev->b2b_idx ? ndev->b2b_off : 0); in intel_ntb_peer_mw_get_addr()
1045 (idx == ndev->b2b_idx ? ndev->b2b_off : 0); in intel_ntb_peer_mw_get_addr()
1305 if (ndev->b2b_idx == UINT_MAX) { in xeon_setup_b2b_mw()
1310 b2b_bar = ndev_mw_to_bar(ndev, ndev->b2b_idx); in xeon_setup_b2b_mw()
1593 ndev->b2b_idx = b2b_mw_idx + ndev->mw_count; in xeon_init_ntb()
1595 ndev->b2b_idx = b2b_mw_idx; in xeon_init_ntb()
1597 if (ndev->b2b_idx >= ndev->mw_count) { in xeon_init_ntb()
1605 b2b_mw_idx, ndev->b2b_idx); in xeon_init_ntb()
1823 ndev->b2b_idx = UINT_MAX; in ndev_init_struct()