Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c207 struct ntb_softc { struct
209 void *ntb_store;
211 device_t device;
212 enum ntb_device_type type;
213 uint32_t features;
215 struct ntb_pci_bar_info bar_info[NTB_MAX_BARS];
216 struct ntb_int_info int_info[MAX_MSIX_INTERRUPTS];
217 uint32_t allocated_interrupts;
219 struct ntb_msix_data peer_msix_data[XEON_NONLINK_DB_MSIX_BITS];
220 struct ntb_msix_data msix_data[XEON_NONLINK_DB_MSIX_BITS];
[all …]