Searched refs:pdrvinfo (Results 1 – 2 of 2) sorted by relevance
1465 struct rx_fwinfo *pdrvinfo, in _rtl92e_query_rxphystatus() argument1489 is_cck_rate = rx_hal_is_cck_rate(pdrvinfo); in _rtl92e_query_rxphystatus()1505 prxpkt = (u8 *)pdrvinfo; in _rtl92e_query_rxphystatus()1626 if (pdrvinfo->RxHT && pdrvinfo->RxRate >= DESC90_RATEMCS8 && in _rtl92e_query_rxphystatus()1627 pdrvinfo->RxRate <= DESC90_RATEMCS15) in _rtl92e_query_rxphystatus()1653 if (pdrvinfo->BW) in _rtl92e_query_rxphystatus()1847 struct rx_fwinfo *pdrvinfo) in _rtl92e_translate_rx_signal_stats() argument1882 _rtl92e_query_rxphystatus(priv, pstats, pdesc, pdrvinfo, in _rtl92e_translate_rx_signal_stats()
3988 static inline bool rx_hal_is_cck_rate(struct rx_drvinfo_819x_usb *pdrvinfo) in rx_hal_is_cck_rate() argument3990 if (pdrvinfo->RxHT) in rx_hal_is_cck_rate()3993 switch (pdrvinfo->RxRate) { in rx_hal_is_cck_rate()4006 struct rx_drvinfo_819x_usb *pdrvinfo, in rtl8192_query_rxphystatus() argument4028 is_cck_rate = rx_hal_is_cck_rate(pdrvinfo); in rtl8192_query_rxphystatus()4039 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()4165 if (pdrvinfo->RxHT && pdrvinfo->RxRate >= DESC90_RATEMCS8 && in rtl8192_query_rxphystatus()4166 pdrvinfo->RxRate <= DESC90_RATEMCS15) in rtl8192_query_rxphystatus()4203 if (pdrvinfo->BW) /* 40M channel */ in rtl8192_query_rxphystatus()4237 struct rx_drvinfo_819x_usb *pdrvinfo) in TranslateRxSignalStuff819xUsb() argument[all …]