Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ntb/hw/intel/
Dntb_hw_gen3.c347 if (ntb_topo_is_b2b(ndev->ntb.topo)) { in ndev_ntb3_debugfs_read()
Dntb_hw_gen1.c152 if (!ntb_topo_is_b2b(ndev->ntb.topo)) in ndev_reset_unsafe_flags()
651 if (ntb_topo_is_b2b(ndev->ntb.topo)) { in ndev_ntb_debugfs_read()
/linux-6.1.9/include/linux/
Dntb.h88 static inline int ntb_topo_is_b2b(enum ntb_topo topo) in ntb_topo_is_b2b() function