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

  /src/sys/dev/usb/
if_runvar.h 77 struct run_softc;
80 struct run_softc *sc;
87 struct run_softc *sc;
107 void (*cb)(struct run_softc *, void *);
137 struct run_softc { struct
144 int (*sc_srom_read)(struct run_softc *,
if_run.c 336 CFATTACH_DECL_NEW(run, sizeof(struct run_softc),
339 static int run_alloc_rx_ring(struct run_softc *);
340 static void run_free_rx_ring(struct run_softc *);
341 static int run_alloc_tx_ring(struct run_softc *, int);
342 static void run_free_tx_ring(struct run_softc *, int);
343 static int run_load_microcode(struct run_softc *);
344 static int run_reset(struct run_softc *);
345 static int run_read(struct run_softc *, uint16_t, uint32_t *);
346 static int run_read_region_1(struct run_softc *, uint16_t,
348 static int run_write_2(struct run_softc *, uint16_t, uint16_t)
    [all...]

Completed in 51 milliseconds