Home
last modified time | relevance | path

Searched refs:jme_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_jme.c126 struct jme_softc { struct
177 typedef struct jme_softc jme_softc_t; argument
190 static void jme_txeof(struct jme_softc *);
205 static int jme_eeprom_read_byte(struct jme_softc *, uint8_t, uint8_t *);
206 static int jme_eeprom_macaddr(struct jme_softc *);
207 static int jme_reg_macaddr(struct jme_softc *);
956 struct jme_softc *sc = device_private(self); in jme_mii_read()
990 struct jme_softc *sc = device_private(self); in jme_mii_write()
1276 struct jme_softc *sc = ifp->if_softc; in jme_ifioctl()
1325 jme_encap(struct jme_softc *sc, struct mbuf * const m) in jme_encap()
[all …]