Home
last modified time | relevance | path

Searched refs:fwstats (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c664 struct bxe_fw_port_stats_old *fwstats = &sc->fw_stats_old; in bxe_bmac_stats_update() local
700 ADD_64(pstats->pfc_frames_tx_hi, fwstats->pfc_frames_tx_hi, in bxe_bmac_stats_update()
701 pstats->pfc_frames_tx_lo, fwstats->pfc_frames_tx_lo); in bxe_bmac_stats_update()
705 ADD_64(pstats->pfc_frames_rx_hi, fwstats->pfc_frames_rx_hi, in bxe_bmac_stats_update()
706 pstats->pfc_frames_rx_lo, fwstats->pfc_frames_rx_lo); in bxe_bmac_stats_update()
1156 struct bxe_fw_port_stats_old *fwstats = &sc->fw_stats_old; in bxe_storm_stats_update() local
1707 struct bxe_fw_port_stats_old *fwstats = &sc->fw_stats_old; in bxe_save_statistics() local
1710 fwstats->pfc_frames_rx_hi = pstats->pfc_frames_rx_hi; in bxe_save_statistics()
1711 fwstats->pfc_frames_rx_lo = pstats->pfc_frames_rx_lo; in bxe_save_statistics()
1712 fwstats->pfc_frames_tx_hi = pstats->pfc_frames_tx_hi; in bxe_save_statistics()
[all …]
H A Dbxe_stats.h668 estats->s = le32toh(tport->s) + fwstats->s; \
673 fwstats->f = estats->f; \