Lines Matching refs:qstats
1015 struct bxe_eth_q_stats *qstats = &fp->eth_q_stats; in bxe_storm_stats_update() local
1038 qstats->total_bytes_received_hi = in bxe_storm_stats_update()
1039 qstats->total_broadcast_bytes_received_hi; in bxe_storm_stats_update()
1040 qstats->total_bytes_received_lo = in bxe_storm_stats_update()
1041 qstats->total_broadcast_bytes_received_lo; in bxe_storm_stats_update()
1043 ADD_64(qstats->total_bytes_received_hi, in bxe_storm_stats_update()
1044 qstats->total_multicast_bytes_received_hi, in bxe_storm_stats_update()
1045 qstats->total_bytes_received_lo, in bxe_storm_stats_update()
1046 qstats->total_multicast_bytes_received_lo); in bxe_storm_stats_update()
1048 ADD_64(qstats->total_bytes_received_hi, in bxe_storm_stats_update()
1049 qstats->total_unicast_bytes_received_hi, in bxe_storm_stats_update()
1050 qstats->total_bytes_received_lo, in bxe_storm_stats_update()
1051 qstats->total_unicast_bytes_received_lo); in bxe_storm_stats_update()
1053 qstats->valid_bytes_received_hi = qstats->total_bytes_received_hi; in bxe_storm_stats_update()
1054 qstats->valid_bytes_received_lo = qstats->total_bytes_received_lo; in bxe_storm_stats_update()
1083 qstats->total_bytes_transmitted_hi = in bxe_storm_stats_update()
1084 qstats->total_unicast_bytes_transmitted_hi; in bxe_storm_stats_update()
1085 qstats->total_bytes_transmitted_lo = in bxe_storm_stats_update()
1086 qstats->total_unicast_bytes_transmitted_lo; in bxe_storm_stats_update()
1088 ADD_64(qstats->total_bytes_transmitted_hi, in bxe_storm_stats_update()
1089 qstats->total_broadcast_bytes_transmitted_hi, in bxe_storm_stats_update()
1090 qstats->total_bytes_transmitted_lo, in bxe_storm_stats_update()
1091 qstats->total_broadcast_bytes_transmitted_lo); in bxe_storm_stats_update()
1093 ADD_64(qstats->total_bytes_transmitted_hi, in bxe_storm_stats_update()
1094 qstats->total_multicast_bytes_transmitted_hi, in bxe_storm_stats_update()
1095 qstats->total_bytes_transmitted_lo, in bxe_storm_stats_update()
1096 qstats->total_multicast_bytes_transmitted_lo); in bxe_storm_stats_update()
1230 struct bxe_eth_q_stats *qstats = &sc->fp[i].eth_q_stats; in bxe_drv_stats_update() local
1685 struct bxe_eth_q_stats *qstats = &fp->eth_q_stats; in bxe_save_statistics() local
1736 struct bxe_eth_q_stats *qstats = &sc->fp[i].eth_q_stats; in bxe_afex_collect_stats() local
1739 qstats->total_unicast_bytes_received_hi, in bxe_afex_collect_stats()
1741 qstats->total_unicast_bytes_received_lo); in bxe_afex_collect_stats()
1744 qstats->total_broadcast_bytes_received_hi, in bxe_afex_collect_stats()
1746 qstats->total_broadcast_bytes_received_lo); in bxe_afex_collect_stats()
1749 qstats->total_multicast_bytes_received_hi, in bxe_afex_collect_stats()
1751 qstats->total_multicast_bytes_received_lo); in bxe_afex_collect_stats()
1754 qstats->total_unicast_packets_received_hi, in bxe_afex_collect_stats()
1756 qstats->total_unicast_packets_received_lo); in bxe_afex_collect_stats()
1759 qstats->total_broadcast_packets_received_hi, in bxe_afex_collect_stats()
1761 qstats->total_broadcast_packets_received_lo); in bxe_afex_collect_stats()
1764 qstats->total_multicast_packets_received_hi, in bxe_afex_collect_stats()
1766 qstats->total_multicast_packets_received_lo); in bxe_afex_collect_stats()
1773 qstats->total_packets_received_checksum_discarded_hi, in bxe_afex_collect_stats()
1775 qstats->total_packets_received_checksum_discarded_lo); in bxe_afex_collect_stats()
1778 qstats->total_packets_received_ttl0_discarded_hi, in bxe_afex_collect_stats()
1780 qstats->total_packets_received_ttl0_discarded_lo); in bxe_afex_collect_stats()
1783 qstats->etherstatsoverrsizepkts_hi, in bxe_afex_collect_stats()
1785 qstats->etherstatsoverrsizepkts_lo); in bxe_afex_collect_stats()
1788 qstats->no_buff_discard_hi, in bxe_afex_collect_stats()
1790 qstats->no_buff_discard_lo); in bxe_afex_collect_stats()
1793 qstats->total_unicast_bytes_transmitted_hi, in bxe_afex_collect_stats()
1795 qstats->total_unicast_bytes_transmitted_lo); in bxe_afex_collect_stats()
1798 qstats->total_broadcast_bytes_transmitted_hi, in bxe_afex_collect_stats()
1800 qstats->total_broadcast_bytes_transmitted_lo); in bxe_afex_collect_stats()
1803 qstats->total_multicast_bytes_transmitted_hi, in bxe_afex_collect_stats()
1805 qstats->total_multicast_bytes_transmitted_lo); in bxe_afex_collect_stats()
1808 qstats->total_unicast_packets_transmitted_hi, in bxe_afex_collect_stats()
1810 qstats->total_unicast_packets_transmitted_lo); in bxe_afex_collect_stats()
1813 qstats->total_broadcast_packets_transmitted_hi, in bxe_afex_collect_stats()
1815 qstats->total_broadcast_packets_transmitted_lo); in bxe_afex_collect_stats()
1818 qstats->total_multicast_packets_transmitted_hi, in bxe_afex_collect_stats()
1820 qstats->total_multicast_packets_transmitted_lo); in bxe_afex_collect_stats()
1823 qstats->total_transmitted_dropped_packets_error_hi, in bxe_afex_collect_stats()
1825 qstats->total_transmitted_dropped_packets_error_lo); in bxe_afex_collect_stats()