Searched defs:bnx_softc (Results 1 – 1 of 1) sorted by relevance
305 struct bnx_softc { struct306 struct arpcom arpcom; /* interface info */307 device_t bnx_dev;308 device_t bnx_miibus;309 bus_space_handle_t bnx_bhandle;310 bus_space_tag_t bnx_btag;311 struct resource *bnx_res; /* MAC mapped I/O */312 struct resource *bnx_res2; /* APE mapped I/O */313 struct ifmedia bnx_ifmedia; /* TBI media info */314 int bnx_pciecap;[all …]