Searched refs:pdrvinfo (Results 1 – 2 of 2) sorted by relevance
1479 struct rx_fwinfo *pdrvinfo, in rtl8192_query_rxphystatus() argument1503 is_cck_rate = rx_hal_is_cck_rate(pdrvinfo); in rtl8192_query_rxphystatus()1518 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()1639 if (pdrvinfo->RxHT && pdrvinfo->RxRate >= DESC90_RATEMCS8 && in rtl8192_query_rxphystatus()1640 pdrvinfo->RxRate <= DESC90_RATEMCS15) in rtl8192_query_rxphystatus()1670 if (pdrvinfo->BW) in rtl8192_query_rxphystatus()1868 struct rx_fwinfo *pdrvinfo) in rtl8192_TranslateRxSignalStuff() argument1903 rtl8192_query_rxphystatus(priv, pstats, pdesc, pdrvinfo, in rtl8192_TranslateRxSignalStuff()
3957 static inline bool rx_hal_is_cck_rate(struct rx_drvinfo_819x_usb *pdrvinfo) in rx_hal_is_cck_rate() argument3959 if (pdrvinfo->RxHT) in rx_hal_is_cck_rate()3962 switch (pdrvinfo->RxRate) { in rx_hal_is_cck_rate()3975 rx_drvinfo_819x_usb *pdrvinfo, in rtl8192_query_rxphystatus() argument3998 is_cck_rate = rx_hal_is_cck_rate(pdrvinfo); in rtl8192_query_rxphystatus()4008 prxpkt = (u8 *)pdrvinfo; in rtl8192_query_rxphystatus()4146 if (pdrvinfo->RxHT && pdrvinfo->RxRate >= DESC90_RATEMCS8 && in rtl8192_query_rxphystatus()4147 pdrvinfo->RxRate <= DESC90_RATEMCS15) in rtl8192_query_rxphystatus()4171 if (pdrvinfo->BW) /* 40M channel */ in rtl8192_query_rxphystatus()4199 rx_drvinfo_819x_usb *pdrvinfo) in TranslateRxSignalStuff819xUsb() argument[all …]