Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ntb/
H A Dntb_hw_intel.c74 hw->topo = NTB_TOPO_B2B_DSD; in intel_ntb3_check_ppd()
77 hw->topo = NTB_TOPO_B2B_USD; in intel_ntb3_check_ppd()
109 hw->topo = NTB_TOPO_B2B_DSD; in intel_ntb4_check_ppd()
112 hw->topo = NTB_TOPO_B2B_USD; in intel_ntb4_check_ppd()
H A Dntb.h202 enum ntb_topo topo; member
H A Dntb.c1130 *attr_value = hw->topo; in ntb_attr_get()