Home
last modified time | relevance | path

Searched refs:bfe_hw_stats (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/bfe/
H A Dbfe.c1287 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 …]
H A Dbfe.h327 bfe_hw_stats_t bfe_hw_stats; member
H A Dbfe_hw.h454 typedef struct bfe_hw_stats { struct