Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ntb/hw/intel/
Dntb_hw_gen1.c520 if (ndev->b2b_idx != UINT_MAX) { in ndev_ntb_debugfs_read()
522 "B2B MW Idx -\t\t%u\n", ndev->b2b_idx); in ndev_ntb_debugfs_read()
813 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_mw_get_align()
822 if (idx == ndev->b2b_idx) in intel_ntb_mw_get_align()
852 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_mw_set_trans()
861 if (idx == ndev->b2b_idx) in intel_ntb_mw_set_trans()
1029 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_peer_mw_get_addr()
1038 (idx == ndev->b2b_idx ? ndev->b2b_off : 0); in intel_ntb_peer_mw_get_addr()
1042 (idx == ndev->b2b_idx ? ndev->b2b_off : 0); in intel_ntb_peer_mw_get_addr()
1302 if (ndev->b2b_idx == UINT_MAX) { in xeon_setup_b2b_mw()
[all …]
Dntb_hw_intel.h144 unsigned int b2b_idx; member
Dntb_hw_gen3.c457 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb3_mw_set_trans()
466 if (idx == ndev->b2b_idx) in intel_ntb3_mw_set_trans()