Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dntb.h78 enum ntb_topo { enum
88 static inline int ntb_topo_is_b2b(enum ntb_topo topo) in ntb_topo_is_b2b()
98 static inline char *ntb_topo_string(enum ntb_topo topo) in ntb_topo_string()
420 enum ntb_topo topo;
/openbmc/linux/drivers/ntb/hw/intel/
H A Dntb_hw_gen1.h151 enum ntb_topo xeon_ppd_topo(struct intel_ntb_dev *ndev, u8 ppd);
H A Dntb_hw_gen4.c159 static enum ntb_topo gen4_ppd_topo(struct intel_ntb_dev *ndev, u32 ppd) in gen4_ppd_topo()
171 static enum ntb_topo spr_ppd_topo(struct intel_ntb_dev *ndev, u32 ppd) in spr_ppd_topo()
H A Dntb_hw_gen1.c1248 enum ntb_topo xeon_ppd_topo(struct intel_ntb_dev *ndev, u8 ppd) in xeon_ppd_topo()
/openbmc/linux/drivers/ntb/hw/amd/
H A Dntb_hw_amd.c1094 static enum ntb_topo amd_get_topo(struct amd_ntb_dev *ndev) in amd_get_topo()