Searched refs:smsc_softc (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_smscvar.h34 struct smsc_softc *sc_sc;
51 struct smsc_softc { struct
H A Dif_smsc.c154 int smsc_chip_init(struct smsc_softc *);
155 void smsc_setmulti(struct smsc_softc *);
156 int smsc_setmacaddress(struct smsc_softc *, const uint8_t *);
168 void smsc_reset(struct smsc_softc *);
178 void smsc_lock_mii(struct smsc_softc *);
179 void smsc_unlock_mii(struct smsc_softc *);
181 int smsc_tx_list_init(struct smsc_softc *);
182 int smsc_rx_list_init(struct smsc_softc *);
183 int smsc_encap(struct smsc_softc *, struct mbuf *, int);
187 int smsc_read_reg(struct smsc_softc *, uint32_
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dsmscvar.h78 struct smsc_softc { struct
H A Dsmsc.c72 CFATTACH_DECL_NEW(smsc, sizeof(struct smsc_softc),
142 struct smsc_softc *sc = device_private(self);
256 struct smsc_softc *sc = device_private(self);
323 struct smsc_softc *sc = sme->sme_cookie;

Completed in 257 milliseconds