/drivers/net/ethernet/cavium/liquidio/ |
D | lio_core.c | 1299 struct nic_tx_stats *tstats = &oct_dev->link_stats.fromhost; in octnet_nic_stats_callback() local 1348 tstats->total_pkts_sent = rsp_tstats->total_pkts_sent; in octnet_nic_stats_callback() 1349 tstats->total_bytes_sent = rsp_tstats->total_bytes_sent; in octnet_nic_stats_callback() 1350 tstats->mcast_pkts_sent = rsp_tstats->mcast_pkts_sent; in octnet_nic_stats_callback() 1351 tstats->bcast_pkts_sent = rsp_tstats->bcast_pkts_sent; in octnet_nic_stats_callback() 1352 tstats->ctl_sent = rsp_tstats->ctl_sent; in octnet_nic_stats_callback() 1354 tstats->one_collision_sent = rsp_tstats->one_collision_sent; in octnet_nic_stats_callback() 1356 tstats->multi_collision_sent = rsp_tstats->multi_collision_sent; in octnet_nic_stats_callback() 1358 tstats->max_collision_fail = rsp_tstats->max_collision_fail; in octnet_nic_stats_callback() 1360 tstats->max_deferral_fail = rsp_tstats->max_deferral_fail; in octnet_nic_stats_callback() [all …]
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_fcoe.c | 647 struct fcoe_rx_stat tstats; in _qed_fcoe_get_tstats() local 650 memset(&tstats, 0, sizeof(tstats)); in _qed_fcoe_get_tstats() 653 qed_memcpy_from(p_hwfn, p_ptt, &tstats, tstats_addr, sizeof(tstats)); in _qed_fcoe_get_tstats() 655 p_stats->fcoe_rx_byte_cnt = HILO_64_REGPAIR(tstats.fcoe_rx_byte_cnt); in _qed_fcoe_get_tstats() 657 HILO_64_REGPAIR(tstats.fcoe_rx_data_pkt_cnt); in _qed_fcoe_get_tstats() 659 HILO_64_REGPAIR(tstats.fcoe_rx_xfer_pkt_cnt); in _qed_fcoe_get_tstats() 661 HILO_64_REGPAIR(tstats.fcoe_rx_other_pkt_cnt); in _qed_fcoe_get_tstats() 664 le32_to_cpu(tstats.fcoe_silent_drop_pkt_cmdq_full_cnt); in _qed_fcoe_get_tstats() 666 le32_to_cpu(tstats.fcoe_silent_drop_pkt_rq_full_cnt); in _qed_fcoe_get_tstats() 668 le32_to_cpu(tstats.fcoe_silent_drop_pkt_crc_error_cnt); in _qed_fcoe_get_tstats() [all …]
|
D | qed_iscsi.c | 888 struct tstorm_iscsi_stats_drv tstats; in _qed_iscsi_get_tstats() local 891 memset(&tstats, 0, sizeof(tstats)); in _qed_iscsi_get_tstats() 894 qed_memcpy_from(p_hwfn, p_ptt, &tstats, tstats_addr, sizeof(tstats)); in _qed_iscsi_get_tstats() 897 HILO_64_REGPAIR(tstats.iscsi_rx_bytes_cnt); in _qed_iscsi_get_tstats() 899 HILO_64_REGPAIR(tstats.iscsi_rx_packet_cnt); in _qed_iscsi_get_tstats() 901 HILO_64_REGPAIR(tstats.iscsi_rx_new_ooo_isle_events_cnt); in _qed_iscsi_get_tstats() 903 le32_to_cpu(tstats.iscsi_cmdq_threshold_cnt); in _qed_iscsi_get_tstats() 905 le32_to_cpu(tstats.iscsi_rq_threshold_cnt); in _qed_iscsi_get_tstats() 907 le32_to_cpu(tstats.iscsi_immq_threshold_cnt); in _qed_iscsi_get_tstats()
|
D | qed_l2.c | 1646 struct tstorm_per_port_stat tstats; in __qed_get_vport_tstats() local 1657 tstats_addr = p_resp->pfdev_info.stats_info.tstats.address; in __qed_get_vport_tstats() 1658 tstats_len = p_resp->pfdev_info.stats_info.tstats.len; in __qed_get_vport_tstats() 1661 memset(&tstats, 0, sizeof(tstats)); in __qed_get_vport_tstats() 1662 qed_memcpy_from(p_hwfn, p_ptt, &tstats, tstats_addr, tstats_len); in __qed_get_vport_tstats() 1665 HILO_64_REGPAIR(tstats.mftag_filter_discard); in __qed_get_vport_tstats() 1667 HILO_64_REGPAIR(tstats.eth_mac_filter_discard); in __qed_get_vport_tstats() 1669 HILO_64_REGPAIR(tstats.eth_gft_drop_pkt); in __qed_get_vport_tstats()
|
D | qed_ll2.c | 2216 struct core_ll2_tstorm_per_queue_stat tstats; in _qed_ll2_get_tstats() local 2220 memset(&tstats, 0, sizeof(tstats)); in _qed_ll2_get_tstats() 2223 qed_memcpy_from(p_hwfn, p_ptt, &tstats, tstats_addr, sizeof(tstats)); in _qed_ll2_get_tstats() 2226 HILO_64_REGPAIR(tstats.packet_too_big_discard); in _qed_ll2_get_tstats() 2227 p_stats->no_buff_discard += HILO_64_REGPAIR(tstats.no_buff_discard); in _qed_ll2_get_tstats()
|
D | qed_vf.h | 146 struct pfvf_storm_stats tstats; member
|
D | qed.h | 416 struct storm_stats tstats; member
|
D | qed_sriov.c | 1529 p_stats->tstats.address = 0; in qed_iov_vf_mbx_acquire_stats() 1530 p_stats->tstats.len = 0; in qed_iov_vf_mbx_acquire_stats()
|
/drivers/net/wireguard/ |
D | receive.c | 22 struct pcpu_sw_netstats *tstats = in update_rx_stats() local 23 get_cpu_ptr(peer->device->dev->tstats); in update_rx_stats() 25 u64_stats_update_begin(&tstats->syncp); in update_rx_stats() 26 ++tstats->rx_packets; in update_rx_stats() 27 tstats->rx_bytes += len; in update_rx_stats() 29 u64_stats_update_end(&tstats->syncp); in update_rx_stats() 30 put_cpu_ptr(tstats); in update_rx_stats()
|
D | device.c | 248 free_percpu(dev->tstats); in wg_destruct() 317 dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); in wg_newlink() 318 if (!dev->tstats) in wg_newlink() 384 free_percpu(dev->tstats); in wg_newlink()
|
/drivers/net/ |
D | bareudp.c | 189 dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); in bareudp_init() 190 if (!dev->tstats) in bareudp_init() 195 free_percpu(dev->tstats); in bareudp_init() 206 free_percpu(dev->tstats); in bareudp_uninit()
|
D | geneve.c | 312 dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); in geneve_init() 313 if (!dev->tstats) in geneve_init() 318 free_percpu(dev->tstats); in geneve_init() 324 free_percpu(dev->tstats); in geneve_init() 337 free_percpu(dev->tstats); in geneve_uninit()
|
D | gtp.c | 371 dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); in gtp_dev_init() 372 if (!dev->tstats) in gtp_dev_init() 383 free_percpu(dev->tstats); in gtp_dev_uninit()
|
D | macsec.c | 521 struct pcpu_sw_netstats *stats = this_cpu_ptr(dev->tstats); in count_tx() 823 struct pcpu_sw_netstats *stats = this_cpu_ptr(dev->tstats); in count_rx() 3434 dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); in macsec_dev_init() 3435 if (!dev->tstats) in macsec_dev_init() 3440 free_percpu(dev->tstats); in macsec_dev_init() 3465 free_percpu(dev->tstats); in macsec_dev_uninit() 3643 if (!dev->tstats) in macsec_get_stats64() 3646 dev_fetch_sw_netstats(s, dev->tstats); in macsec_get_stats64()
|
/drivers/net/vxlan/ |
D | vxlan_core.c | 2508 tx_stats = this_cpu_ptr(src_vxlan->dev->tstats); in vxlan_encap_bypass() 2509 rx_stats = this_cpu_ptr(dst_vxlan->dev->tstats); in vxlan_encap_bypass() 3044 dev->tstats = netdev_alloc_pcpu_stats(struct pcpu_sw_netstats); in vxlan_init() 3045 if (!dev->tstats) in vxlan_init() 3050 free_percpu(dev->tstats); in vxlan_init() 3077 free_percpu(dev->tstats); in vxlan_uninit()
|