tx_bcast_byte     350 drivers/net/ethernet/atheros/atl1c/atl1c.h 	unsigned long tx_bcast_byte;	/* The byte count of broadcast packet transmitted, excluding FCS. */
tx_bcast_byte     297 drivers/net/ethernet/atheros/atl1e/atl1e.h 	unsigned long tx_bcast_byte;  /* The byte count of broadcast packet transmitted, excluding FCS. */
tx_bcast_byte     362 drivers/net/ethernet/atheros/atlx/atl1.h 	u32 tx_bcast_byte;	/* broadcast bytes transmitted, excluding FCS */
tx_bcast_byte     264 drivers/net/ethernet/qualcomm/emac/emac.h 	u64 tx_bcast_byte;      /* broadcast packets byte count (without FCS) */
tx_bcast_byte    3713 drivers/net/wireless/ath/ath6kl/cfg80211.c 	data[i++] = tgt_stats->tx_ucast_byte + tgt_stats->tx_bcast_byte;
tx_bcast_byte    3720 drivers/net/wireless/ath/ath6kl/cfg80211.c 	data[i++] = tgt_stats->tx_bcast_byte;
tx_bcast_byte     454 drivers/net/wireless/ath/ath6kl/core.h 	u64 tx_bcast_byte;
tx_bcast_byte     605 drivers/net/wireless/ath/ath6kl/debug.c 			 "Bcast byte", tgt_stats->tx_bcast_byte);
tx_bcast_byte     722 drivers/net/wireless/ath/ath6kl/main.c 	stats->tx_bcast_byte += le32_to_cpu(tgt_stats->stats.tx.bcast_byte);