Home
last modified time | relevance | path

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

/linux/drivers/ntb/hw/intel/
A 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()
1305 if (ndev->b2b_idx == UINT_MAX) { in xeon_setup_b2b_mw()
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()
[all …]
A Dntb_hw_gen4.c336 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb4_mw_set_trans()
345 if (idx == ndev->b2b_idx) in intel_ntb4_mw_set_trans()
521 if (idx >= ndev->b2b_idx && !ndev->b2b_off) in intel_ntb4_mw_get_align()
530 if (idx == ndev->b2b_idx) in intel_ntb4_mw_get_align()
A Dntb_hw_intel.h143 unsigned int b2b_idx; member
A 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()

Completed in 10 milliseconds