Searched defs:qe_softc (Results 1 – 3 of 3) sorted by relevance
73 struct qe_softc { struct74 device_t sc_dev; /* Configuration common part */75 struct uba_softc *sc_uh; /* our parent */76 struct evcnt sc_intrcnt; /* Interrupt counting */77 struct ethercom sc_ec; /* Ethernet common part */79 bus_space_tag_t sc_iot;80 bus_addr_t sc_ioh;104 static int qe_add_rxbuf(struct qe_softc *, int); argument
110 struct qe_softc { struct111 device_t sc_dev;112 bus_space_tag_t sc_bustag; /* bus & DMA tags */113 bus_dma_tag_t sc_dmatag;114 bus_dmamap_t sc_dmamap;115 struct ethercom sc_ethercom;116 struct ifmedia sc_ifmedia; /* interface media */118 struct qec_softc *sc_qec; /* QEC parent */142 void qeinit(struct qe_softc *); argument
65 static struct qe_softc { struct70 } qe_softc; argument