Lines Matching refs:tsec_softc

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);
96 static void tsec_add_sysctls(struct tsec_softc *sc);
99 static void tsec_set_rxic(struct tsec_softc *sc);
100 static void tsec_set_txic(struct tsec_softc *sc);
101 static int tsec_receive_intr_locked(struct tsec_softc *sc, int count);
102 static void tsec_transmit_intr_locked(struct tsec_softc *sc);
103 static void tsec_error_intr_locked(struct tsec_softc *sc, int count);
104 static void tsec_offload_setup(struct tsec_softc *sc);
105 static void tsec_offload_process_frame(struct tsec_softc *sc,
107 static void tsec_setup_multicast(struct tsec_softc *sc);
108 static int tsec_set_mtu(struct tsec_softc *sc, unsigned int mtu);
117 tsec_attach(struct tsec_softc *sc) in tsec_attach()
284 tsec_detach(struct tsec_softc *sc) in tsec_detach()
312 struct tsec_softc *sc; in tsec_shutdown()
341 struct tsec_softc *sc = xsc; in tsec_init()
349 tsec_mii_wait(struct tsec_softc *sc, uint32_t flags) in tsec_mii_wait()
367 tsec_init_locked(struct tsec_softc *sc) in tsec_init_locked()
560 tsec_set_mac_address(struct tsec_softc *sc) in tsec_set_mac_address()
590 tsec_dma_ctl(struct tsec_softc *sc, int state) in tsec_dma_ctl()
646 tsec_intrs_ctl(struct tsec_softc *sc, int state) in tsec_intrs_ctl()
669 tsec_reset_mac(struct tsec_softc *sc) in tsec_reset_mac()
685 tsec_watchdog(struct tsec_softc *sc) in tsec_watchdog()
705 struct tsec_softc *sc = if_getsoftc(ifp); in tsec_start()
715 struct tsec_softc *sc; in tsec_start_locked()
784 tsec_encap(if_t ifp, struct tsec_softc *sc, struct mbuf *m0, in tsec_encap()
864 tsec_setfilter(struct tsec_softc *sc) in tsec_setfilter()
888 struct tsec_softc *sc = if_getsoftc(ifp); in tsec_poll()
922 struct tsec_softc *sc = if_getsoftc(ifp); in tsec_ioctl()
1012 struct tsec_softc *sc = if_getsoftc(ifp); in tsec_ifmedia_upd()
1027 struct tsec_softc *sc = if_getsoftc(ifp); in tsec_ifmedia_sts()
1165 tsec_free_dma(struct tsec_softc *sc) in tsec_free_dma()
1205 tsec_stop(struct tsec_softc *sc) in tsec_stop()
1245 struct tsec_softc *sc = arg; in tsec_tick()
1275 tsec_receive_intr_locked(struct tsec_softc *sc, int count) in tsec_receive_intr_locked()
1404 struct tsec_softc *sc = arg; in tsec_receive_intr()
1423 tsec_transmit_intr_locked(struct tsec_softc *sc) in tsec_transmit_intr_locked()
1485 struct tsec_softc *sc = arg; in tsec_transmit_intr()
1503 tsec_error_intr_locked(struct tsec_softc *sc, int count) in tsec_error_intr_locked()
1555 struct tsec_softc *sc = arg; in tsec_error_intr()
1565 struct tsec_softc *sc; in tsec_miibus_readreg()
1589 struct tsec_softc *sc; in tsec_miibus_writereg()
1609 struct tsec_softc *sc; in tsec_miibus_statchg()
1661 tsec_add_sysctls(struct tsec_softc *sc) in tsec_add_sysctls()
1721 struct tsec_softc *sc = (struct tsec_softc *)arg1; in tsec_sysctl_ic_time()
1750 struct tsec_softc *sc = (struct tsec_softc *)arg1; in tsec_sysctl_ic_count()
1775 tsec_set_rxic(struct tsec_softc *sc) in tsec_set_rxic()
1792 tsec_set_txic(struct tsec_softc *sc) in tsec_set_txic()
1809 tsec_offload_setup(struct tsec_softc *sc) in tsec_offload_setup()
1838 tsec_offload_process_frame(struct tsec_softc *sc, struct mbuf *m) in tsec_offload_process_frame()
1886 tsec_setup_multicast(struct tsec_softc *sc) in tsec_setup_multicast()
1908 tsec_set_mtu(struct tsec_softc *sc, unsigned int mtu) in tsec_set_mtu()