Lines Matching refs:tsec_softc

73 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 *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);
118 tsec_attach(struct tsec_softc *sc)
296 tsec_detach(struct tsec_softc *sc)
324 struct tsec_softc *sc;
353 struct tsec_softc *sc = xsc;
361 tsec_init_locked(struct tsec_softc *sc)
555 tsec_set_mac_address(struct tsec_softc *sc)
585 tsec_dma_ctl(struct tsec_softc *sc, int state)
641 tsec_intrs_ctl(struct tsec_softc *sc, int state)
664 tsec_reset_mac(struct tsec_softc *sc)
680 tsec_watchdog(struct tsec_softc *sc)
700 struct tsec_softc *sc = ifp->if_softc;
710 struct tsec_softc *sc;
787 tsec_encap(struct tsec_softc *sc, struct mbuf *m0, int fcb_inserted)
852 tsec_setfilter(struct tsec_softc *sc)
876 struct tsec_softc *sc = ifp->if_softc;
910 struct tsec_softc *sc = ifp->if_softc;
1003 struct tsec_softc *sc = ifp->if_softc;
1018 struct tsec_softc *sc = ifp->if_softc;
1156 tsec_free_dma(struct tsec_softc *sc)
1196 tsec_stop(struct tsec_softc *sc)
1239 struct tsec_softc *sc = arg;
1269 tsec_receive_intr_locked(struct tsec_softc *sc, int count)
1401 struct tsec_softc *sc = arg;
1420 tsec_transmit_intr_locked(struct tsec_softc *sc)
1488 struct tsec_softc *sc = arg;
1506 tsec_error_intr_locked(struct tsec_softc *sc, int count)
1562 struct tsec_softc *sc = arg;
1572 struct tsec_softc *sc;
1600 struct tsec_softc *sc;
1624 struct tsec_softc *sc;
1676 tsec_add_sysctls(struct tsec_softc *sc)
1736 struct tsec_softc *sc = (struct tsec_softc *)arg1;
1765 struct tsec_softc *sc = (struct tsec_softc *)arg1;
1790 tsec_set_rxic(struct tsec_softc *sc)
1807 tsec_set_txic(struct tsec_softc *sc)
1824 tsec_offload_setup(struct tsec_softc *sc)
1854 tsec_offload_process_frame(struct tsec_softc *sc, struct mbuf *m)
1892 tsec_setup_multicast(struct tsec_softc *sc)
1927 tsec_set_mtu(struct tsec_softc *sc, unsigned int mtu)