| /drivers/cpufreq/ |
| A D | cpufreq_stats.c | 35 stats->time_in_state[stats->last_index] += cur_time - time; in cpufreq_stats_update() 60 struct cpufreq_stats *stats = policy->stats; in show_total_trans() local 71 struct cpufreq_stats *stats = policy->stats; in show_time_in_state() local 106 struct cpufreq_stats *stats = policy->stats; in store_reset() local 126 struct cpufreq_stats *stats = policy->stats; in show_trans_table() local 196 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_free_table() local 225 stats = kzalloc(sizeof(*stats), GFP_KERNEL); in cpufreq_stats_create_table() 240 stats->trans_table = stats->freq_table + count; in cpufreq_stats_create_table() 254 policy->stats = stats; in cpufreq_stats_create_table() 268 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_record_transition() local [all …]
|
| /drivers/md/dm-vdo/ |
| A D | message-stats.c | 82 struct block_allocator_statistics *stats, in write_block_allocator_statistics() argument 110 struct recovery_journal_statistics *stats, in write_recovery_journal_statistics() argument 136 stats->compressed_blocks_written, ", ", buf, maxlen); in write_packer_statistics() 144 struct slab_journal_statistics *stats, in write_slab_journal_statistics() argument 162 struct slab_summary_statistics *stats, in write_slab_summary_statistics() argument 267 write_u64("read : ", stats->read, ", ", buf, maxlen); in write_bio_stats() 277 write_u64("fua : ", stats->fua, ", ", buf, maxlen); in write_bio_stats() 401 &stats->bios_journal_completed, ", ", buf, maxlen); in write_vdo_statistics() 420 struct vdo_statistics *stats; in vdo_write_stats() local 429 vdo_fetch_statistics(vdo, stats); in vdo_write_stats() [all …]
|
| /drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_ethtool.c | 608 stats->rx_bytes = lan966x->stats[idx + SYS_COUNT_RX_OCT] + in lan966x_stats_get() 611 stats->rx_packets = lan966x->stats[idx + SYS_COUNT_RX_SHORT] + in lan966x_stats_get() 635 stats->multicast = lan966x->stats[idx + SYS_COUNT_RX_MC] + in lan966x_stats_get() 638 stats->rx_errors = lan966x->stats[idx + SYS_COUNT_RX_SHORT] + in lan966x_stats_get() 645 stats->rx_dropped = dev->stats.rx_dropped + in lan966x_stats_get() 659 stats->rx_dropped += in lan966x_stats_get() 665 stats->tx_bytes = lan966x->stats[idx + SYS_COUNT_TX_OCT] + in lan966x_stats_get() 668 stats->tx_packets = lan966x->stats[idx + SYS_COUNT_TX_SZ_64] + in lan966x_stats_get() 683 stats->tx_dropped = lan966x->stats[idx + SYS_COUNT_TX_DROP] + in lan966x_stats_get() 686 stats->collisions = lan966x->stats[idx + SYS_COUNT_TX_COL]; in lan966x_stats_get() [all …]
|
| /drivers/media/platform/amlogic/c3/isp/ |
| A D | c3-isp-stats.c | 45 stats->buff = in c3_isp_stats_cfg_buff() 48 if (stats->buff) { in c3_isp_stats_cfg_buff() 56 struct c3_isp_stats *stats = &isp->stats; in c3_isp_stats_pre_cfg() local 213 if (stats->buff) { in c3_isp_stats_vb2_stop_streaming() 238 struct c3_isp_stats *stats = &isp->stats; in c3_isp_stats_register() local 243 memset(stats, 0, sizeof(*stats)); in c3_isp_stats_register() 246 stats->isp = isp; in c3_isp_stats_register() 304 struct c3_isp_stats *stats = &isp->stats; in c3_isp_stats_unregister() local 314 struct c3_isp_stats *stats = &isp->stats; in c3_isp_stats_isr() local 318 if (stats->buff) { in c3_isp_stats_isr() [all …]
|
| /drivers/infiniband/hw/bnxt_re/ |
| A D | hw_counters.c | 149 struct rdma_hw_stats *stats, in bnxt_re_copy_ext_stats() argument 176 struct rdma_hw_stats *stats) in bnxt_re_get_ext_stat() argument 193 struct rdma_hw_stats *stats, in bnxt_re_copy_err_stats() argument 222 stats->value[BNXT_RE_DUP_REQ] = in bnxt_re_copy_err_stats() 279 struct rdma_hw_stats *stats) in bnxt_re_copy_db_pacing_stats() argument 391 if (!port || !stats) in bnxt_re_ib_get_hw_stats() 425 stats->value[BNXT_RE_RX_PKTS] = in bnxt_re_ib_get_hw_stats() 427 stats->value[BNXT_RE_RX_BYTES] = in bnxt_re_ib_get_hw_stats() 429 stats->value[BNXT_RE_TX_PKTS] = in bnxt_re_ib_get_hw_stats() 431 stats->value[BNXT_RE_TX_BYTES] = in bnxt_re_ib_get_hw_stats() [all …]
|
| /drivers/infiniband/hw/ocrdma/ |
| A D | ocrdma_stats.c | 111 pcur = stats; in ocrdma_resource_stats() 216 return stats; in ocrdma_resource_stats() 228 pcur = stats; in ocrdma_rx_stats() 263 return stats; in ocrdma_rx_stats() 296 pcur = stats; in ocrdma_tx_stats() 327 return stats; in ocrdma_tx_stats() 370 pcur = stats; in ocrdma_wqe_stats() 391 return stats; in ocrdma_wqe_stats() 403 pcur = stats; in ocrdma_db_errstats() 412 return stats; in ocrdma_db_errstats() [all …]
|
| /drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| A D | debug.c | 97 struct macstat stats; in brcms_debugfs_macstat_read() local 101 stats = *(drvr->wlc->core->macstat_snapshot); in brcms_debugfs_macstat_read() 104 seq_printf(s, "txallfrm: %d\n", stats.txallfrm); in brcms_debugfs_macstat_read() 105 seq_printf(s, "txrtsfrm: %d\n", stats.txrtsfrm); in brcms_debugfs_macstat_read() 111 for (i = 0; i < ARRAY_SIZE(stats.txfunfl); i++) in brcms_debugfs_macstat_read() 112 seq_printf(s, " %d", stats.txfunfl[i]); in brcms_debugfs_macstat_read() 123 seq_printf(s, "rxstrt: %d\n", stats.rxstrt); in brcms_debugfs_macstat_read() 147 seq_printf(s, "pmqovfl: %d\n", stats.pmqovfl); in brcms_debugfs_macstat_read() 153 seq_printf(s, "rxnack: %d\n", stats.rxnack); in brcms_debugfs_macstat_read() 155 seq_printf(s, "txnack: %d\n", stats.txnack); in brcms_debugfs_macstat_read() [all …]
|
| /drivers/net/wireless/realtek/rtlwifi/ |
| A D | stats.c | 81 rtlpriv->stats.rssi_calculate_cnt++; in rtl_process_ui_rssi() 86 rtlpriv->stats.ui_rssi.index]; in rtl_process_ui_rssi() 90 rtlpriv->stats.ui_rssi.elements[rtlpriv->stats.ui_rssi.index++] = in rtl_process_ui_rssi() 93 rtlpriv->stats.ui_rssi.index = 0; in rtl_process_ui_rssi() 95 rtlpriv->stats.ui_rssi.total_num; in rtl_process_ui_rssi() 127 rtlpriv->stats.rx_evm_dbm[rfpath] = in rtl_process_ui_rssi() 129 rtlpriv->stats.rx_cfo_short[rfpath] = in rtl_process_ui_rssi() 147 rtlpriv->stats.recv_signal_power = (rtlpriv->stats.recv_signal_power * in rtl_update_rxsignalstatistics() 207 rtlpriv->stats.ui_link_quality.index]; in rtl_process_ui_link_quality() 211 rtlpriv->stats.ui_link_quality.elements[ in rtl_process_ui_link_quality() [all …]
|
| /drivers/scsi/snic/ |
| A D | snic_debugfs.c | 107 struct snic_stats *stats = &snic->s_stats; in snic_reset_stats_write() local 108 u64 *io_stats_p = (u64 *) &stats->io; in snic_reset_stats_write() 109 u64 *fw_stats_p = (u64 *) &stats->fw; in snic_reset_stats_write() 134 atomic64_read(&stats->io.active)); in snic_reset_stats_write() 168 struct snic_stats *stats = &snic->s_stats; in snic_stats_show() local 198 (u64) atomic64_read(&stats->io.compl), in snic_stats_show() 199 (u64) atomic64_read(&stats->io.fail), in snic_stats_show() 235 (u64) atomic64_read(&stats->abts.num), in snic_stats_show() 271 (u64) atomic64_read(&stats->fw.io_errs), in snic_stats_show() 301 (u64) stats->misc.last_isr_time, in snic_stats_show() [all …]
|
| /drivers/infiniband/hw/hfi1/ |
| A D | vnic_main.c | 76 stats->tx_drop_state + stats->tx_dlid_zero; in hfi1_vnic_update_stats() 81 stats->rx_drop_state + stats->rx_oversize + in hfi1_vnic_update_stats() 85 netdev->stats.tx_packets = stats->netstats.tx_packets; in hfi1_vnic_update_stats() 86 netdev->stats.tx_bytes = stats->netstats.tx_bytes; in hfi1_vnic_update_stats() 89 netdev->stats.tx_errors = stats->netstats.tx_errors; in hfi1_vnic_update_stats() 93 netdev->stats.rx_bytes = stats->netstats.rx_bytes; in hfi1_vnic_update_stats() 95 netdev->stats.multicast = stats->rx_grp.mcastbcast; in hfi1_vnic_update_stats() 96 netdev->stats.rx_length_errors = stats->rx_oversize + stats->rx_runt; in hfi1_vnic_update_stats() 97 netdev->stats.rx_errors = stats->netstats.rx_errors; in hfi1_vnic_update_stats() 127 struct opa_vnic_stats *stats = &vinfo->stats[q_idx]; in hfi1_vnic_update_tx_counters() local [all …]
|
| /drivers/fpga/tests/ |
| A D | fpga-mgr-test.c | 44 struct mgr_stats stats; member 91 stats->op_parse_header_seq = stats->seq_num++; in op_parse_header() 97 stats->header_match = true; in op_parse_header() 114 stats->op_write_init_seq = stats->seq_num++; in op_write_init() 129 stats->op_write_seq = stats->seq_num++; in op_write() 131 stats->image_match = true; in op_write() 155 stats->op_write_sg_seq = stats->seq_num++; in op_write_sg() 157 stats->image_match = true; in op_write_sg() 184 stats->op_write_complete_seq = stats->seq_num++; in op_write_complete() 251 KUNIT_EXPECT_EQ(test, ctx->stats.op_write_seq, ctx->stats.op_parse_header_seq + 2); in fpga_mgr_test_img_load_buf() [all …]
|
| /drivers/infiniband/hw/mana/ |
| A D | counters.c | 90 stats->value[MANA_IB_SENT_CNPS] = resp.sent_cnps; in mana_ib_get_hw_device_stats() 129 stats->value[MANA_IB_REQUESTER_IMPLICIT_NAK] = in mana_ib_get_hw_port_stats() 137 stats->value[MANA_IB_RESPONDER_LOCAL_LEN_ERR] = in mana_ib_get_hw_port_stats() 139 stats->value[MANA_IB_REQUESTOR_LOCAL_PROT_ERR] = in mana_ib_get_hw_port_stats() 141 stats->value[MANA_IB_RESPONDER_REM_ACCESS_ERR] = in mana_ib_get_hw_port_stats() 143 stats->value[MANA_IB_RESPONDER_LOCAL_QP_ERR] = in mana_ib_get_hw_port_stats() 145 stats->value[MANA_IB_RESPONDER_MALFORMED_WQE] = in mana_ib_get_hw_port_stats() 161 stats->value[MANA_IB_TX_BYTES] = resp.tx_bytes; in mana_ib_get_hw_port_stats() 162 stats->value[MANA_IB_RX_BYTES] = resp.rx_bytes; in mana_ib_get_hw_port_stats() 166 stats->value[MANA_IB_TX_PKT] = resp.tx_pkt; in mana_ib_get_hw_port_stats() [all …]
|
| /drivers/net/wireless/st/cw1200/ |
| A D | queue.c | 29 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_lock() local 39 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_unlock() local 74 stats->skb_dtor(stats->priv, item->skb, &item->txpriv); in cw1200_queue_post_gc() 93 struct cw1200_queue_stats *stats = queue->stats; in __cw1200_queue_gc() local 149 memset(stats, 0, sizeof(*stats)); in cw1200_queue_stats_init() 173 queue->stats = stats; in cw1200_queue_init() 206 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_clear() local 285 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_put() local 339 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_get() local 377 struct cw1200_queue_stats *stats = queue->stats; in cw1200_queue_requeue() local [all …]
|
| /drivers/infiniband/ulp/rtrs/ |
| A D | rtrs-clt-stats.c | 17 struct rtrs_clt_stats *stats = clt_path->stats; in rtrs_clt_update_wc_stats() local 22 s = get_cpu_ptr(stats->pcpu_stats); in rtrs_clt_update_wc_stats() 30 put_cpu_ptr(stats->pcpu_stats); in rtrs_clt_update_wc_stats() 47 s = per_cpu_ptr(stats->pcpu_stats, cpu); in rtrs_clt_stats_migration_from_cnt_to_str() 78 stats->reconnects.fail_cnt); in rtrs_clt_stats_reconnects_to_str() 147 memset(&stats->reconnects, 0, sizeof(stats->reconnects)); in rtrs_clt_reset_reconnects_stat() 176 struct rtrs_clt_stats *stats = clt_path->stats; in rtrs_clt_update_all_stats() local 182 atomic_inc(&stats->inflight); in rtrs_clt_update_all_stats() 187 stats->pcpu_stats = alloc_percpu(typeof(*stats->pcpu_stats)); in rtrs_clt_init_stats() 188 if (!stats->pcpu_stats) in rtrs_clt_init_stats() [all …]
|
| /drivers/media/platform/rockchip/rkisp1/ |
| A D | rkisp1-stats.c | 165 q->drv_priv = stats; in rkisp1_stats_init_vb2_queue() 359 stats->ops->get_awb_meas(stats, cur_stat_buf); in rkisp1_stats_send_measurement() 365 stats->ops->get_aec_meas(stats, cur_stat_buf); in rkisp1_stats_send_measurement() 370 stats->ops->get_hst_meas(stats, cur_stat_buf); in rkisp1_stats_send_measurement() 384 spin_lock(&stats->lock); in rkisp1_stats_isr() 413 struct rkisp1_stats *stats = &rkisp1->stats; in rkisp1_stats_register() local 418 stats->rkisp1 = rkisp1; in rkisp1_stats_register() 435 rkisp1_init_stats(stats); in rkisp1_stats_register() 455 stats->rkisp1 = NULL; in rkisp1_stats_register() 461 struct rkisp1_stats *stats = &rkisp1->stats; in rkisp1_stats_unregister() local [all …]
|
| /drivers/net/ethernet/hisilicon/hibmcge/ |
| A D | hbg_ethtool.c | 18 #define HBG_STATS_I(stats) { #stats, HBG_STATS_FIELD_OFF(stats), 0} argument 19 #define HBG_STATS_REG_I(stats, reg) { #stats, HBG_STATS_FIELD_OFF(stats), reg} argument 325 stats = &info[i]; in hbg_update_stats_by_info() 326 if (!stats->reg) in hbg_update_stats_by_info() 329 HBG_STATS_U(&priv->stats, stats->offset, in hbg_update_stats_by_info() 382 struct hbg_stats *stats = &priv->stats; in hbg_ethtool_get_pause_stats() local 393 struct hbg_stats *stats = &priv->stats; in hbg_ethtool_get_eth_mac_stats() local 410 stats->rx_bufrq_err_cnt + in hbg_ethtool_get_eth_mac_stats() 411 stats->rx_we_err_cnt; in hbg_ethtool_get_eth_mac_stats() 413 stats->rx_frame_runt_err_cnt + in hbg_ethtool_get_eth_mac_stats() [all …]
|
| /drivers/gpu/drm/i915/gt/ |
| A D | intel_engine_stats.h | 18 struct intel_engine_execlists_stats *stats = &engine->stats.execlists; in intel_engine_context_in() local 21 if (stats->active) { in intel_engine_context_in() 22 stats->active++; in intel_engine_context_in() 30 stats->start = ktime_get(); in intel_engine_context_in() 31 stats->active++; in intel_engine_context_in() 36 GEM_BUG_ON(!stats->active); in intel_engine_context_in() 41 struct intel_engine_execlists_stats *stats = &engine->stats.execlists; in intel_engine_context_out() local 45 if (stats->active > 1) { in intel_engine_context_out() 46 stats->active--; in intel_engine_context_out() 53 stats->active--; in intel_engine_context_out() [all …]
|
| /drivers/scsi/fnic/ |
| A D | fnic_trace.c | 214 struct fnic_stats *stats) in fnic_get_stats_data() argument 235 stats->stats_timestamps.last_reset_time.tv_nsec, in fnic_get_stats_data() 237 stats->stats_timestamps.last_read_time.tv_nsec, in fnic_get_stats_data() 243 stats->stats_timestamps.last_read_time = val1; in fnic_get_stats_data() 267 (u64)atomic64_read(&stats->io_stats.num_ios), in fnic_get_stats_data() 273 (u64)atomic64_read(&stats->io_stats.sc_null), in fnic_get_stats_data() 317 (u64)atomic64_read(&stats->abts_stats.aborts), in fnic_get_stats_data() 371 &stats->reset_stats.device_reset_terminates), in fnic_get_stats_data() 377 &stats->reset_stats.fnic_reset_completions), in fnic_get_stats_data() 440 (u64)stats->misc_stats.last_isr_time, in fnic_get_stats_data() [all …]
|
| /drivers/infiniband/hw/cxgb4/ |
| A D | resource.c | 157 if (rdev->stats.qid.cur > rdev->stats.qid.max) in c4iw_get_cqid() 158 rdev->stats.qid.max = rdev->stats.qid.cur; in c4iw_get_cqid() 231 if (rdev->stats.qid.cur > rdev->stats.qid.max) in c4iw_get_qpid() 232 rdev->stats.qid.max = rdev->stats.qid.cur; in c4iw_get_qpid() 272 if (rdev->stats.pbl.cur > rdev->stats.pbl.max) in c4iw_pblpool_alloc() 273 rdev->stats.pbl.max = rdev->stats.pbl.cur; in c4iw_pblpool_alloc() 354 if (rdev->stats.rqt.cur > rdev->stats.rqt.max) in c4iw_rqtpool_alloc() 355 rdev->stats.rqt.max = rdev->stats.rqt.cur; in c4iw_rqtpool_alloc() 439 if (rdev->stats.srqt.cur > rdev->stats.srqt.max) in c4iw_alloc_srq_idx() 440 rdev->stats.srqt.max = rdev->stats.srqt.cur; in c4iw_alloc_srq_idx() [all …]
|
| /drivers/net/ethernet/aquantia/atlantic/ |
| A D | aq_ring.c | 101 self->stats.rx.pg_flips++; in aq_get_rxpages() 111 self->stats.rx.pg_losts++; in aq_get_rxpages() 117 self->stats.rx.pg_reuses++; in aq_get_rxpages() 316 ++self->stats.tx.packets; in aq_ring_tx_clean() 322 ++self->stats.tx.packets; in aq_ring_tx_clean() 348 ++self->stats.rx.errors; in aq_rx_checksum() 418 ++rx_ring->stats.rx.packets; in aq_xdp_run_prog() 451 ++rx_ring->stats.rx.xdp_tx; in aq_xdp_run_prog() 593 ++self->stats.rx.errors; in __aq_ring_rx_clean() 601 ++self->stats.rx.errors; in __aq_ring_rx_clean() [all …]
|
| /drivers/thermal/ |
| A D | thermal_sysfs.c | 598 stats->time_in_state[stats->state] = in update_time_in_state() 599 ktime_add(stats->time_in_state[stats->state], delta); in update_time_in_state() 606 struct cooling_dev_stats *stats = cdev->stats; in thermal_cooling_device_stats_update() local 610 if (!stats) in thermal_cooling_device_stats_update() 636 stats = cdev->stats; in total_trans_show() 637 if (!stats) in total_trans_show() 658 stats = cdev->stats; in time_in_state_ms_show() 685 stats = cdev->stats; in reset_store() 716 stats = cdev->stats; in trans_table_show() 791 stats->time_in_state = (ktime_t *)(stats + 1); in cooling_device_stats_setup() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | debugfs.c | 139 if (stats->n) in average_read() 140 field = div64_u64(stats->sum, stats->n); in average_read() 154 stats->n = 0; in reset_write() 207 if (!stats) in mlx5_cmdif_alloc_stats() 216 return stats; in mlx5_cmdif_alloc_stats() 236 stats = mlx5_cmdif_alloc_stats(&dev->cmd.stats, i); in mlx5_cmdif_debugfs_init() 237 if (!stats) in mlx5_cmdif_debugfs_init() 241 debugfs_create_file("reset", 0200, stats->root, stats, in mlx5_cmdif_debugfs_init() 243 debugfs_create_file("average", 0400, stats->root, stats, in mlx5_cmdif_debugfs_init() 245 debugfs_create_u64("n", 0400, stats->root, &stats->n); in mlx5_cmdif_debugfs_init() [all …]
|
| /drivers/net/ |
| A D | mhi_net.c | 37 struct mhi_net_stats stats; member 94 u64_stats_inc(&mhi_netdev->stats.tx_dropped); in mhi_ndo_xmit() 101 struct rtnl_link_stats64 *stats) in mhi_ndo_get_stats64() argument 108 stats->rx_packets = u64_stats_read(&mhi_netdev->stats.rx_packets); in mhi_ndo_get_stats64() 109 stats->rx_bytes = u64_stats_read(&mhi_netdev->stats.rx_bytes); in mhi_ndo_get_stats64() 110 stats->rx_errors = u64_stats_read(&mhi_netdev->stats.rx_errors); in mhi_ndo_get_stats64() 115 stats->tx_packets = u64_stats_read(&mhi_netdev->stats.tx_packets); in mhi_ndo_get_stats64() 116 stats->tx_bytes = u64_stats_read(&mhi_netdev->stats.tx_bytes); in mhi_ndo_get_stats64() 117 stats->tx_errors = u64_stats_read(&mhi_netdev->stats.tx_errors); in mhi_ndo_get_stats64() 118 stats->tx_dropped = u64_stats_read(&mhi_netdev->stats.tx_dropped); in mhi_ndo_get_stats64() [all …]
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
| A D | trx_common.c | 140 rtlpriv->stats.rx_snr_db[i] = in _rtl92d_query_rxphystatus() 216 ui_rssi = &rtlpriv->stats.ui_rssi; in _rtl92d_process_ui_rssi() 218 rtlpriv->stats.rssi_calculate_cnt++; in _rtl92d_process_ui_rssi() 242 if (rtlpriv->stats.recv_signal_power == 0) in _rtl92d_update_rxsignalstatistics() 248 rtlpriv->stats.recv_signal_power = (rtlpriv->stats.recv_signal_power * in _rtl92d_update_rxsignalstatistics() 328 rtlpriv->stats.signal_quality = tmpval; in _rtl92d_process_ui_link_quality() 396 stats->icv = (u16)get_rx_desc_icv(pdesc); in rtl92d_rx_query_desc() 398 stats->hwerror = (stats->crc | stats->icv); in rtl92d_rx_query_desc() 418 if (stats->decrypted) in rtl92d_rx_query_desc() 421 false, stats->rate); in rtl92d_rx_query_desc() [all …]
|
| /drivers/net/ethernet/netronome/nfp/ |
| A D | nfp_net_repr.c | 39 stats = this_cpu_ptr(repr->stats); in nfp_repr_inc_tx_stats() 41 stats->tx_packets++; in nfp_repr_inc_tx_stats() 42 stats->tx_bytes += len; in nfp_repr_inc_tx_stats() 51 stats = this_cpu_ptr(repr->stats); in nfp_repr_inc_rx_stats() 53 stats->rx_packets++; in nfp_repr_inc_rx_stats() 54 stats->rx_bytes += len; in nfp_repr_inc_rx_stats() 145 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64() 148 stats->rx_bytes += rbytes; in nfp_repr_get_host_stats64() 157 void *stats) in nfp_repr_get_offload_stats() argument 414 free_percpu(repr->stats); in __nfp_repr_free() [all …]
|