Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Di82596var.h151 struct iee_softc { struct
152 device_t sc_dev; /* common device data */
153 struct ifmedia sc_ifmedia; /* media interface */
154 struct ethercom sc_ethercom; /* ethernet specific stuff */
155 enum i82596_types sc_type;
156 bus_dma_tag_t sc_dmat;
157 bus_dmamap_t sc_shmem_map;
158 bus_dma_segment_t sc_dma_segs;
159 int sc_dma_rsegs;
160 bus_dmamap_t sc_rx_map[IEE_NRFD];
[all …]