Symbol: tl_softc_t
sys/dev/pci/if_tl.c
113
static void tl_reset(tl_softc_t *);
sys/dev/pci/if_tl.c
117
static int tl_add_RxBuff(tl_softc_t *, struct Rx_list *, struct mbuf *);
sys/dev/pci/if_tl.c
118
static void tl_read_stats(tl_softc_t *);
sys/dev/pci/if_tl.c
121
static void tl_addr_filter(tl_softc_t *);
sys/dev/pci/if_tl.c
123
static uint32_t tl_intreg_read(tl_softc_t *, uint32_t);
sys/dev/pci/if_tl.c
1234
tl_softc_t *sc = ifp->if_softc;
sys/dev/pci/if_tl.c
124
static void tl_intreg_write(tl_softc_t *, uint32_t, uint32_t);
sys/dev/pci/if_tl.c
125
static uint8_t tl_intreg_read_byte(tl_softc_t *, uint32_t);
sys/dev/pci/if_tl.c
126
static void tl_intreg_write_byte(tl_softc_t *, uint32_t, uint8_t);
sys/dev/pci/if_tl.c
1406
tl_softc_t *sc = ifp->if_softc;
sys/dev/pci/if_tl.c
1416
tl_add_RxBuff(tl_softc_t *sc, struct Rx_list *Rx, struct mbuf *oldm)
sys/dev/pci/if_tl.c
1470
tl_softc_t *sc = v;
sys/dev/pci/if_tl.c
1482
tl_read_stats(tl_softc_t *sc)
sys/dev/pci/if_tl.c
1548
tl_addr_filter(tl_softc_t *sc)
sys/dev/pci/if_tl.c
164
static inline void netsio_clr(tl_softc_t *, uint8_t);
sys/dev/pci/if_tl.c
165
static inline void netsio_set(tl_softc_t *, uint8_t);
sys/dev/pci/if_tl.c
166
static inline uint8_t netsio_read(tl_softc_t *, uint8_t);
sys/dev/pci/if_tl.c
169
netsio_clr(tl_softc_t *sc, uint8_t bits)
sys/dev/pci/if_tl.c
177
netsio_set(tl_softc_t *sc, uint8_t bits)
sys/dev/pci/if_tl.c
185
netsio_read(tl_softc_t *sc, uint8_t bits)
sys/dev/pci/if_tl.c
191
CFATTACH_DECL_NEW(tl, sizeof(tl_softc_t),
sys/dev/pci/if_tl.c
278
tl_softc_t *sc = device_private(self);
sys/dev/pci/if_tl.c
470
tl_reset(tl_softc_t *sc)
sys/dev/pci/if_tl.c
512
tl_softc_t *sc = device_private(self);
sys/dev/pci/if_tl.c
523
tl_softc_t *sc = ifp->if_softc;
sys/dev/pci/if_tl.c
592
tl_softc_t *sc = ifp->if_softc;
sys/dev/pci/if_tl.c
766
tl_intreg_read(tl_softc_t *sc, uint32_t reg)
sys/dev/pci/if_tl.c
774
tl_intreg_read_byte(tl_softc_t *sc, uint32_t reg)
sys/dev/pci/if_tl.c
783
tl_intreg_write(tl_softc_t *sc, uint32_t reg, uint32_t val)
sys/dev/pci/if_tl.c
791
tl_intreg_write_byte(tl_softc_t *sc, uint32_t reg, uint8_t val)
sys/dev/pci/if_tl.c
895
tl_softc_t *sc = ifp->if_softc;
sys/dev/pci/if_tl.c
987
tl_softc_t *sc = v;