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

  /src/sys/dev/pci/
if_rtwn.c 102 CFATTACH_DECL_NEW(rtwn, sizeof(struct rtwn_softc), rtwn_match,
105 static int rtwn_alloc_rx_list(struct rtwn_softc *);
106 static void rtwn_reset_rx_list(struct rtwn_softc *);
107 static void rtwn_free_rx_list(struct rtwn_softc *);
108 static void rtwn_setup_rx_desc(struct rtwn_softc *, struct r92c_rx_desc_pci *,
110 static int rtwn_alloc_tx_list(struct rtwn_softc *, int);
111 static void rtwn_reset_tx_list(struct rtwn_softc *, int);
112 static void rtwn_free_tx_list(struct rtwn_softc *, int);
113 static void rtwn_write_1(struct rtwn_softc *, uint16_t, uint8_t);
114 static void rtwn_write_2(struct rtwn_softc *, uint16_t, uint16_t)
    [all...]
if_rtwnreg.h 98 struct rtwn_softc;
130 void (*cb)(struct rtwn_softc *, void *);
146 struct rtwn_softc { struct

Completed in 16 milliseconds