Searched refs:ntb_softc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_intel.c | 160 struct ntb_softc *ntb; 207 struct ntb_softc { struct 326 static unsigned intel_ntb_user_mw_to_idx(struct ntb_softc *, unsigned uidx); 327 static inline enum ntb_bar intel_ntb_mw_to_bar(struct ntb_softc *, unsigned mw); 328 static inline bool bar_is_64bit(struct ntb_softc *, enum ntb_bar); 329 static inline void bar_get_xlat_params(struct ntb_softc *, enum ntb_bar, 331 static int intel_ntb_map_pci_bars(struct ntb_softc *ntb); 332 static int intel_ntb_mw_set_wc_internal(struct ntb_softc *, unsigned idx, 334 static void print_map_success(struct ntb_softc *, struct ntb_pci_bar_info *, 336 static int map_mmr_bar(struct ntb_softc *ntb, struct ntb_pci_bar_info *bar); [all …]
|