Searched refs:wi_softc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/wi/
H A Dif_wivar.h69 struct wi_softc { struct
186 int wi_mgmt_xmit(struct wi_softc *, caddr_t, int);
187 void wi_stop(struct wi_softc *, int);
188 void wi_init(struct wi_softc *);
H A Dif_wi.c121 static void wi_start(struct wi_softc *);
122 static int wi_start_tx(struct wi_softc *, struct wi_frame *, struct mbuf *);
131 static int wi_reset(struct wi_softc *);
135 static void wi_rx_intr(struct wi_softc *);
136 static void wi_tx_intr(struct wi_softc *);
137 static void wi_tx_ex_intr(struct wi_softc *);
139 static void wi_info_intr(struct wi_softc *);
141 static int wi_write_txrate(struct wi_softc *, struct ieee80211vap *);
142 static int wi_write_wep(struct wi_softc *, struct ieee80211vap *);
143 static int wi_write_multi(struct wi_softc *);
[all...]
H A Dif_wi_pci.c92 sizeof(struct wi_softc)
123 struct wi_softc *sc;
141 struct wi_softc *sc;
240 struct wi_softc *sc = device_get_softc(dev);
252 struct wi_softc *sc = device_get_softc(dev);
H A Dif_wi_macio.c95 sizeof(struct wi_softc)
126 struct wi_softc *sc;
H A Dif_wi_pccard.c93 sizeof(struct wi_softc)
185 struct wi_softc *sc;

Completed in 118 milliseconds