Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.h264 u64 tx_bcast_byte; /* broadcast packets byte count (without FCS) */ member
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h297 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */ member
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h348 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */ member
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.h362 u32 tx_bcast_byte; /* broadcast bytes transmitted, excluding FCS */ member
/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.h454 u64 tx_bcast_byte; member
H A Dmain.c725 stats->tx_bcast_byte += le32_to_cpu(tgt_stats->stats.tx.bcast_byte); in ath6kl_update_target_stats()
H A Dcfg80211.c3713 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()
H A Ddebug.c605 "Bcast byte", tgt_stats->tx_bcast_byte); in read_file_tgt_stats()