Searched refs:physt (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/rtwn/rtl8821a/
H A Dr21a_rx.c58 r21a_get_rssi_cck(struct rtwn_softc *sc, void *physt) argument
60 struct r12a_rx_phystat *stat = (struct r12a_rx_phystat *)physt;
/freebsd-current/sys/dev/rtwn/rtl8192c/
H A Dr92c_rx.c60 r92c_get_rssi_cck(struct rtwn_softc *sc, void *physt) argument
63 struct r92c_rx_cck *cck = (struct r92c_rx_cck *)physt;
80 r92c_get_rssi_ofdm(struct rtwn_softc *sc, void *physt) argument
82 struct r92c_rx_phystat *phy = (struct r92c_rx_phystat *)physt;
/freebsd-current/sys/dev/rtwn/rtl8192e/
H A Dr92e_rx.c91 r92e_get_rssi_cck(struct rtwn_softc *sc, void *physt) argument
94 return (10 + r88e_get_rssi_cck(sc, physt));
/freebsd-current/sys/dev/rtwn/rtl8188e/
H A Dr88e_rx.c162 r88e_get_rssi_cck(struct rtwn_softc *sc, void *physt) argument
164 struct r88e_rx_phystat *phy = (struct r88e_rx_phystat *)physt;
207 r88e_get_rssi_ofdm(struct rtwn_softc *sc, void *physt) argument
209 struct r88e_rx_phystat *phy = (struct r88e_rx_phystat *)physt;
222 const struct r88e_rx_phystat *physt = physt_ptr; local
229 rxs->c_ieee = physt->chan;
/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn_rx.c155 rtwn_get_rssi(struct rtwn_softc *sc, void *physt, int is_cck) argument
160 rssi = rtwn_get_rssi_cck(sc, physt);
162 rssi = rtwn_get_rssi_ofdm(sc, physt);
242 void *physt; local
269 physt = (void *)mtodo(m, shift);
271 physt = (un != NULL) ? &un->last_physt : &sc->last_physt;
274 rtwn_get_rx_stats(sc, &rxs, desc, physt);
277 memcpy(&sc->last_physt, physt, sizeof(sc->last_physt));
279 memcpy(&un->last_physt, physt, sizeof(sc->last_physt));
293 rssi = rtwn_get_rssi(sc, physt, is_cc
[all...]
/freebsd-current/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c230 const struct r12a_rx_phystat *physt = physt_ptr; local
274 is5ghz = (physt->cfosho[2] != 0x01);
310 rxs->c_ieee = MS(le16toh(physt->phyw1), R12A_PHYW1_CHAN);
/freebsd-current/sys/dev/usb/wlan/
H A Dif_rsu.c2276 rsu_get_rssi(struct rsu_softc *sc, int rate, void *physt) argument
2285 cck = (struct r92s_rx_cck *)physt;
2290 phy = (struct r92s_rx_phystat *)physt;

Completed in 107 milliseconds