Lines Matching defs:iee_softc
151 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];
161 bus_dmamap_t sc_tx_map[IEE_NCB];
162 struct mbuf *sc_rx_mbuf[IEE_NRFD];
163 struct mbuf *sc_tx_mbuf[IEE_NCB];
164 uint8_t *sc_shmem_addr;
165 int sc_next_cb;
166 int sc_next_tbd;
167 int sc_rx_done;
168 uint8_t sc_cf[14];
169 int sc_flags;
170 int sc_cl_align;
171 int sc_scp_off;
172 int sc_scp_sz;
173 int sc_iscp_off;
174 int sc_iscp_sz;
175 int sc_scb_off;
199 int (*sc_iee_cmd)(struct iee_softc *, uint32_t); argument
200 int (*sc_iee_reset)(struct iee_softc *); argument
201 void (*sc_mediastatus)(struct ifnet *, struct ifmediareq *);
202 int (*sc_mediachange)(struct ifnet *);