Home
last modified time | relevance | path

Searched defs:re_softc (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/netif/re/
H A Dif_revar.h117 struct re_softc { struct
131 void (*re_start_xmit)(struct re_softc *); argument
141 int (*re_newbuf)(struct re_softc *, int, int); argument
148 void (*re_write_imr)(struct re_softc *, uint32_t); argument
149 void (*re_write_isr)(struct re_softc *, uint32_t); argument
150 uint32_t (*re_read_isr)(struct re_softc *); argument
151 uint32_t re_intrs;
152 uint16_t re_tx_ack;
153 uint16_t re_rx_ack;
154 int re_tx_time;
[all …]
H A Dre.h885 struct re_softc { struct
887 struct arpcom arpcom; /* interface info */
892 bus_space_handle_t re_bhandle; /* bus space handle */
893 bus_space_tag_t re_btag; /* bus space tag */
894 struct resource *re_res;
895 int re_res_id;
896 int re_res_type;
897 struct resource *re_res_pba;
898 struct resource *re_irq;
899 void *re_intrhand;
[all …]