Home
last modified time | relevance | path

Searched defs:stge_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_stgereg.h526 struct stge_softc { struct
527 struct device sc_dev; /* generic device information */
528 bus_space_tag_t sc_st; /* bus space tag */
529 bus_space_handle_t sc_sh; /* bus space handle */
530 bus_dma_tag_t sc_dmat; /* bus DMA tag */
531 struct arpcom sc_arpcom; /* ethernet common data */
532 int sc_rev; /* silicon revision */
533 void *sc_ih; /* interrupt cookie */
535 struct mii_data sc_mii; /* MII/media information */
537 struct timeout sc_timeout; /* tick timeout */
[all …]