Searched refs:stats_info (Results 1 - 15 of 15) sorted by relevance

/linux-master/lib/
H A Dobjagg.c30 struct objagg_obj_stats_info stats_info; member in struct:objagg_hints_node
610 objagg_stats = kzalloc(struct_size(objagg_stats, stats_info,
617 memcpy(&objagg_stats->stats_info[i].stats, &objagg_obj->stats,
618 sizeof(objagg_stats->stats_info[0].stats));
619 objagg_stats->stats_info[i].objagg_obj = objagg_obj;
620 objagg_stats->stats_info[i].is_root =
622 if (objagg_stats->stats_info[i].is_root)
628 sort(objagg_stats->stats_info, objagg_stats->stats_info_count,
661 hnode->stats_info.stats.user_count = user_count;
662 hnode->stats_info
[all...]
H A Dtest_objagg.c262 if (stats->stats_info[i].stats.user_count != 2) {
267 if (stats->stats_info[i].stats.delta_user_count != 2) {
641 check_expect_stats_nums(const struct objagg_obj_stats_info *stats_info, argument
645 if (stats_info->is_root != expect_stats_info->is_root) {
650 if (stats_info->stats.user_count !=
656 if (stats_info->stats.delta_user_count !=
666 check_expect_stats_key_id(const struct objagg_obj_stats_info *stats_info, argument
670 if (obj_to_key_id(stats_info->objagg_obj) !=
687 err = check_expect_stats_nums(&stats->stats_info[i],
691 err = check_expect_stats_key_id(&stats->stats_info[
[all...]
/linux-master/include/linux/
H A Dobjagg.h47 struct objagg_obj_stats_info stats_info[]; member in struct:objagg_stats
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.c999 struct hinic_port_stats_info stats_info = { 0 }; local
1006 stats_info.stats_version = HINIC_PORT_STATS_VERSION;
1007 stats_info.func_id = HINIC_HWIF_FUNC_IDX(hwif);
1008 stats_info.stats_size = sizeof(vport_stats);
1011 &stats_info, sizeof(stats_info),
1027 struct hinic_port_stats_info stats_info = { 0 }; local
1039 stats_info.stats_version = HINIC_PORT_STATS_VERSION;
1040 stats_info.stats_size = sizeof(*port_stats);
1043 &stats_info, sizeo
[all...]
/linux-master/drivers/net/team/
H A Dteam_mode_loadbalance.c82 struct lb_stats_info stats_info; member in struct:lb_port_priv
419 lb_port_priv->stats_info.opt_inst_info = info;
427 ctx->data.bin_val.ptr = &lb_port_priv->stats_info.stats;
501 s_info = &lb_port_priv->stats_info;
/linux-master/drivers/infiniband/hw/irdma/
H A Dprotos.h39 struct irdma_stats_inst_info *stats_info);
H A Dhw.c1800 struct irdma_vsi_stats_info stats_info = {}; local
1816 stats_info.pestat = kzalloc(sizeof(*stats_info.pestat), GFP_KERNEL);
1817 if (!stats_info.pestat) {
1821 stats_info.fcn_id = dev->hmc_fn_id;
1822 status = irdma_vsi_stats_init(&iwdev->vsi, &stats_info);
1825 kfree(stats_info.pestat);
H A Dutils.c1788 * @stats_info: pointer to allocate stats info
1791 struct irdma_stats_inst_info *stats_info)
1810 cqp_info->in.u.stats_manage.info = *stats_info;
1815 stats_info->stats_idx = cqp_request->compl_info.op_ret_val;
1790 irdma_cqp_stats_inst_cmd(struct irdma_sc_vsi *vsi, u8 cmd, struct irdma_stats_inst_info *stats_info) argument
H A Dctrl.c1893 struct irdma_stats_inst_info stats_info = {}; local
1899 &stats_info))
1900 return stats_info.stats_idx;
1994 struct irdma_stats_inst_info stats_info = {}; local
2000 stats_info.stats_idx = vsi->stats_idx;
2002 &stats_info);
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c855 mac_control->stats_info = tmp_v_addr;
859 mac_control->stats_info->sw_stat.mem_allocated += mem_allocated;
890 stats = mac_control->stats_info;
2376 struct stat_block *stats = mac_control->stats_info;
2468 struct swStat *swstats = &ring->nic->mac_control.stats_info->sw_stat;
2670 struct stat_block *stats = mac_control->stats_info;
3006 struct stat_block *stats = nic->mac_control.stats_info;
3241 struct stat_block *stats = sp->mac_control.stats_info;
3466 stats = sp->mac_control.stats_info;
3733 struct stat_block *stats = nic->mac_control.stats_info;
[all...]
H A Ds2io.h816 struct stat_block *stats_info; /* Logical address of the stat block */ member in struct:mac_info
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c1609 *p_addr = p_resp->pfdev_info.stats_info.pstats.address;
1610 *p_len = p_resp->pfdev_info.stats_info.pstats.len;
1658 tstats_addr = p_resp->pfdev_info.stats_info.tstats.address;
1659 tstats_len = p_resp->pfdev_info.stats_info.tstats.len;
1685 *p_addr = p_resp->pfdev_info.stats_info.ustats.address;
1686 *p_len = p_resp->pfdev_info.stats_info.ustats.len;
1726 *p_addr = p_resp->pfdev_info.stats_info.mstats.address;
1727 *p_len = p_resp->pfdev_info.stats_info.mstats.len;
H A Dqed_vf.h187 struct pfvf_stats_info stats_info; member in struct:pfvf_acquire_resp_tlv::pf_vf_pfdev_info
H A Dqed_sriov.c1624 qed_iov_vf_mbx_acquire_stats(p_hwfn, &pfdev_info->stats_info);
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c2636 struct ani_global_class_a_stats_info *stats_info = rsp_body; local
2638 wcn36xx_process_tx_rate(stats_info, &sinfo->txrate);

Completed in 378 milliseconds