Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
Datl1e.h310 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */ member
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c.h363 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */ member
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
Datl1.h375 u32 tx_bcast_byte; /* broadcast bytes transmitted, excluding FCS */ member
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcore.h454 u64 tx_bcast_byte; member
Dmain.c719 stats->tx_bcast_byte += le32_to_cpu(tgt_stats->stats.tx.bcast_byte); in ath6kl_update_target_stats()
Dcfg80211.c3702 data[i++] = tgt_stats->tx_ucast_byte + tgt_stats->tx_bcast_byte; in ath6kl_get_stats()
3709 data[i++] = tgt_stats->tx_bcast_byte; in ath6kl_get_stats()
Ddebug.c605 "Bcast byte", tgt_stats->tx_bcast_byte); in read_file_tgt_stats()