Lines Matching refs:mac_stx
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()
778 pstats->mac_stx[1].tx_stat_mac_9216_hi, in bxe_mstat_stats_update()
780 pstats->mac_stx[1].tx_stat_mac_9216_lo); in bxe_mstat_stats_update()
783 pstats->mac_stx[1].tx_stat_mac_16383_hi, in bxe_mstat_stats_update()
785 pstats->mac_stx[1].tx_stat_mac_16383_lo); in bxe_mstat_stats_update()
787 estats->pause_frames_received_hi = pstats->mac_stx[1].rx_stat_mac_xpf_hi; in bxe_mstat_stats_update()
788 estats->pause_frames_received_lo = pstats->mac_stx[1].rx_stat_mac_xpf_lo; in bxe_mstat_stats_update()
790 estats->pause_frames_sent_hi = pstats->mac_stx[1].tx_stat_outxoffsent_hi; in bxe_mstat_stats_update()
791 estats->pause_frames_sent_lo = pstats->mac_stx[1].tx_stat_outxoffsent_lo; in bxe_mstat_stats_update()
839 pstats->mac_stx[1].rx_stat_xonpauseframesreceived_hi; in bxe_emac_stats_update()
841 pstats->mac_stx[1].rx_stat_xonpauseframesreceived_lo; in bxe_emac_stats_update()
843 pstats->mac_stx[1].rx_stat_xoffpauseframesreceived_hi, in bxe_emac_stats_update()
845 pstats->mac_stx[1].rx_stat_xoffpauseframesreceived_lo); in bxe_emac_stats_update()
848 pstats->mac_stx[1].tx_stat_outxonsent_hi; in bxe_emac_stats_update()
850 pstats->mac_stx[1].tx_stat_outxonsent_lo; in bxe_emac_stats_update()
852 pstats->mac_stx[1].tx_stat_outxoffsent_hi, in bxe_emac_stats_update()
854 pstats->mac_stx[1].tx_stat_outxoffsent_lo); in bxe_emac_stats_update()
907 memcpy(&(estats->rx_stat_ifhcinbadoctets_hi), &(pstats->mac_stx[1]), in bxe_hw_stats_update()
908 sizeof(struct mac_stx)); in bxe_hw_stats_update()