Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ntb/hw/intel/
Dntb_hw_gen1.c522 if (ndev->b2b_idx != UINT_MAX) { in ndev_ntb_debugfs_read()
524 "B2B MW Idx -\t\t%u\n", ndev->b2b_idx); in ndev_ntb_debugfs_read()
815 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_mw_get_align()
824 if (idx == ndev->b2b_idx) in intel_ntb_mw_get_align()
854 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_mw_set_trans()
863 if (idx == ndev->b2b_idx) in intel_ntb_mw_set_trans()
1031 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_peer_mw_get_addr()
1040 (idx == ndev->b2b_idx ? ndev->b2b_off : 0); in intel_ntb_peer_mw_get_addr()
1044 (idx == ndev->b2b_idx ? ndev->b2b_off : 0); in intel_ntb_peer_mw_get_addr()
1289 if (ndev->b2b_idx == UINT_MAX) { in xeon_setup_b2b_mw()
[all …]
Dntb_hw_intel.h143 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()