Searched refs:pstx_fb (Results 1 – 1 of 1) sorted by relevance
63 static void cmpk_count_txstatistic(struct net_device *dev, struct cmd_pkt_tx_feedback *pstx_fb) in cmpk_count_txstatistic() argument88 if (pstx_fb->tok) { in cmpk_count_txstatistic()91 priv->stats.txokbytestotal += pstx_fb->pkt_length; in cmpk_count_txstatistic()95 if (pstx_fb->pkt_type == PACKET_MULTICAST) { in cmpk_count_txstatistic()97 priv->stats.txbytesmulticast += pstx_fb->pkt_length; in cmpk_count_txstatistic()98 } else if (pstx_fb->pkt_type == PACKET_BROADCAST) { in cmpk_count_txstatistic()100 priv->stats.txbytesbroadcast += pstx_fb->pkt_length; in cmpk_count_txstatistic()103 priv->stats.txbytesunicast += pstx_fb->pkt_length; in cmpk_count_txstatistic()108 priv->stats.txerrbytestotal += pstx_fb->pkt_length; in cmpk_count_txstatistic()111 if (pstx_fb->pkt_type == PACKET_MULTICAST) in cmpk_count_txstatistic()[all …]