Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_pcn.c271 struct pcn_softc { struct
272 struct device sc_dev; /* generic device information */
273 bus_space_tag_t sc_st; /* bus space tag */
274 bus_space_handle_t sc_sh; /* bus space handle */
275 bus_dma_tag_t sc_dmat; /* bus DMA tag */
276 struct arpcom sc_arpcom; /* Ethernet common data */
279 const struct pcn_variant *sc_variant;
281 void *sc_ih; /* interrupt cookie */
283 struct mii_data sc_mii; /* MII/media information */
285 struct timeout sc_tick_timeout; /* tick timeout */
[all …]