drv_stats         138 drivers/net/ethernet/brocade/bna/bfa_defs.h 	struct bfa_ioc_drv_stats drv_stats; /*!< driver IOC stats */
drv_stats         190 drivers/net/ethernet/brocade/bna/bnad.h 	struct bnad_drv_stats drv_stats;
drv_stats         412 drivers/net/ethernet/brocade/bna/bnad.h 				(((_bnad)->stats.drv_stats._ctr)++)
drv_stats         414 drivers/net/ethernet/brocade/bna/bnad.h #define BNAD_GET_CTR(_bnad, _ctr) ((_bnad)->stats.drv_stats._ctr)
drv_stats         883 drivers/net/ethernet/brocade/bna/bnad_ethtool.c 	bnad->stats.drv_stats.netif_queue_stopped = netif_queue_stopped(netdev);
drv_stats         886 drivers/net/ethernet/brocade/bna/bnad_ethtool.c 	stats64 = (u64 *)&bnad->stats.drv_stats;
drv_stats         365 drivers/net/ethernet/cavium/thunder/nic.h 	struct nicvf_drv_stats  __percpu *drv_stats;
drv_stats         340 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 			tmp_stats += ((u64 *)per_cpu_ptr(nic->drv_stats, cpu))
drv_stats         948 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			this_cpu_inc(nic->drv_stats->txq_wake);
drv_stats        1303 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			this_cpu_inc(nic->drv_stats->txq_stop);
drv_stats        1528 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			memset(per_cpu_ptr(nic->drv_stats, cpu), 0,
drv_stats        1667 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	struct nicvf_drv_stats *drv_stats;
drv_stats        1704 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			drv_stats = per_cpu_ptr(nic->drv_stats, cpu);
drv_stats        1705 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			tmp_stats += drv_stats->tx_tso;
drv_stats        1750 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	this_cpu_inc(nic->drv_stats->tx_timeout);
drv_stats        2196 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	nic->drv_stats = netdev_alloc_pcpu_stats(struct nicvf_drv_stats);
drv_stats        2197 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	if (!nic->drv_stats) {
drv_stats        2282 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	if (nic->drv_stats)
drv_stats        2283 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		free_percpu(nic->drv_stats);
drv_stats        2315 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	if (nic->drv_stats)
drv_stats        2316 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		free_percpu(nic->drv_stats);
drv_stats         125 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->pnicvf->drv_stats->page_alloc);
drv_stats         195 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->pnicvf->drv_stats->rcv_buffer_alloc_failures);
drv_stats        1389 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->pnicvf->drv_stats->tx_tso);
drv_stats        1544 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 	this_cpu_inc(nic->pnicvf->drv_stats->tx_tso);
drv_stats        1846 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_bgx_truncated_pkts);
drv_stats        1849 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_jabber_errs);
drv_stats        1852 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_fcs_errs);
drv_stats        1855 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_bgx_errs);
drv_stats        1858 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_prel2_errs);
drv_stats        1861 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_l2_hdr_malformed);
drv_stats        1864 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_oversize);
drv_stats        1867 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_undersize);
drv_stats        1870 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_l2_len_mismatch);
drv_stats        1873 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_l2_pclp);
drv_stats        1876 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_ip_ver_errs);
drv_stats        1879 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_ip_csum_errs);
drv_stats        1882 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_ip_hdr_malformed);
drv_stats        1885 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_ip_payload_malformed);
drv_stats        1888 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_ip_ttl_errs);
drv_stats        1891 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_l3_pclp);
drv_stats        1894 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_l4_malformed);
drv_stats        1897 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_l4_csum_errs);
drv_stats        1900 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_udp_len_errs);
drv_stats        1903 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_l4_port_errs);
drv_stats        1906 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_tcp_flag_errs);
drv_stats        1909 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_tcp_offset_errs);
drv_stats        1912 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_l4_pclp);
drv_stats        1915 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->rx_truncated_pkts);
drv_stats        1927 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_desc_fault);
drv_stats        1930 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_hdr_cons_err);
drv_stats        1933 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_subdesc_err);
drv_stats        1936 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_max_size_exceeded);
drv_stats        1939 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_imm_size_oflow);
drv_stats        1942 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_data_seq_err);
drv_stats        1945 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_mem_seq_err);
drv_stats        1948 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_lock_viol);
drv_stats        1951 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_data_fault);
drv_stats        1954 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_tstmp_conflict);
drv_stats        1957 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_tstmp_timeout);
drv_stats        1960 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_mem_fault);
drv_stats        1963 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_csum_overlap);
drv_stats        1966 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 		this_cpu_inc(nic->drv_stats->tx_csum_overflow);
drv_stats         589 drivers/net/ethernet/emulex/benet/be.h 	struct be_drv_stats drv_stats;
drv_stats         380 drivers/net/ethernet/emulex/benet/be_ethtool.c 		p = (u8 *)&adapter->drv_stats + et_stats[i].offset;
drv_stats         424 drivers/net/ethernet/emulex/benet/be_main.c 	struct be_drv_stats *drvs = &adapter->drv_stats;
drv_stats         463 drivers/net/ethernet/emulex/benet/be_main.c 	adapter->drv_stats.eth_red_drops = pmem_sts->eth_red_drops;
drv_stats         473 drivers/net/ethernet/emulex/benet/be_main.c 	struct be_drv_stats *drvs = &adapter->drv_stats;
drv_stats         509 drivers/net/ethernet/emulex/benet/be_main.c 	adapter->drv_stats.eth_red_drops = pmem_sts->eth_red_drops;
drv_stats         519 drivers/net/ethernet/emulex/benet/be_main.c 	struct be_drv_stats *drvs = &adapter->drv_stats;
drv_stats         555 drivers/net/ethernet/emulex/benet/be_main.c 	adapter->drv_stats.eth_red_drops = pmem_sts->eth_red_drops;
drv_stats         568 drivers/net/ethernet/emulex/benet/be_main.c 	struct be_drv_stats *drvs = &adapter->drv_stats;
drv_stats         658 drivers/net/ethernet/emulex/benet/be_main.c 	struct be_drv_stats *drvs = &adapter->drv_stats;
drv_stats        1033 drivers/net/ethernet/emulex/benet/be_main.c 	adapter->drv_stats.dma_map_errors++;
drv_stats        2614 drivers/net/ethernet/emulex/benet/be_main.c 				adapter->drv_stats.dma_map_errors++;
drv_stats         387 drivers/scsi/bfa/bfa_defs.h 	struct bfa_ioc_drv_stats_s	drv_stats; /*  driver IOC stats */
drv_stats         816 drivers/scsi/bfa/bfa_ioc.h 		(((__stats)->drv_stats) = (__ioc)->stats)