| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_proc.c | 99 mlan_ds_uap_stats ustats; in woal_info_proc_read() local 123 woal_uap_get_stats(priv, MOAL_IOCTL_WAIT, &ustats)) { in woal_info_proc_read() 226 ustats.tkip_mic_failures); in woal_info_proc_read() 228 ustats.ccmp_decrypt_errors); in woal_info_proc_read() 230 ustats.wep_undecryptable_count); in woal_info_proc_read() 232 ustats.wep_icv_error_count); in woal_info_proc_read() 234 ustats.decrypt_failure_count); in woal_info_proc_read() 235 seq_printf(sfp, "mcast_tx_count = %u\n", ustats.mcast_tx_count); in woal_info_proc_read() 236 seq_printf(sfp, "failed_count = %u\n", ustats.failed_count); in woal_info_proc_read() 237 seq_printf(sfp, "retry_count = %u\n", ustats.retry_count); in woal_info_proc_read() [all …]
|
| H A D | moal_uap_priv.c | 171 info->param.ustats.fcs_error_count; in woal_ioctl_get_uap_info_resp() 172 priv->w_stats.discard.retries = info->param.ustats.retry_count; in woal_ioctl_get_uap_info_resp() 174 info->param.ustats.ack_failure_count; in woal_ioctl_get_uap_info_resp()
|
| H A D | moal_uap.h | 448 mlan_ds_uap_stats *ustats);
|
| H A D | moal_uap.c | 3355 mlan_ds_uap_stats *ustats) in woal_uap_get_stats() argument 3376 if (ustats) in woal_uap_get_stats() 3377 memcpy(ustats, &info->param.ustats, in woal_uap_get_stats() 3381 info->param.ustats.fcs_error_count; in woal_uap_get_stats() 3382 priv->w_stats.discard.retries = info->param.ustats.retry_count; in woal_uap_get_stats() 3384 info->param.ustats.ack_failure_count; in woal_uap_get_stats()
|
| H A D | mlan_ioctl.h | 2194 mlan_ds_uap_stats ustats; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_proc.c | 102 mlan_ds_uap_stats ustats; in woal_info_proc_read() local 128 memset(&ustats, 0, sizeof(ustats)); in woal_info_proc_read() 134 woal_uap_get_stats(priv, MOAL_IOCTL_WAIT, &ustats)) { in woal_info_proc_read() 246 ustats.tkip_mic_failures); in woal_info_proc_read() 248 ustats.ccmp_decrypt_errors); in woal_info_proc_read() 250 ustats.wep_undecryptable_count); in woal_info_proc_read() 252 ustats.wep_icv_error_count); in woal_info_proc_read() 254 ustats.decrypt_failure_count); in woal_info_proc_read() 255 seq_printf(sfp, "mcast_tx_count = %u\n", ustats.mcast_tx_count); in woal_info_proc_read() 256 seq_printf(sfp, "failed_count = %u\n", ustats.failed_count); in woal_info_proc_read() [all …]
|
| H A D | moal_uap_priv.c | 172 info->param.ustats.fcs_error_count; in woal_ioctl_get_uap_info_resp() 173 priv->w_stats.discard.retries = info->param.ustats.retry_count; in woal_ioctl_get_uap_info_resp() 175 info->param.ustats.ack_failure_count; in woal_ioctl_get_uap_info_resp()
|
| H A D | moal_uap.h | 575 pmlan_ds_uap_stats ustats);
|
| H A D | moal_uap.c | 4605 mlan_ds_uap_stats *ustats) in woal_uap_get_stats() argument 4626 if (ustats) in woal_uap_get_stats() 4627 moal_memcpy_ext(priv->phandle, ustats, in woal_uap_get_stats() 4628 &info->param.ustats, in woal_uap_get_stats() 4633 info->param.ustats.fcs_error_count; in woal_uap_get_stats() 4634 priv->w_stats.discard.retries = info->param.ustats.retry_count; in woal_uap_get_stats() 4636 info->param.ustats.ack_failure_count; in woal_uap_get_stats()
|
| H A D | mlan_ioctl.h | 2579 mlan_ds_uap_stats ustats; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 108 static void update_stats(struct stats * const ustats, in update_stats() argument 111 ustats->total += measurement; in update_stats() 112 ustats->bytes += bytes; in update_stats() 113 ustats->count++; in update_stats() 116 static void print_ustats(const struct stats * const ustats) in print_ustats() argument 119 ustats->name, ustats->count, in print_ustats() 120 (float)ustats->total / (float)ustats->count, in print_ustats() 121 (float)ustats->bytes / (float)ustats->count); in print_ustats()
|
| /OK3568_Linux_fs/kernel/drivers/misc/sgi-gru/ |
| H A D | grufault.c | 433 gts->ustats.tlbdropin++; in gru_try_dropin() 576 gts->ustats.fmm_tlbmiss++; in gru_intr() 620 gts->ustats.upm_tlbmiss++; in gru_user_dropin() 833 memcpy(&req.stats, >s->ustats, sizeof(gts->ustats)); in gru_get_gseg_statistics() 836 memset(&req.stats, 0, sizeof(gts->ustats)); in gru_get_gseg_statistics()
|
| H A D | grutables.h | 374 struct gru_gseg_statistics ustats; /* User statistics */ member
|
| H A D | grumain.c | 827 gts->ustats.context_stolen++; in gru_steal_context()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_l2.c | 1684 *p_addr = p_resp->pfdev_info.stats_info.ustats.address; in __qed_get_vport_ustats_addrlen() 1685 *p_len = p_resp->pfdev_info.stats_info.ustats.len; in __qed_get_vport_ustats_addrlen() 1693 struct eth_ustorm_per_queue_stat ustats; in __qed_get_vport_ustats() local 1699 memset(&ustats, 0, sizeof(ustats)); in __qed_get_vport_ustats() 1700 qed_memcpy_from(p_hwfn, p_ptt, &ustats, ustats_addr, ustats_len); in __qed_get_vport_ustats() 1703 HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in __qed_get_vport_ustats() 1705 HILO_64_REGPAIR(ustats.rcv_mcast_bytes); in __qed_get_vport_ustats() 1707 HILO_64_REGPAIR(ustats.rcv_bcast_bytes); in __qed_get_vport_ustats() 1708 p_stats->common.rx_ucast_pkts += HILO_64_REGPAIR(ustats.rcv_ucast_pkts); in __qed_get_vport_ustats() 1709 p_stats->common.rx_mcast_pkts += HILO_64_REGPAIR(ustats.rcv_mcast_pkts); in __qed_get_vport_ustats() [all …]
|
| H A D | qed_iscsi.c | 930 struct ustorm_iscsi_stats_drv ustats; in _qed_iscsi_get_ustats() local 933 memset(&ustats, 0, sizeof(ustats)); in _qed_iscsi_get_ustats() 936 qed_memcpy_from(p_hwfn, p_ptt, &ustats, ustats_addr, sizeof(ustats)); in _qed_iscsi_get_ustats() 939 HILO_64_REGPAIR(ustats.iscsi_rx_data_pdu_cnt); in _qed_iscsi_get_ustats() 941 HILO_64_REGPAIR(ustats.iscsi_rx_r2t_pdu_cnt); in _qed_iscsi_get_ustats() 943 HILO_64_REGPAIR(ustats.iscsi_rx_total_pdu_cnt); in _qed_iscsi_get_ustats()
|
| H A D | qed_ll2.c | 2232 struct core_ll2_ustorm_per_queue_stat ustats; in _qed_ll2_get_ustats() local 2236 memset(&ustats, 0, sizeof(ustats)); in _qed_ll2_get_ustats() 2239 qed_memcpy_from(p_hwfn, p_ptt, &ustats, ustats_addr, sizeof(ustats)); in _qed_ll2_get_ustats() 2241 p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in _qed_ll2_get_ustats() 2242 p_stats->rcv_mcast_bytes += HILO_64_REGPAIR(ustats.rcv_mcast_bytes); in _qed_ll2_get_ustats() 2243 p_stats->rcv_bcast_bytes += HILO_64_REGPAIR(ustats.rcv_bcast_bytes); in _qed_ll2_get_ustats() 2244 p_stats->rcv_ucast_pkts += HILO_64_REGPAIR(ustats.rcv_ucast_pkts); in _qed_ll2_get_ustats() 2245 p_stats->rcv_mcast_pkts += HILO_64_REGPAIR(ustats.rcv_mcast_pkts); in _qed_ll2_get_ustats() 2246 p_stats->rcv_bcast_pkts += HILO_64_REGPAIR(ustats.rcv_bcast_pkts); in _qed_ll2_get_ustats()
|
| H A D | qed_vf.h | 147 struct pfvf_storm_stats ustats; member
|
| H A D | qed.h | 417 struct storm_stats ustats; member
|
| H A D | qed_sriov.c | 1521 p_stats->ustats.address = PXP_VF_BAR0_START_USDM_ZONE_B + in qed_iov_vf_mbx_acquire_stats() 1524 p_stats->ustats.len = sizeof(struct eth_ustorm_per_queue_stat); in qed_iov_vf_mbx_acquire_stats()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_uap_cmdevent.c | 2752 info->param.ustats.tkip_mic_failures = in wlan_uap_ret_snmp_mib() 2756 info->param.ustats.ccmp_decrypt_errors = in wlan_uap_ret_snmp_mib() 2760 info->param.ustats.wep_undecryptable_count = in wlan_uap_ret_snmp_mib() 2764 info->param.ustats.wep_icv_error_count = in wlan_uap_ret_snmp_mib() 2768 info->param.ustats.decrypt_failure_count = in wlan_uap_ret_snmp_mib() 2772 info->param.ustats.mcast_tx_count = in wlan_uap_ret_snmp_mib() 2776 info->param.ustats.failed_count = in wlan_uap_ret_snmp_mib() 2780 info->param.ustats.retry_count = in wlan_uap_ret_snmp_mib() 2784 info->param.ustats.multi_retry_count = in wlan_uap_ret_snmp_mib() 2788 info->param.ustats.frame_dup_count = in wlan_uap_ret_snmp_mib() [all …]
|
| H A D | mlan_ioctl.h | 2194 mlan_ds_uap_stats ustats; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_uap_cmdevent.c | 3082 info->param.ustats.tkip_mic_failures = in wlan_uap_ret_snmp_mib() 3086 info->param.ustats.ccmp_decrypt_errors = in wlan_uap_ret_snmp_mib() 3090 info->param.ustats.wep_undecryptable_count = in wlan_uap_ret_snmp_mib() 3094 info->param.ustats.wep_icv_error_count = in wlan_uap_ret_snmp_mib() 3098 info->param.ustats.decrypt_failure_count = in wlan_uap_ret_snmp_mib() 3102 info->param.ustats.mcast_tx_count = in wlan_uap_ret_snmp_mib() 3106 info->param.ustats.failed_count = in wlan_uap_ret_snmp_mib() 3110 info->param.ustats.retry_count = in wlan_uap_ret_snmp_mib() 3114 info->param.ustats.multi_retry_count = in wlan_uap_ret_snmp_mib() 3118 info->param.ustats.frame_dup_count = in wlan_uap_ret_snmp_mib() [all …]
|
| H A D | mlan_ioctl.h | 2579 mlan_ds_uap_stats ustats; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | megaraid.c | 2987 megastat_t __user *ustats = NULL; in megadev_ioctl() local 3057 ustats = uioc.uioc_uaddr; in megadev_ioctl() 3059 if( copy_from_user(&num_ldrv, &ustats->num_ldrv, sizeof(int)) ) in megadev_ioctl() 3067 if( copy_to_user(ustats->nreads, adapter->nreads, in megadev_ioctl() 3071 if( copy_to_user(ustats->nreadblocks, adapter->nreadblocks, in megadev_ioctl() 3075 if( copy_to_user(ustats->nwrites, adapter->nwrites, in megadev_ioctl() 3079 if( copy_to_user(ustats->nwriteblocks, adapter->nwriteblocks, in megadev_ioctl() 3083 if( copy_to_user(ustats->rd_errors, adapter->rd_errors, in megadev_ioctl() 3087 if( copy_to_user(ustats->wr_errors, adapter->wr_errors, in megadev_ioctl()
|