Home
last modified time | relevance | path

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

/trueos/sys/dev/ntb/ntb_hw/
HDntb_hw.c116 struct ntb_softc { struct
117 device_t device;
118 enum ntb_device_type type;
119 uint64_t features;
121 struct ntb_pci_bar_info bar_info[NTB_MAX_BARS];
122 struct ntb_int_info int_info[MAX_MSIX_INTERRUPTS];
123 uint32_t allocated_interrupts;
125 struct callout heartbeat_timer;
126 struct callout lr_timer;
128 void *ntb_transport;
[all …]
/trueos/sys/dev/ntb/if_ntb/
HDif_ntb.c359 struct ntb_netdev *ntb_softc = arg; in ntb_net_init() local