Searched refs:tsec_softc (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/tsec/ |
H A D | if_tsec.c | 73 static void tsec_dma_ctl(struct tsec_softc *sc, int state); 74 static void tsec_encap(if_t ifp, struct tsec_softc *sc, 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 *sc); [all …]
|
H A D | if_tsec_fdt.c | 74 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; in tsec_fdt_probe() 164 struct tsec_softc *sc; in tsec_fdt_attach() 275 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand, in tsec_setup_intr() 298 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, in tsec_release_intr() 320 struct tsec_softc *sc; in tsec_fdt_detach() 356 tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr) in tsec_get_hwaddr()
|
H A D | if_tsec.h | 54 struct tsec_softc { struct 291 int tsec_attach(struct tsec_softc *sc); 292 int tsec_detach(struct tsec_softc *sc); 305 void tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr);
|