Searched defs:gmc_softc (Results 1 – 1 of 1) sorted by relevance
54 struct gmc_softc { struct57 struct gmc_softc *sc_sibling; argument58 bus_dma_tag_t sc_dmat;59 bus_space_tag_t sc_iot;60 bus_space_handle_t sc_ioh;61 bus_space_handle_t sc_dma_ioh;62 bus_space_handle_t sc_gmac_ioh;86 gmc_txqueue(struct gmc_softc *sc, gmac_hwqueue_t *hwq, struct mbuf *m) in gmc_txqueue() argument