Searched refs:tsec_softc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/tsec/
H A Dif_tsec.c72 static void tsec_dma_ctl(struct tsec_softc *sc, int state);
73 static int tsec_encap(struct tsec_softc *sc, struct mbuf *m_head,
75 static void tsec_free_dma(struct tsec_softc *sc);
83 static void tsec_intrs_ctl(struct tsec_softc *sc, int state);
85 static void tsec_init_locked(struct tsec_softc *sc);
87 static void tsec_reset_mac(struct tsec_softc *sc);
88 static void tsec_setfilter(struct tsec_softc *sc);
89 static void tsec_set_mac_address(struct tsec_softc *sc);
92 static void tsec_stop(struct tsec_softc *sc);
94 static void tsec_watchdog(struct tsec_softc *s
[all...]
H A Dif_tsec_fdt.c74 static int tsec_setup_intr(struct tsec_softc *sc, struct resource **ires,
76 static void tsec_release_intr(struct tsec_softc *sc, struct resource *ires,
100 sizeof(struct tsec_softc),
110 struct tsec_softc *sc;
157 struct tsec_softc *sc;
242 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand,
265 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand,
287 struct tsec_softc *sc;
323 tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr)
H A Dif_tsec.h47 struct tsec_softc { struct
368 int tsec_attach(struct tsec_softc *sc);
369 int tsec_detach(struct tsec_softc *sc);
382 void tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr);

Completed in 95 milliseconds