Home
last modified time | relevance | path

Searched defs:amd_ntb_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.h226 struct amd_ntb_softc { struct
228 void *ntb_store;
230 device_t device;
231 enum amd_ntb_conn_type conn_type;
233 struct amd_ntb_pci_bar_info bar_info[NTB_MAX_BARS];
234 struct amd_ntb_int_info int_info[16];
235 struct amd_ntb_vec *msix_vec;
259 static void amd_init_side_info(struct amd_ntb_softc *ntb); argument