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

/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.c73 static void tsec_dma_ctl(struct tsec_softc *sc, int state);
74 static int tsec_encap(struct tsec_softc *sc, struct mbuf *m_head,
76 static void tsec_free_dma(struct tsec_softc *sc);
84 static void tsec_intrs_ctl(struct tsec_softc *sc, int state);
86 static void tsec_init_locked(struct tsec_softc *sc);
88 static void tsec_reset_mac(struct tsec_softc *sc);
89 static void tsec_setfilter(struct tsec_softc *sc);
90 static void tsec_set_mac_address(struct tsec_softc *sc);
93 static void tsec_stop(struct tsec_softc *sc);
95 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),
108 struct tsec_softc *sc;
164 struct tsec_softc *sc;
275 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand,
298 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand,
320 struct tsec_softc *sc;
356 tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr)
H A Dif_tsec.h47 struct tsec_softc { struct
371 int tsec_attach(struct tsec_softc *sc);
372 int tsec_detach(struct tsec_softc *sc);
385 void tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr);

Completed in 82 milliseconds