Home
last modified time | relevance | path

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

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