Searched defs:fcom_softc (Results 1 – 1 of 1) sorted by relevance
80 struct fcom_softc { struct81 device_t sc_dev;82 bus_space_tag_t sc_iot;83 bus_space_handle_t sc_ioh;84 void *sc_ih;85 struct callout sc_softintr_ch;86 int sc_rx_irq;87 int sc_tx_irq;88 int sc_hwflags;90 int sc_swflags;[all …]