Searched refs:pdrvinfo (Results 1 – 2 of 2) sorted by relevance
1477 struct rx_fwinfo *pdrvinfo, in _rtl92e_query_rxphystatus() argument1501 is_cck_rate = rx_hal_is_cck_rate(pdrvinfo); in _rtl92e_query_rxphystatus()1517 prxpkt = (u8 *)pdrvinfo; in _rtl92e_query_rxphystatus()1638 if (pdrvinfo->RxHT && pdrvinfo->RxRate >= DESC90_RATEMCS8 && in _rtl92e_query_rxphystatus()1639 pdrvinfo->RxRate <= DESC90_RATEMCS15) in _rtl92e_query_rxphystatus()1669 if (pdrvinfo->BW) in _rtl92e_query_rxphystatus()1864 struct rx_fwinfo *pdrvinfo) in _rtl92e_translate_rx_signal_stats() argument1899 _rtl92e_query_rxphystatus(priv, pstats, pdesc, pdrvinfo, in _rtl92e_translate_rx_signal_stats()
4231 static inline bool rx_hal_is_cck_rate(struct rx_drvinfo_819x_usb *pdrvinfo) in rx_hal_is_cck_rate() argument4233 if (pdrvinfo->RxHT) in rx_hal_is_cck_rate()4236 switch (pdrvinfo->RxRate) { in rx_hal_is_cck_rate()4249 rx_drvinfo_819x_usb *pdrvinfo, in rtl8192_query_rxphystatus() argument4272 is_cck_rate = rx_hal_is_cck_rate(pdrvinfo); in rtl8192_query_rxphystatus()4283 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()4411 if (pdrvinfo->RxHT && pdrvinfo->RxRate >= DESC90_RATEMCS8 && in rtl8192_query_rxphystatus()4412 pdrvinfo->RxRate <= DESC90_RATEMCS15) in rtl8192_query_rxphystatus()4450 if (pdrvinfo->BW) /* 40M channel */ in rtl8192_query_rxphystatus()4486 rx_drvinfo_819x_usb *pdrvinfo) in TranslateRxSignalStuff819xUsb() argument[all …]