Searched refs:ustats (Results 1 – 10 of 10) sorted by relevance
/drivers/misc/sgi-gru/ |
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() 838 memcpy(&req.stats, >s->ustats, sizeof(gts->ustats)); in gru_get_gseg_statistics() 841 memset(&req.stats, 0, sizeof(gts->ustats)); in gru_get_gseg_statistics()
|
D | grutables.h | 374 struct gru_gseg_statistics ustats; /* User statistics */ member
|
D | grumain.c | 836 gts->ustats.context_stolen++; in gru_steal_context()
|
/drivers/net/ethernet/qlogic/qed/ |
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 …]
|
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()
|
D | qed_ll2.c | 2235 struct core_ll2_ustorm_per_queue_stat ustats; in _qed_ll2_get_ustats() local 2239 memset(&ustats, 0, sizeof(ustats)); in _qed_ll2_get_ustats() 2242 qed_memcpy_from(p_hwfn, p_ptt, &ustats, ustats_addr, sizeof(ustats)); in _qed_ll2_get_ustats() 2244 p_stats->rcv_ucast_bytes += HILO_64_REGPAIR(ustats.rcv_ucast_bytes); in _qed_ll2_get_ustats() 2245 p_stats->rcv_mcast_bytes += HILO_64_REGPAIR(ustats.rcv_mcast_bytes); in _qed_ll2_get_ustats() 2246 p_stats->rcv_bcast_bytes += HILO_64_REGPAIR(ustats.rcv_bcast_bytes); in _qed_ll2_get_ustats() 2247 p_stats->rcv_ucast_pkts += HILO_64_REGPAIR(ustats.rcv_ucast_pkts); in _qed_ll2_get_ustats() 2248 p_stats->rcv_mcast_pkts += HILO_64_REGPAIR(ustats.rcv_mcast_pkts); in _qed_ll2_get_ustats() 2249 p_stats->rcv_bcast_pkts += HILO_64_REGPAIR(ustats.rcv_bcast_pkts); in _qed_ll2_get_ustats()
|
D | qed_vf.h | 147 struct pfvf_storm_stats ustats; member
|
D | qed.h | 417 struct storm_stats ustats; member
|
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()
|
/drivers/scsi/ |
D | megaraid.c | 2988 megastat_t __user *ustats = NULL; in megadev_ioctl() local 3058 ustats = uioc.uioc_uaddr; in megadev_ioctl() 3060 if( copy_from_user(&num_ldrv, &ustats->num_ldrv, sizeof(int)) ) in megadev_ioctl() 3068 if( copy_to_user(ustats->nreads, adapter->nreads, in megadev_ioctl() 3072 if( copy_to_user(ustats->nreadblocks, adapter->nreadblocks, in megadev_ioctl() 3076 if( copy_to_user(ustats->nwrites, adapter->nwrites, in megadev_ioctl() 3080 if( copy_to_user(ustats->nwriteblocks, adapter->nwriteblocks, in megadev_ioctl() 3084 if( copy_to_user(ustats->rd_errors, adapter->rd_errors, in megadev_ioctl() 3088 if( copy_to_user(ustats->wr_errors, adapter->wr_errors, in megadev_ioctl()
|