Lines Matching refs:qstats

953 		struct bnx2x_eth_q_stats *qstats =  in bnx2x_storm_stats_update()  local
977 qstats->total_bytes_received_hi = in bnx2x_storm_stats_update()
978 qstats->total_broadcast_bytes_received_hi; in bnx2x_storm_stats_update()
979 qstats->total_bytes_received_lo = in bnx2x_storm_stats_update()
980 qstats->total_broadcast_bytes_received_lo; in bnx2x_storm_stats_update()
982 ADD_64(qstats->total_bytes_received_hi, in bnx2x_storm_stats_update()
983 qstats->total_multicast_bytes_received_hi, in bnx2x_storm_stats_update()
984 qstats->total_bytes_received_lo, in bnx2x_storm_stats_update()
985 qstats->total_multicast_bytes_received_lo); in bnx2x_storm_stats_update()
987 ADD_64(qstats->total_bytes_received_hi, in bnx2x_storm_stats_update()
988 qstats->total_unicast_bytes_received_hi, in bnx2x_storm_stats_update()
989 qstats->total_bytes_received_lo, in bnx2x_storm_stats_update()
990 qstats->total_unicast_bytes_received_lo); in bnx2x_storm_stats_update()
992 qstats->valid_bytes_received_hi = in bnx2x_storm_stats_update()
993 qstats->total_bytes_received_hi; in bnx2x_storm_stats_update()
994 qstats->valid_bytes_received_lo = in bnx2x_storm_stats_update()
995 qstats->total_bytes_received_lo; in bnx2x_storm_stats_update()
1028 qstats->total_bytes_transmitted_hi = in bnx2x_storm_stats_update()
1029 qstats->total_unicast_bytes_transmitted_hi; in bnx2x_storm_stats_update()
1030 qstats->total_bytes_transmitted_lo = in bnx2x_storm_stats_update()
1031 qstats->total_unicast_bytes_transmitted_lo; in bnx2x_storm_stats_update()
1033 ADD_64(qstats->total_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1034 qstats->total_broadcast_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1035 qstats->total_bytes_transmitted_lo, in bnx2x_storm_stats_update()
1036 qstats->total_broadcast_bytes_transmitted_lo); in bnx2x_storm_stats_update()
1038 ADD_64(qstats->total_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1039 qstats->total_multicast_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1040 qstats->total_bytes_transmitted_lo, in bnx2x_storm_stats_update()
1041 qstats->total_multicast_bytes_transmitted_lo); in bnx2x_storm_stats_update()
1192 struct bnx2x_eth_q_stats *qstats = &bp->fp_stats[i].eth_q_stats; in bnx2x_drv_stats_update() local
1667 struct bnx2x_eth_q_stats *qstats = in bnx2x_save_statistics() local
1726 struct bnx2x_eth_q_stats *qstats = &bp->fp_stats[i].eth_q_stats; in bnx2x_afex_collect_stats() local
1729 qstats->total_unicast_bytes_received_hi, in bnx2x_afex_collect_stats()
1731 qstats->total_unicast_bytes_received_lo); in bnx2x_afex_collect_stats()
1734 qstats->total_broadcast_bytes_received_hi, in bnx2x_afex_collect_stats()
1736 qstats->total_broadcast_bytes_received_lo); in bnx2x_afex_collect_stats()
1739 qstats->total_multicast_bytes_received_hi, in bnx2x_afex_collect_stats()
1741 qstats->total_multicast_bytes_received_lo); in bnx2x_afex_collect_stats()
1744 qstats->total_unicast_packets_received_hi, in bnx2x_afex_collect_stats()
1746 qstats->total_unicast_packets_received_lo); in bnx2x_afex_collect_stats()
1749 qstats->total_broadcast_packets_received_hi, in bnx2x_afex_collect_stats()
1751 qstats->total_broadcast_packets_received_lo); in bnx2x_afex_collect_stats()
1754 qstats->total_multicast_packets_received_hi, in bnx2x_afex_collect_stats()
1756 qstats->total_multicast_packets_received_lo); in bnx2x_afex_collect_stats()
1762 qstats->total_packets_received_checksum_discarded_hi, in bnx2x_afex_collect_stats()
1764 qstats->total_packets_received_checksum_discarded_lo); in bnx2x_afex_collect_stats()
1767 qstats->total_packets_received_ttl0_discarded_hi, in bnx2x_afex_collect_stats()
1769 qstats->total_packets_received_ttl0_discarded_lo); in bnx2x_afex_collect_stats()
1772 qstats->etherstatsoverrsizepkts_hi, in bnx2x_afex_collect_stats()
1774 qstats->etherstatsoverrsizepkts_lo); in bnx2x_afex_collect_stats()
1777 qstats->no_buff_discard_hi, in bnx2x_afex_collect_stats()
1779 qstats->no_buff_discard_lo); in bnx2x_afex_collect_stats()
1782 qstats->total_unicast_bytes_transmitted_hi, in bnx2x_afex_collect_stats()
1784 qstats->total_unicast_bytes_transmitted_lo); in bnx2x_afex_collect_stats()
1787 qstats->total_broadcast_bytes_transmitted_hi, in bnx2x_afex_collect_stats()
1789 qstats->total_broadcast_bytes_transmitted_lo); in bnx2x_afex_collect_stats()
1792 qstats->total_multicast_bytes_transmitted_hi, in bnx2x_afex_collect_stats()
1794 qstats->total_multicast_bytes_transmitted_lo); in bnx2x_afex_collect_stats()
1797 qstats->total_unicast_packets_transmitted_hi, in bnx2x_afex_collect_stats()
1799 qstats->total_unicast_packets_transmitted_lo); in bnx2x_afex_collect_stats()
1802 qstats->total_broadcast_packets_transmitted_hi, in bnx2x_afex_collect_stats()
1804 qstats->total_broadcast_packets_transmitted_lo); in bnx2x_afex_collect_stats()
1807 qstats->total_multicast_packets_transmitted_hi, in bnx2x_afex_collect_stats()
1809 qstats->total_multicast_packets_transmitted_lo); in bnx2x_afex_collect_stats()
1812 qstats->total_transmitted_dropped_packets_error_hi, in bnx2x_afex_collect_stats()
1814 qstats->total_transmitted_dropped_packets_error_lo); in bnx2x_afex_collect_stats()