Searched defs:tsec_softc (Results 1 – 1 of 1) sorted by relevance
54 struct tsec_softc { struct56 if_t tsec_ifp;58 struct mtx transmit_lock; /* transmitter lock */59 struct mtx receive_lock; /* receiver lock */61 phandle_t node;62 device_t dev;63 device_t tsec_miibus;64 struct mii_data *tsec_mii; /* MII media control */65 int tsec_link;67 bus_dma_tag_t tsec_tx_dtag; /* TX descriptors tag */[all …]