Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/qbus/
H A Dif_qe.c73 struct qe_softc { struct
74 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
/netbsd-src/sys/dev/sbus/
H A Dqe.c110 struct qe_softc { struct
111 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
/netbsd-src/sys/arch/vax/boot/boot/
H A Dif_qe.c65 static struct qe_softc { struct
70 } qe_softc; argument