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