Searched defs:bce_softc (Results 1 – 1 of 1) sorted by relevance
111 struct bce_softc { struct112 device_t bce_dev;113 bus_space_tag_t bce_btag;114 bus_space_handle_t bce_bhandle;115 bus_dma_tag_t bce_dmatag;116 struct ethercom ethercom; /* interface info */117 void *bce_intrhand;118 struct pci_attach_args bce_pa;119 struct mii_data bce_mii;120 uint32_t bce_phy; /* eeprom indicated phy */[all …]