Searched refs:tx_bcast_byte (Results 1 – 8 of 8) sorted by relevance
264 u64 tx_bcast_byte; /* broadcast packets byte count (without FCS) */ member
297 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */ member
348 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */ member
362 u32 tx_bcast_byte; /* broadcast bytes transmitted, excluding FCS */ member
454 u64 tx_bcast_byte; member
725 stats->tx_bcast_byte += le32_to_cpu(tgt_stats->stats.tx.bcast_byte); in ath6kl_update_target_stats()
3713 data[i++] = tgt_stats->tx_ucast_byte + tgt_stats->tx_bcast_byte; in ath6kl_get_stats()3720 data[i++] = tgt_stats->tx_bcast_byte; in ath6kl_get_stats()
605 "Bcast byte", tgt_stats->tx_bcast_byte); in read_file_tgt_stats()