Searched defs:sf_softc (Results 1 – 1 of 1) sorted by relevance
759 struct sf_softc { struct760 struct device sc_dev; /* generic device information */761 bus_space_tag_t sc_st; /* bus space tag */762 bus_space_handle_t sc_sh; /* bus space handle */763 bus_space_handle_t sc_sh_func; /* sub-handle for func regs */764 bus_dma_tag_t sc_dmat; /* bus DMA tag */765 struct arpcom sc_arpcom; /* ethernet common data */766 int sc_iomapped; /* are we I/O mapped? */767 int sc_flags; /* misc. flags */769 struct mii_data sc_mii; /* MII/media information */[all …]