• Home
  • Raw
  • Download

Lines Matching refs:qstats

954 		struct bnx2x_eth_q_stats *qstats =  in bnx2x_storm_stats_update()  local
978 qstats->total_bytes_received_hi = in bnx2x_storm_stats_update()
979 qstats->total_broadcast_bytes_received_hi; in bnx2x_storm_stats_update()
980 qstats->total_bytes_received_lo = in bnx2x_storm_stats_update()
981 qstats->total_broadcast_bytes_received_lo; in bnx2x_storm_stats_update()
983 ADD_64(qstats->total_bytes_received_hi, in bnx2x_storm_stats_update()
984 qstats->total_multicast_bytes_received_hi, in bnx2x_storm_stats_update()
985 qstats->total_bytes_received_lo, in bnx2x_storm_stats_update()
986 qstats->total_multicast_bytes_received_lo); in bnx2x_storm_stats_update()
988 ADD_64(qstats->total_bytes_received_hi, in bnx2x_storm_stats_update()
989 qstats->total_unicast_bytes_received_hi, in bnx2x_storm_stats_update()
990 qstats->total_bytes_received_lo, in bnx2x_storm_stats_update()
991 qstats->total_unicast_bytes_received_lo); in bnx2x_storm_stats_update()
993 qstats->valid_bytes_received_hi = in bnx2x_storm_stats_update()
994 qstats->total_bytes_received_hi; in bnx2x_storm_stats_update()
995 qstats->valid_bytes_received_lo = in bnx2x_storm_stats_update()
996 qstats->total_bytes_received_lo; in bnx2x_storm_stats_update()
1029 qstats->total_bytes_transmitted_hi = in bnx2x_storm_stats_update()
1030 qstats->total_unicast_bytes_transmitted_hi; in bnx2x_storm_stats_update()
1031 qstats->total_bytes_transmitted_lo = in bnx2x_storm_stats_update()
1032 qstats->total_unicast_bytes_transmitted_lo; in bnx2x_storm_stats_update()
1034 ADD_64(qstats->total_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1035 qstats->total_broadcast_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1036 qstats->total_bytes_transmitted_lo, in bnx2x_storm_stats_update()
1037 qstats->total_broadcast_bytes_transmitted_lo); in bnx2x_storm_stats_update()
1039 ADD_64(qstats->total_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1040 qstats->total_multicast_bytes_transmitted_hi, in bnx2x_storm_stats_update()
1041 qstats->total_bytes_transmitted_lo, in bnx2x_storm_stats_update()
1042 qstats->total_multicast_bytes_transmitted_lo); in bnx2x_storm_stats_update()
1193 struct bnx2x_eth_q_stats *qstats = &bp->fp_stats[i].eth_q_stats; in bnx2x_drv_stats_update() local
1668 struct bnx2x_eth_q_stats *qstats = in bnx2x_save_statistics() local
1727 struct bnx2x_eth_q_stats *qstats = &bp->fp_stats[i].eth_q_stats; in bnx2x_afex_collect_stats() local
1730 qstats->total_unicast_bytes_received_hi, in bnx2x_afex_collect_stats()
1732 qstats->total_unicast_bytes_received_lo); in bnx2x_afex_collect_stats()
1735 qstats->total_broadcast_bytes_received_hi, in bnx2x_afex_collect_stats()
1737 qstats->total_broadcast_bytes_received_lo); in bnx2x_afex_collect_stats()
1740 qstats->total_multicast_bytes_received_hi, in bnx2x_afex_collect_stats()
1742 qstats->total_multicast_bytes_received_lo); in bnx2x_afex_collect_stats()
1745 qstats->total_unicast_packets_received_hi, in bnx2x_afex_collect_stats()
1747 qstats->total_unicast_packets_received_lo); in bnx2x_afex_collect_stats()
1750 qstats->total_broadcast_packets_received_hi, in bnx2x_afex_collect_stats()
1752 qstats->total_broadcast_packets_received_lo); in bnx2x_afex_collect_stats()
1755 qstats->total_multicast_packets_received_hi, in bnx2x_afex_collect_stats()
1757 qstats->total_multicast_packets_received_lo); in bnx2x_afex_collect_stats()
1763 qstats->total_packets_received_checksum_discarded_hi, in bnx2x_afex_collect_stats()
1765 qstats->total_packets_received_checksum_discarded_lo); in bnx2x_afex_collect_stats()
1768 qstats->total_packets_received_ttl0_discarded_hi, in bnx2x_afex_collect_stats()
1770 qstats->total_packets_received_ttl0_discarded_lo); in bnx2x_afex_collect_stats()
1773 qstats->etherstatsoverrsizepkts_hi, in bnx2x_afex_collect_stats()
1775 qstats->etherstatsoverrsizepkts_lo); in bnx2x_afex_collect_stats()
1778 qstats->no_buff_discard_hi, in bnx2x_afex_collect_stats()
1780 qstats->no_buff_discard_lo); in bnx2x_afex_collect_stats()
1783 qstats->total_unicast_bytes_transmitted_hi, in bnx2x_afex_collect_stats()
1785 qstats->total_unicast_bytes_transmitted_lo); in bnx2x_afex_collect_stats()
1788 qstats->total_broadcast_bytes_transmitted_hi, in bnx2x_afex_collect_stats()
1790 qstats->total_broadcast_bytes_transmitted_lo); in bnx2x_afex_collect_stats()
1793 qstats->total_multicast_bytes_transmitted_hi, in bnx2x_afex_collect_stats()
1795 qstats->total_multicast_bytes_transmitted_lo); in bnx2x_afex_collect_stats()
1798 qstats->total_unicast_packets_transmitted_hi, in bnx2x_afex_collect_stats()
1800 qstats->total_unicast_packets_transmitted_lo); in bnx2x_afex_collect_stats()
1803 qstats->total_broadcast_packets_transmitted_hi, in bnx2x_afex_collect_stats()
1805 qstats->total_broadcast_packets_transmitted_lo); in bnx2x_afex_collect_stats()
1808 qstats->total_multicast_packets_transmitted_hi, in bnx2x_afex_collect_stats()
1810 qstats->total_multicast_packets_transmitted_lo); in bnx2x_afex_collect_stats()
1813 qstats->total_transmitted_dropped_packets_error_hi, in bnx2x_afex_collect_stats()
1815 qstats->total_transmitted_dropped_packets_error_lo); in bnx2x_afex_collect_stats()