Home
last modified time | relevance | path

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

/drivers/ntb/hw/intel/
Dntb_hw_gen1.c521 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()
[all …]
Dntb_hw_gen4.c351 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb4_mw_set_trans()
360 if (idx == ndev->b2b_idx) in intel_ntb4_mw_set_trans()
536 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb4_mw_get_align()
545 if (idx == ndev->b2b_idx) in intel_ntb4_mw_get_align()
Dntb_hw_intel.h143 unsigned int b2b_idx; member
Dntb_hw_gen3.c456 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb3_mw_set_trans()
465 if (idx == ndev->b2b_idx) in intel_ntb3_mw_set_trans()