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

  /src/sys/dev/usb/
if_rumvar.h 56 struct rum_softc;
59 struct rum_softc *sc;
67 struct rum_softc *sc;
73 struct rum_softc { struct
if_rum.c 146 static int rum_alloc_tx_list(struct rum_softc *);
147 static void rum_free_tx_list(struct rum_softc *);
148 static int rum_alloc_rx_list(struct rum_softc *);
149 static void rum_free_rx_list(struct rum_softc *);
163 static void rum_setup_tx_desc(struct rum_softc *,
166 static int rum_tx_data(struct rum_softc *, struct mbuf *,
171 static void rum_eeprom_read(struct rum_softc *, uint16_t, void *,
173 static uint32_t rum_read(struct rum_softc *, uint16_t);
174 static void rum_read_multi(struct rum_softc *, uint16_t, void *,
176 static void rum_write(struct rum_softc *, uint16_t, uint32_t)
    [all...]

Completed in 57 milliseconds