Home
last modified time | relevance | path

Searched refs:pDrvInfo (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1705 struct rx_fwinfo *pDrvInfo = NULL; in rtl92e_get_rx_stats() local
1724 pDrvInfo = (struct rx_fwinfo *)(skb->data + stats->RxBufShift); in rtl92e_get_rx_stats()
1726 stats->rate = _rtl92e_rate_hw_to_mgn((bool)pDrvInfo->RxHT, in rtl92e_get_rx_stats()
1727 pDrvInfo->RxRate); in rtl92e_get_rx_stats()
1728 stats->bShortPreamble = pDrvInfo->SPLCP; in rtl92e_get_rx_stats()
1732 stats->bIsAMPDU = (pDrvInfo->PartAggr == 1); in rtl92e_get_rx_stats()
1733 stats->bFirstMPDU = (pDrvInfo->PartAggr == 1) && in rtl92e_get_rx_stats()
1734 (pDrvInfo->FirstAGGR == 1); in rtl92e_get_rx_stats()
1736 stats->TimeStampLow = pDrvInfo->TSFL; in rtl92e_get_rx_stats()
1744 stats->RxIs40MHzPacket = pDrvInfo->BW; in rtl92e_get_rx_stats()
[all …]