Home
last modified time | relevance | path

Searched refs:ntb_topo_string (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/ntb/hw/intel/
H A Dntb_hw_gen3.c242 ntb_topo_string(ndev->ntb.topo)); in gen3_init_dev()
281 ntb_topo_string(ndev->ntb.topo)); in ndev_ntb3_debugfs_read()
H A Dntb_hw_gen4.c203 ntb_topo_string(ndev->ntb.topo)); in gen4_init_dev()
245 ntb_topo_string(ndev->ntb.topo)); in ndev_ntb4_debugfs_read()
H A Dntb_hw_gen1.c519 ntb_topo_string(ndev->ntb.topo)); in ndev_ntb_debugfs_read()
1726 ntb_topo_string(ndev->ntb.topo)); in xeon_init_dev()
/linux/drivers/ntb/hw/amd/
H A Dntb_hw_amd.c864 ntb_topo_string(ndev->ntb.topo)); in ndev_debugfs_read()
1116 ntb_topo_string(ndev->ntb.topo)); in amd_init_dev()
/linux/include/linux/
H A Dntb.h98 static inline char *ntb_topo_string(enum ntb_topo topo) in ntb_topo_string() function