Searched refs:estats (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_stats.c622 struct bxe_eth_stats *estats = &sc->eth_stats; local
709 estats->pause_frames_received_hi = pstats->mac_stx[1].rx_stat_mac_xpf_hi;
710 estats->pause_frames_received_lo = pstats->mac_stx[1].rx_stat_mac_xpf_lo;
712 estats->pause_frames_sent_hi = pstats->mac_stx[1].tx_stat_outxoffsent_hi;
713 estats->pause_frames_sent_lo = pstats->mac_stx[1].tx_stat_outxoffsent_lo;
715 estats->pfc_frames_received_hi = pstats->pfc_frames_rx_hi;
716 estats->pfc_frames_received_lo = pstats->pfc_frames_rx_lo;
717 estats->pfc_frames_sent_hi = pstats->pfc_frames_tx_hi;
718 estats->pfc_frames_sent_lo = pstats->pfc_frames_tx_lo;
725 struct bxe_eth_stats *estats local
804 struct bxe_eth_stats *estats = &sc->eth_stats; local
863 struct bxe_eth_stats *estats = &sc->eth_stats; local
992 struct bxe_eth_stats *estats = &sc->eth_stats; local
1183 struct bxe_eth_stats *estats; local
1226 struct bxe_eth_stats *estats = &sc->eth_stats; local
1706 struct bxe_eth_stats *estats = &sc->eth_stats; local
1731 struct bxe_eth_stats *estats = &sc->eth_stats; local
[all...]
H A Dbxe_stats.h567 ADD_64(estats->t##_hi, diff.hi, \
568 estats->t##_lo, diff.lo); \
604 ADD_EXTEND_64(estats->t##_hi, estats->t##_lo, diff); \
617 ADD_EXTEND_64(estats->t##_hi, estats->t##_lo, diff); \
640 ADD_64(estats->s##_hi, qstats->s##_hi, \
641 estats->s##_lo, qstats->s##_lo); \
642 SUB_64(estats->s##_hi, qstats_old->s##_hi_old, \
643 estats
[all...]

Completed in 96 milliseconds