Searched defs:bnx_softc (Results 1 – 1 of 1) sorted by relevance
114 struct bnx_softc struct116 device_t bnx_dev;117 struct ethercom bnx_ec;118 struct pci_attach_args bnx_pa;120 struct ifmedia bnx_ifmedia; /* TBI media info */122 bus_space_tag_t bnx_btag; /* Device bus tag */123 bus_space_handle_t bnx_bhandle; /* Device bus handle */124 bus_size_t bnx_size;126 pci_intr_handle_t *bnx_ih;127 void *bnx_intrhand; /* Interrupt handler */[all …]