Lines Matching refs:qstats

951 		struct bnx2x_eth_q_stats *qstats =  in bnx2x_storm_stats_update()  local
975 qstats->total_bytes_received_hi = in bnx2x_storm_stats_update()
976 qstats->total_broadcast_bytes_received_hi; in bnx2x_storm_stats_update()
977 qstats->total_bytes_received_lo = in bnx2x_storm_stats_update()
978 qstats->total_broadcast_bytes_received_lo; in bnx2x_storm_stats_update()
980 ADD_64(qstats->total_bytes_received_hi, in bnx2x_storm_stats_update()
981 qstats->total_multicast_bytes_received_hi, in bnx2x_storm_stats_update()
982 qstats->total_bytes_received_lo, in bnx2x_storm_stats_update()
983 qstats->total_multicast_bytes_received_lo); in bnx2x_storm_stats_update()
985 ADD_64(qstats->total_bytes_received_hi, in bnx2x_storm_stats_update()
986 qstats->total_unicast_bytes_received_hi, in bnx2x_storm_stats_update()
987 qstats->total_bytes_received_lo, in bnx2x_storm_stats_update()
988 qstats->total_unicast_bytes_received_lo); in bnx2x_storm_stats_update()
990 qstats->valid_bytes_received_hi = in bnx2x_storm_stats_update()
991 qstats->total_bytes_received_hi; in bnx2x_storm_stats_update()
992 qstats->valid_bytes_received_lo = in bnx2x_storm_stats_update()
993 qstats->total_bytes_received_lo; in bnx2x_storm_stats_update()
1026 qstats->total_bytes_transmitted_hi = in bnx2x_storm_stats_update()
1027 qstats->total_unicast_bytes_transmitted_hi; in bnx2x_storm_stats_update()
1028 qstats->total_bytes_transmitted_lo = in bnx2x_storm_stats_update()
1029 qstats->total_unicast_bytes_transmitted_lo; in bnx2x_storm_stats_update()
1031 ADD_64(qstats->total_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1032 qstats->total_broadcast_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1033 qstats->total_bytes_transmitted_lo, in bnx2x_storm_stats_update()
1034 qstats->total_broadcast_bytes_transmitted_lo); in bnx2x_storm_stats_update()
1036 ADD_64(qstats->total_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1037 qstats->total_multicast_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1038 qstats->total_bytes_transmitted_lo, in bnx2x_storm_stats_update()
1039 qstats->total_multicast_bytes_transmitted_lo); in bnx2x_storm_stats_update()
1190 struct bnx2x_eth_q_stats *qstats = &bp->fp_stats[i].eth_q_stats; in bnx2x_drv_stats_update() local
1665 struct bnx2x_eth_q_stats *qstats = in bnx2x_save_statistics() local
1724 struct bnx2x_eth_q_stats *qstats = &bp->fp_stats[i].eth_q_stats; in bnx2x_afex_collect_stats() local
1727 qstats->total_unicast_bytes_received_hi, in bnx2x_afex_collect_stats()
1729 qstats->total_unicast_bytes_received_lo); in bnx2x_afex_collect_stats()
1732 qstats->total_broadcast_bytes_received_hi, in bnx2x_afex_collect_stats()
1734 qstats->total_broadcast_bytes_received_lo); in bnx2x_afex_collect_stats()
1737 qstats->total_multicast_bytes_received_hi, in bnx2x_afex_collect_stats()
1739 qstats->total_multicast_bytes_received_lo); in bnx2x_afex_collect_stats()
1742 qstats->total_unicast_packets_received_hi, in bnx2x_afex_collect_stats()
1744 qstats->total_unicast_packets_received_lo); in bnx2x_afex_collect_stats()
1747 qstats->total_broadcast_packets_received_hi, in bnx2x_afex_collect_stats()
1749 qstats->total_broadcast_packets_received_lo); in bnx2x_afex_collect_stats()
1752 qstats->total_multicast_packets_received_hi, in bnx2x_afex_collect_stats()
1754 qstats->total_multicast_packets_received_lo); in bnx2x_afex_collect_stats()
1760 qstats->total_packets_received_checksum_discarded_hi, in bnx2x_afex_collect_stats()
1762 qstats->total_packets_received_checksum_discarded_lo); in bnx2x_afex_collect_stats()
1765 qstats->total_packets_received_ttl0_discarded_hi, in bnx2x_afex_collect_stats()
1767 qstats->total_packets_received_ttl0_discarded_lo); in bnx2x_afex_collect_stats()
1770 qstats->etherstatsoverrsizepkts_hi, in bnx2x_afex_collect_stats()
1772 qstats->etherstatsoverrsizepkts_lo); in bnx2x_afex_collect_stats()
1775 qstats->no_buff_discard_hi, in bnx2x_afex_collect_stats()
1777 qstats->no_buff_discard_lo); in bnx2x_afex_collect_stats()
1780 qstats->total_unicast_bytes_transmitted_hi, in bnx2x_afex_collect_stats()
1782 qstats->total_unicast_bytes_transmitted_lo); in bnx2x_afex_collect_stats()
1785 qstats->total_broadcast_bytes_transmitted_hi, in bnx2x_afex_collect_stats()
1787 qstats->total_broadcast_bytes_transmitted_lo); in bnx2x_afex_collect_stats()
1790 qstats->total_multicast_bytes_transmitted_hi, in bnx2x_afex_collect_stats()
1792 qstats->total_multicast_bytes_transmitted_lo); in bnx2x_afex_collect_stats()
1795 qstats->total_unicast_packets_transmitted_hi, in bnx2x_afex_collect_stats()
1797 qstats->total_unicast_packets_transmitted_lo); in bnx2x_afex_collect_stats()
1800 qstats->total_broadcast_packets_transmitted_hi, in bnx2x_afex_collect_stats()
1802 qstats->total_broadcast_packets_transmitted_lo); in bnx2x_afex_collect_stats()
1805 qstats->total_multicast_packets_transmitted_hi, in bnx2x_afex_collect_stats()
1807 qstats->total_multicast_packets_transmitted_lo); in bnx2x_afex_collect_stats()
1810 qstats->total_transmitted_dropped_packets_error_hi, in bnx2x_afex_collect_stats()
1812 qstats->total_transmitted_dropped_packets_error_lo); in bnx2x_afex_collect_stats()