Searched refs:pDrvInfo (Results 1 – 1 of 1) sorted by relevance
2022 struct rx_fwinfo *pDrvInfo = NULL; in rtl92e_get_rx_stats() local2050 pDrvInfo = (struct rx_fwinfo *)(skb->data + stats->RxBufShift); in rtl92e_get_rx_stats()2052 stats->rate = _rtl92e_rate_hw_to_mgn((bool)pDrvInfo->RxHT, in rtl92e_get_rx_stats()2053 (u8)pDrvInfo->RxRate); in rtl92e_get_rx_stats()2054 stats->bShortPreamble = pDrvInfo->SPLCP; in rtl92e_get_rx_stats()2058 stats->bIsAMPDU = (pDrvInfo->PartAggr == 1); in rtl92e_get_rx_stats()2059 stats->bFirstMPDU = (pDrvInfo->PartAggr == 1) && in rtl92e_get_rx_stats()2060 (pDrvInfo->FirstAGGR == 1); in rtl92e_get_rx_stats()2062 stats->TimeStampLow = pDrvInfo->TSFL; in rtl92e_get_rx_stats()2070 stats->RxIs40MHzPacket = pDrvInfo->BW; in rtl92e_get_rx_stats()[all …]