Searched refs:mac_stx (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/bxe/ |
H A D | bxe_stats.c | 709 estats->pause_frames_received_hi = pstats->mac_stx[1].rx_stat_mac_xpf_hi; in bxe_bmac_stats_update() 710 estats->pause_frames_received_lo = pstats->mac_stx[1].rx_stat_mac_xpf_lo; in bxe_bmac_stats_update() 712 estats->pause_frames_sent_hi = pstats->mac_stx[1].tx_stat_outxoffsent_hi; in bxe_bmac_stats_update() 713 estats->pause_frames_sent_lo = pstats->mac_stx[1].tx_stat_outxoffsent_lo; in bxe_bmac_stats_update() 763 pstats->mac_stx[1].tx_stat_etherstatspkts1024octetsto1522octets_hi; in bxe_mstat_stats_update() 765 pstats->mac_stx[1].tx_stat_etherstatspkts1024octetsto1522octets_lo; in bxe_mstat_stats_update() 768 pstats->mac_stx[1].tx_stat_mac_2047_hi; in bxe_mstat_stats_update() 770 pstats->mac_stx[1].tx_stat_mac_2047_lo; in bxe_mstat_stats_update() 773 pstats->mac_stx[1].tx_stat_mac_4095_hi, in bxe_mstat_stats_update() 775 pstats->mac_stx[1].tx_stat_mac_4095_lo); in bxe_mstat_stats_update() [all …]
|
H A D | bxe_stats.h | 554 DIFF_64(diff.hi, new->s##_hi, pstats->mac_stx[0].t##_hi, \ 555 diff.lo, new->s##_lo, pstats->mac_stx[0].t##_lo); \ 556 pstats->mac_stx[0].t##_hi = new->s##_hi; \ 557 pstats->mac_stx[0].t##_lo = new->s##_lo; \ 558 ADD_64(pstats->mac_stx[1].t##_hi, diff.hi, \ 559 pstats->mac_stx[1].t##_lo, diff.lo); \ 579 ADD_64(pstats->mac_stx[1].t##_hi, new->diff##_hi, \ 580 pstats->mac_stx[1].t##_lo, new->diff##_lo); \ 585 ADD_EXTEND_64(pstats->mac_stx[1].s##_hi, \ 586 pstats->mac_stx[1].s##_lo, \
|
H A D | ecore_hsi.h | 3274 struct mac_stx { struct 3401 struct mac_stx mac_stx[MAC_STX_IDX_MAX]; argument
|
H A D | bxe.c | 7012 memset(&(pstats->mac_stx[0]), 0, sizeof(struct mac_stx)); in bxe_link_attn()
|