Home
last modified time | relevance | path

Searched refs:stats_info (Results 1 – 12 of 12) sorted by relevance

/drivers/net/ethernet/huawei/hinic/
Dhinic_port.c999 struct hinic_port_stats_info stats_info = { 0 }; in hinic_get_vport_stats() local
1006 stats_info.stats_version = HINIC_PORT_STATS_VERSION; in hinic_get_vport_stats()
1007 stats_info.func_id = HINIC_HWIF_FUNC_IDX(hwif); in hinic_get_vport_stats()
1008 stats_info.stats_size = sizeof(vport_stats); in hinic_get_vport_stats()
1011 &stats_info, sizeof(stats_info), in hinic_get_vport_stats()
1027 struct hinic_port_stats_info stats_info = { 0 }; in hinic_get_phy_port_stats() local
1039 stats_info.stats_version = HINIC_PORT_STATS_VERSION; in hinic_get_phy_port_stats()
1040 stats_info.stats_size = sizeof(*port_stats); in hinic_get_phy_port_stats()
1043 &stats_info, sizeof(stats_info), in hinic_get_phy_port_stats()
/drivers/net/team/
Dteam_mode_loadbalance.c82 struct lb_stats_info stats_info; member
419 lb_port_priv->stats_info.opt_inst_info = info; in lb_port_stats_init()
427 ctx->data.bin_val.ptr = &lb_port_priv->stats_info.stats; in lb_port_stats_get()
501 s_info = &lb_port_priv->stats_info; in lb_stats_refresh()
/drivers/infiniband/hw/irdma/
Dprotos.h39 struct irdma_stats_inst_info *stats_info);
Dhw.c1800 struct irdma_vsi_stats_info stats_info = {}; in irdma_rt_init_hw() local
1816 stats_info.pestat = kzalloc(sizeof(*stats_info.pestat), GFP_KERNEL); in irdma_rt_init_hw()
1817 if (!stats_info.pestat) { in irdma_rt_init_hw()
1821 stats_info.fcn_id = dev->hmc_fn_id; in irdma_rt_init_hw()
1822 status = irdma_vsi_stats_init(&iwdev->vsi, &stats_info); in irdma_rt_init_hw()
1825 kfree(stats_info.pestat); in irdma_rt_init_hw()
Dutils.c1796 struct irdma_stats_inst_info *stats_info) in irdma_cqp_stats_inst_cmd() argument
1815 cqp_info->in.u.stats_manage.info = *stats_info; in irdma_cqp_stats_inst_cmd()
1820 stats_info->stats_idx = cqp_request->compl_info.op_ret_val; in irdma_cqp_stats_inst_cmd()
Dctrl.c1893 struct irdma_stats_inst_info stats_info = {}; in irdma_get_stats_idx() local
1899 &stats_info)) in irdma_get_stats_idx()
1900 return stats_info.stats_idx; in irdma_get_stats_idx()
1994 struct irdma_stats_inst_info stats_info = {}; in irdma_vsi_stats_free() local
2000 stats_info.stats_idx = vsi->stats_idx; in irdma_vsi_stats_free()
2002 &stats_info); in irdma_vsi_stats_free()
/drivers/net/ethernet/neterion/
Ds2io.c854 mac_control->stats_info = tmp_v_addr; in init_shared_mem()
858 mac_control->stats_info->sw_stat.mem_allocated += mem_allocated; in init_shared_mem()
889 stats = mac_control->stats_info; in free_shared_mem()
2375 struct stat_block *stats = mac_control->stats_info; in free_tx_buffers()
2467 struct swStat *swstats = &ring->nic->mac_control.stats_info->sw_stat; in fill_rx_buffers()
2669 struct stat_block *stats = mac_control->stats_info; in free_rxd_blk()
3005 struct stat_block *stats = nic->mac_control.stats_info; in tx_intr_handler()
3240 struct stat_block *stats = sp->mac_control.stats_info; in s2io_updt_xpak_counter()
3465 stats = sp->mac_control.stats_info; in s2io_reset()
3732 struct stat_block *stats = nic->mac_control.stats_info; in s2io_enable_msi_x()
[all …]
Ds2io.h816 struct stat_block *stats_info; /* Logical address of the stat block */ member
/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c1609 *p_addr = p_resp->pfdev_info.stats_info.pstats.address; in __qed_get_vport_pstats_addrlen()
1610 *p_len = p_resp->pfdev_info.stats_info.pstats.len; in __qed_get_vport_pstats_addrlen()
1658 tstats_addr = p_resp->pfdev_info.stats_info.tstats.address; in __qed_get_vport_tstats()
1659 tstats_len = p_resp->pfdev_info.stats_info.tstats.len; in __qed_get_vport_tstats()
1685 *p_addr = p_resp->pfdev_info.stats_info.ustats.address; in __qed_get_vport_ustats_addrlen()
1686 *p_len = p_resp->pfdev_info.stats_info.ustats.len; in __qed_get_vport_ustats_addrlen()
1726 *p_addr = p_resp->pfdev_info.stats_info.mstats.address; in __qed_get_vport_mstats_addrlen()
1727 *p_len = p_resp->pfdev_info.stats_info.mstats.len; in __qed_get_vport_mstats_addrlen()
Dqed_vf.h187 struct pfvf_stats_info stats_info; member
Dqed_sriov.c1624 qed_iov_vf_mbx_acquire_stats(p_hwfn, &pfdev_info->stats_info); in qed_iov_vf_mbx_acquire()
/drivers/net/wireless/ath/wcn36xx/
Dsmd.c2636 struct ani_global_class_a_stats_info *stats_info = rsp_body; in wcn36xx_smd_get_stats() local
2638 wcn36xx_process_tx_rate(stats_info, &sinfo->txrate); in wcn36xx_smd_get_stats()