Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/en/
Dmidwayvar.h75 struct en_softc *sc; /* back pointer */
155 struct en_softc { struct
236 int en_attach(struct en_softc *); argument
237 void en_destroy(struct en_softc *);
239 void en_reset(struct en_softc *);
Dif_en_pci.c83 struct en_softc esc; /* includes "device" structure */
138 struct en_softc *sc = (struct en_softc *)v; in adp_busreset()
191 struct en_softc *sc; in en_pci_attach()
301 struct en_softc *sc = device_get_softc(dev); in en_pci_detach()
353 struct en_softc * sc = (struct en_softc *)scp; in adp_get_macaddr()
447 struct en_softc * sc = (struct en_softc *)scp; in eni_get_macaddr()
Dmidway.c207 static void en_close_finish(struct en_softc *sc, struct en_vcc *vc);
283 en_readx(struct en_softc *sc, uint32_t r) in en_readx()
296 en_read(struct en_softc *sc, uint32_t r) in en_read()
314 en_write(struct en_softc *sc, uint32_t r, uint32_t v) in en_write()
393 en_dump_packet(struct en_softc *sc, struct mbuf *m) in en_dump_packet()
445 struct en_softc *sc = arg; in en_map_ctor()
503 struct en_softc *sc;
523 struct en_softc *sc = tx->sc; in en_txdma_load()
705 en_txdma(struct en_softc *sc, struct en_txslot *slot) in en_txdma()
873 en_fix_mchain(struct en_softc *sc, struct mbuf *m0, u_int *pad) in en_fix_mchain()
[all …]