Home
last modified time | relevance | path

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

/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.c80 static void cmpk_count_txstatistic(struct net_device *dev, cmpk_txfb_t *pstx_fb) in cmpk_count_txstatistic() argument
103 if (pstx_fb->tok) { in cmpk_count_txstatistic()
106 priv->stats.txokbytestotal += pstx_fb->pkt_length; in cmpk_count_txstatistic()
110 if (pstx_fb->pkt_type == PACKET_MULTICAST) { in cmpk_count_txstatistic()
112 priv->stats.txbytesmulticast += pstx_fb->pkt_length; in cmpk_count_txstatistic()
113 } else if (pstx_fb->pkt_type == PACKET_BROADCAST) { in cmpk_count_txstatistic()
115 priv->stats.txbytesbroadcast += pstx_fb->pkt_length; in cmpk_count_txstatistic()
118 priv->stats.txbytesunicast += pstx_fb->pkt_length; in cmpk_count_txstatistic()
123 priv->stats.txerrbytestotal += pstx_fb->pkt_length; in cmpk_count_txstatistic()
126 if (pstx_fb->pkt_type == PACKET_MULTICAST) in cmpk_count_txstatistic()
[all …]