Searched refs:pDrvInfo (Results 1 – 1 of 1) sorted by relevance
1629 struct rx_fwinfo *pDrvInfo = NULL; in rtl92e_get_rx_stats() local1646 pDrvInfo = (struct rx_fwinfo *)(skb->data + stats->rx_buf_shift); in rtl92e_get_rx_stats()1648 stats->rate = _rtl92e_rate_hw_to_mgn((bool)pDrvInfo->RxHT, in rtl92e_get_rx_stats()1649 pDrvInfo->RxRate); in rtl92e_get_rx_stats()1653 stats->bIsAMPDU = (pDrvInfo->PartAggr == 1); in rtl92e_get_rx_stats()1654 stats->bFirstMPDU = (pDrvInfo->PartAggr == 1) && in rtl92e_get_rx_stats()1655 (pDrvInfo->FirstAGGR == 1); in rtl92e_get_rx_stats()1657 stats->time_stamp_low = pDrvInfo->TSFL; in rtl92e_get_rx_stats()1660 _rtl92e_translate_rx_signal_stats(dev, skb, stats, pdesc, pDrvInfo); in rtl92e_get_rx_stats()