Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_bce.c124 struct bce_softc { struct
125 struct device bce_dev;
126 bus_space_tag_t bce_btag;
127 bus_space_handle_t bce_bhandle;
128 bus_dma_tag_t bce_dmatag;
129 struct arpcom bce_ac; /* interface info */
130 void *bce_intrhand;
131 struct pci_attach_args bce_pa;
132 struct mii_data bce_mii;
133 u_int32_t bce_phy; /* eeprom indicated phy */
[all …]