Searched refs:bfe_hw_stats (Results 1 – 3 of 3) sorted by relevance
1287 v = &bfe->bfe_hw_stats.tx_good_octets; in bfe_gather_stats()1293 v = &bfe->bfe_hw_stats.rx_good_octets; in bfe_gather_stats()1324 bfe->bfe_hw_stats.tx_carrier_lost; in bfe_gather_stats()1329 bfe->bfe_hw_stats.tx_excessive_cols; in bfe_gather_stats()1330 txerr += bfe->bfe_hw_stats.tx_excessive_cols; in bfe_gather_stats()1331 coll += bfe->bfe_hw_stats.tx_excessive_cols; in bfe_gather_stats()1334 bfe->bfe_hw_stats.rx_crc_errs; in bfe_gather_stats()1335 rxerr += bfe->bfe_hw_stats.rx_crc_errs; in bfe_gather_stats()1338 bfe->bfe_hw_stats.tx_single_cols; in bfe_gather_stats()1339 coll += bfe->bfe_hw_stats.tx_single_cols; in bfe_gather_stats()[all …]
327 bfe_hw_stats_t bfe_hw_stats; member
454 typedef struct bfe_hw_stats { struct