Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ntb/hw/intel/
H A Dntb_hw_gen1.c525 "B2B Offset -\t\t%#lx\n", ndev->b2b_off); in ndev_ntb_debugfs_read()
816 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_mw_get_align()
826 mw_size = bar_size - ndev->b2b_off; in intel_ntb_mw_get_align()
855 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb_mw_set_trans()
865 mw_size = bar_size - ndev->b2b_off; 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()
1308 ndev->b2b_off = 0; in xeon_setup_b2b_mw()
1322 ndev->b2b_off = bar_size >> 1; in xeon_setup_b2b_mw()
[all …]
H A Dntb_hw_gen4.c351 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb4_mw_set_trans()
361 mw_size = bar_size - ndev->b2b_off; in intel_ntb4_mw_set_trans()
536 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb4_mw_get_align()
546 mw_size = bar_size - ndev->b2b_off; in intel_ntb4_mw_get_align()
H A Dntb_hw_intel.h142 unsigned long b2b_off; member
H A Dntb_hw_gen3.c456 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb3_mw_set_trans()
466 mw_size = bar_size - ndev->b2b_off; in intel_ntb3_mw_set_trans()