Searched defs:temac_softc (Results 1 – 1 of 1) sorted by relevance
140 struct temac_softc { struct141 device_t sc_dev;142 struct ethercom sc_ec;146 bus_space_tag_t sc_iot;147 bus_space_handle_t sc_ioh;150 bus_space_tag_t sc_dma_rxt;151 bus_space_handle_t sc_dma_rxh; /* Rx channel */152 bus_space_handle_t sc_dma_rsh; /* Rx status */154 bus_space_tag_t sc_dma_txt;155 bus_space_handle_t sc_dma_txh; /* Tx channel */[all …]