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

/freebsd-12-stable/sys/dev/tsec/
H A Dif_tsec.c75 static void tsec_dma_ctl(struct tsec_softc *sc, int state);
76 static void tsec_encap(struct ifnet *ifp, struct tsec_softc *sc,
78 static void tsec_free_dma(struct tsec_softc *sc);
86 static void tsec_intrs_ctl(struct tsec_softc *sc, int state);
88 static void tsec_init_locked(struct tsec_softc *sc);
90 static void tsec_reset_mac(struct tsec_softc *sc);
91 static void tsec_setfilter(struct tsec_softc *sc);
92 static void tsec_set_mac_address(struct tsec_softc *sc);
95 static void tsec_stop(struct tsec_softc *sc);
97 static void tsec_watchdog(struct tsec_softc *s
[all...]
H A Dif_tsec_fdt.c76 static int tsec_setup_intr(struct tsec_softc *sc, struct resource **ires,
78 static void tsec_release_intr(struct tsec_softc *sc, struct resource *ires,
102 sizeof(struct tsec_softc),
110 struct tsec_softc *sc;
166 struct tsec_softc *sc;
277 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand,
300 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand,
322 struct tsec_softc *sc;
358 tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr)
H A Dif_tsec.h56 struct tsec_softc { struct
295 int tsec_attach(struct tsec_softc *sc);
296 int tsec_detach(struct tsec_softc *sc);
309 void tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr);

Completed in 53 milliseconds