Symbol: mac_stx
sys/dev/bxe/bxe.c
7012
memset(&(pstats->mac_stx[0]), 0, sizeof(struct mac_stx));
sys/dev/bxe/bxe_stats.c
709
estats->pause_frames_received_hi = pstats->mac_stx[1].rx_stat_mac_xpf_hi;
sys/dev/bxe/bxe_stats.c
710
estats->pause_frames_received_lo = pstats->mac_stx[1].rx_stat_mac_xpf_lo;
sys/dev/bxe/bxe_stats.c
712
estats->pause_frames_sent_hi = pstats->mac_stx[1].tx_stat_outxoffsent_hi;
sys/dev/bxe/bxe_stats.c
713
estats->pause_frames_sent_lo = pstats->mac_stx[1].tx_stat_outxoffsent_lo;
sys/dev/bxe/bxe_stats.c
763
pstats->mac_stx[1].tx_stat_etherstatspkts1024octetsto1522octets_hi;
sys/dev/bxe/bxe_stats.c
765
pstats->mac_stx[1].tx_stat_etherstatspkts1024octetsto1522octets_lo;
sys/dev/bxe/bxe_stats.c
768
pstats->mac_stx[1].tx_stat_mac_2047_hi;
sys/dev/bxe/bxe_stats.c
770
pstats->mac_stx[1].tx_stat_mac_2047_lo;
sys/dev/bxe/bxe_stats.c
773
pstats->mac_stx[1].tx_stat_mac_4095_hi,
sys/dev/bxe/bxe_stats.c
775
pstats->mac_stx[1].tx_stat_mac_4095_lo);
sys/dev/bxe/bxe_stats.c
778
pstats->mac_stx[1].tx_stat_mac_9216_hi,
sys/dev/bxe/bxe_stats.c
780
pstats->mac_stx[1].tx_stat_mac_9216_lo);
sys/dev/bxe/bxe_stats.c
783
pstats->mac_stx[1].tx_stat_mac_16383_hi,
sys/dev/bxe/bxe_stats.c
785
pstats->mac_stx[1].tx_stat_mac_16383_lo);
sys/dev/bxe/bxe_stats.c
787
estats->pause_frames_received_hi = pstats->mac_stx[1].rx_stat_mac_xpf_hi;
sys/dev/bxe/bxe_stats.c
788
estats->pause_frames_received_lo = pstats->mac_stx[1].rx_stat_mac_xpf_lo;
sys/dev/bxe/bxe_stats.c
790
estats->pause_frames_sent_hi = pstats->mac_stx[1].tx_stat_outxoffsent_hi;
sys/dev/bxe/bxe_stats.c
791
estats->pause_frames_sent_lo = pstats->mac_stx[1].tx_stat_outxoffsent_lo;
sys/dev/bxe/bxe_stats.c
839
pstats->mac_stx[1].rx_stat_xonpauseframesreceived_hi;
sys/dev/bxe/bxe_stats.c
841
pstats->mac_stx[1].rx_stat_xonpauseframesreceived_lo;
sys/dev/bxe/bxe_stats.c
843
pstats->mac_stx[1].rx_stat_xoffpauseframesreceived_hi,
sys/dev/bxe/bxe_stats.c
845
pstats->mac_stx[1].rx_stat_xoffpauseframesreceived_lo);
sys/dev/bxe/bxe_stats.c
848
pstats->mac_stx[1].tx_stat_outxonsent_hi;
sys/dev/bxe/bxe_stats.c
850
pstats->mac_stx[1].tx_stat_outxonsent_lo;
sys/dev/bxe/bxe_stats.c
852
pstats->mac_stx[1].tx_stat_outxoffsent_hi,
sys/dev/bxe/bxe_stats.c
854
pstats->mac_stx[1].tx_stat_outxoffsent_lo);
sys/dev/bxe/bxe_stats.c
907
memcpy(&(estats->rx_stat_ifhcinbadoctets_hi), &(pstats->mac_stx[1]),
sys/dev/bxe/bxe_stats.c
908
sizeof(struct mac_stx));
sys/dev/bxe/bxe_stats.h
554
DIFF_64(diff.hi, new->s##_hi, pstats->mac_stx[0].t##_hi, \
sys/dev/bxe/bxe_stats.h
555
diff.lo, new->s##_lo, pstats->mac_stx[0].t##_lo); \
sys/dev/bxe/bxe_stats.h
556
pstats->mac_stx[0].t##_hi = new->s##_hi; \
sys/dev/bxe/bxe_stats.h
557
pstats->mac_stx[0].t##_lo = new->s##_lo; \
sys/dev/bxe/bxe_stats.h
558
ADD_64(pstats->mac_stx[1].t##_hi, diff.hi, \
sys/dev/bxe/bxe_stats.h
559
pstats->mac_stx[1].t##_lo, diff.lo); \
sys/dev/bxe/bxe_stats.h
579
ADD_64(pstats->mac_stx[1].t##_hi, new->diff##_hi, \
sys/dev/bxe/bxe_stats.h
580
pstats->mac_stx[1].t##_lo, new->diff##_lo); \
sys/dev/bxe/bxe_stats.h
585
ADD_EXTEND_64(pstats->mac_stx[1].s##_hi, \
sys/dev/bxe/bxe_stats.h
586
pstats->mac_stx[1].s##_lo, \
sys/dev/bxe/ecore_hsi.h
3401
struct mac_stx mac_stx[MAC_STX_IDX_MAX];