HomeSort by: relevance | last modified time | path
    Searched refs:tl_softc_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_tl.c 113 static void tl_reset(tl_softc_t *);
117 static int tl_add_RxBuff(tl_softc_t *, struct Rx_list *, struct mbuf *);
118 static void tl_read_stats(tl_softc_t *);
121 static void tl_addr_filter(tl_softc_t *);
123 static uint32_t tl_intreg_read(tl_softc_t *, uint32_t);
124 static void tl_intreg_write(tl_softc_t *, uint32_t, uint32_t);
125 static uint8_t tl_intreg_read_byte(tl_softc_t *, uint32_t);
126 static void tl_intreg_write_byte(tl_softc_t *, uint32_t, uint8_t);
164 static inline void netsio_clr(tl_softc_t *, uint8_t);
165 static inline void netsio_set(tl_softc_t *, uint8_t)
    [all...]
if_tlvar.h 88 typedef struct tl_softc tl_softc_t; typedef in typeref:struct:tl_softc

Completed in 13 milliseconds