Symbol: tsec_softc
sys/dev/tsec/if_tsec.c
100
static void tsec_set_txic(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
101
static int tsec_receive_intr_locked(struct tsec_softc *sc, int count);
sys/dev/tsec/if_tsec.c
1012
struct tsec_softc *sc = if_getsoftc(ifp);
sys/dev/tsec/if_tsec.c
102
static void tsec_transmit_intr_locked(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
1027
struct tsec_softc *sc = if_getsoftc(ifp);
sys/dev/tsec/if_tsec.c
103
static void tsec_error_intr_locked(struct tsec_softc *sc, int count);
sys/dev/tsec/if_tsec.c
104
static void tsec_offload_setup(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
105
static void tsec_offload_process_frame(struct tsec_softc *sc,
sys/dev/tsec/if_tsec.c
107
static void tsec_setup_multicast(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
108
static int tsec_set_mtu(struct tsec_softc *sc, unsigned int mtu);
sys/dev/tsec/if_tsec.c
1165
tsec_free_dma(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
117
tsec_attach(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
1205
tsec_stop(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
1245
struct tsec_softc *sc = arg;
sys/dev/tsec/if_tsec.c
1275
tsec_receive_intr_locked(struct tsec_softc *sc, int count)
sys/dev/tsec/if_tsec.c
1404
struct tsec_softc *sc = arg;
sys/dev/tsec/if_tsec.c
1423
tsec_transmit_intr_locked(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
1485
struct tsec_softc *sc = arg;
sys/dev/tsec/if_tsec.c
1503
tsec_error_intr_locked(struct tsec_softc *sc, int count)
sys/dev/tsec/if_tsec.c
1555
struct tsec_softc *sc = arg;
sys/dev/tsec/if_tsec.c
1565
struct tsec_softc *sc;
sys/dev/tsec/if_tsec.c
1589
struct tsec_softc *sc;
sys/dev/tsec/if_tsec.c
1609
struct tsec_softc *sc;
sys/dev/tsec/if_tsec.c
1661
tsec_add_sysctls(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
1721
struct tsec_softc *sc = (struct tsec_softc *)arg1;
sys/dev/tsec/if_tsec.c
1750
struct tsec_softc *sc = (struct tsec_softc *)arg1;
sys/dev/tsec/if_tsec.c
1775
tsec_set_rxic(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
1792
tsec_set_txic(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
1809
tsec_offload_setup(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
1838
tsec_offload_process_frame(struct tsec_softc *sc, struct mbuf *m)
sys/dev/tsec/if_tsec.c
1886
tsec_setup_multicast(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
1908
tsec_set_mtu(struct tsec_softc *sc, unsigned int mtu)
sys/dev/tsec/if_tsec.c
284
tsec_detach(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
312
struct tsec_softc *sc;
sys/dev/tsec/if_tsec.c
341
struct tsec_softc *sc = xsc;
sys/dev/tsec/if_tsec.c
349
tsec_mii_wait(struct tsec_softc *sc, uint32_t flags)
sys/dev/tsec/if_tsec.c
367
tsec_init_locked(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
560
tsec_set_mac_address(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
590
tsec_dma_ctl(struct tsec_softc *sc, int state)
sys/dev/tsec/if_tsec.c
646
tsec_intrs_ctl(struct tsec_softc *sc, int state)
sys/dev/tsec/if_tsec.c
669
tsec_reset_mac(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
685
tsec_watchdog(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
705
struct tsec_softc *sc = if_getsoftc(ifp);
sys/dev/tsec/if_tsec.c
715
struct tsec_softc *sc;
sys/dev/tsec/if_tsec.c
73
static void tsec_dma_ctl(struct tsec_softc *sc, int state);
sys/dev/tsec/if_tsec.c
74
static void tsec_encap(if_t ifp, struct tsec_softc *sc,
sys/dev/tsec/if_tsec.c
76
static void tsec_free_dma(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
784
tsec_encap(if_t ifp, struct tsec_softc *sc, struct mbuf *m0,
sys/dev/tsec/if_tsec.c
84
static void tsec_intrs_ctl(struct tsec_softc *sc, int state);
sys/dev/tsec/if_tsec.c
86
static void tsec_init_locked(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
864
tsec_setfilter(struct tsec_softc *sc)
sys/dev/tsec/if_tsec.c
88
static void tsec_reset_mac(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
888
struct tsec_softc *sc = if_getsoftc(ifp);
sys/dev/tsec/if_tsec.c
89
static void tsec_setfilter(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
90
static void tsec_set_mac_address(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
922
struct tsec_softc *sc = if_getsoftc(ifp);
sys/dev/tsec/if_tsec.c
93
static void tsec_stop(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
95
static void tsec_watchdog(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
96
static void tsec_add_sysctls(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.c
99
static void tsec_set_rxic(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.h
291
int tsec_attach(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.h
292
int tsec_detach(struct tsec_softc *sc);
sys/dev/tsec/if_tsec.h
305
void tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr);
sys/dev/tsec/if_tsec_fdt.c
100
sizeof(struct tsec_softc),
sys/dev/tsec/if_tsec_fdt.c
108
struct tsec_softc *sc;
sys/dev/tsec/if_tsec_fdt.c
164
struct tsec_softc *sc;
sys/dev/tsec/if_tsec_fdt.c
275
tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand,
sys/dev/tsec/if_tsec_fdt.c
298
tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand,
sys/dev/tsec/if_tsec_fdt.c
320
struct tsec_softc *sc;
sys/dev/tsec/if_tsec_fdt.c
356
tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr)
sys/dev/tsec/if_tsec_fdt.c
74
static int tsec_setup_intr(struct tsec_softc *sc, struct resource **ires,
sys/dev/tsec/if_tsec_fdt.c
76
static void tsec_release_intr(struct tsec_softc *sc, struct resource *ires,