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

/freebsd-10.2-release/sys/dev/jme/
H A Dif_jme.c111 static int jme_eeprom_read_byte(struct jme_softc *, uint8_t, uint8_t *);
112 static int jme_eeprom_macaddr(struct jme_softc *);
113 static int jme_efuse_macaddr(struct jme_softc *);
114 static void jme_reg_macaddr(struct jme_softc *);
115 static void jme_set_macaddr(struct jme_softc *, uint8_t *);
116 static void jme_map_intr_vector(struct jme_softc *);
119 static void jme_sysctl_node(struct jme_softc *);
121 static int jme_dma_alloc(struct jme_softc *);
122 static void jme_dma_free(struct jme_softc *);
124 static void jme_setlinkspeed(struct jme_softc *);
[all...]
H A Dif_jmevar.h172 struct jme_softc { struct

Completed in 79 milliseconds