Home
last modified time | relevance | path

Searched refs:pdrvinfo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1467 struct rx_fwinfo *pdrvinfo, in _rtl92e_query_rxphystatus() argument
1491 is_cck_rate = rx_hal_is_cck_rate(pdrvinfo); in _rtl92e_query_rxphystatus()
1507 prxpkt = (u8 *)pdrvinfo; in _rtl92e_query_rxphystatus()
1628 if (pdrvinfo->RxHT && pdrvinfo->RxRate >= DESC90_RATEMCS8 && in _rtl92e_query_rxphystatus()
1629 pdrvinfo->RxRate <= DESC90_RATEMCS15) in _rtl92e_query_rxphystatus()
1655 if (pdrvinfo->BW) in _rtl92e_query_rxphystatus()
1849 struct rx_fwinfo *pdrvinfo) in _rtl92e_translate_rx_signal_stats() argument
1884 _rtl92e_query_rxphystatus(priv, pstats, pdesc, pdrvinfo, in _rtl92e_translate_rx_signal_stats()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_core.c3994 static inline bool rx_hal_is_cck_rate(struct rx_drvinfo_819x_usb *pdrvinfo) in rx_hal_is_cck_rate() argument
3996 if (pdrvinfo->RxHT) in rx_hal_is_cck_rate()
3999 switch (pdrvinfo->RxRate) { in rx_hal_is_cck_rate()
4012 struct rx_drvinfo_819x_usb *pdrvinfo, in rtl8192_query_rxphystatus() argument
4034 is_cck_rate = rx_hal_is_cck_rate(pdrvinfo); in rtl8192_query_rxphystatus()
4045 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()
4171 if (pdrvinfo->RxHT && pdrvinfo->RxRate >= DESC90_RATEMCS8 && in rtl8192_query_rxphystatus()
4172 pdrvinfo->RxRate <= DESC90_RATEMCS15) in rtl8192_query_rxphystatus()
4209 if (pdrvinfo->BW) /* 40M channel */ in rtl8192_query_rxphystatus()
4243 struct rx_drvinfo_819x_usb *pdrvinfo) in TranslateRxSignalStuff819xUsb() argument
[all …]