Searched refs:qpp (Results 1 – 3 of 3) sorted by relevance
682 u32 idx, qpp; in fm10k_ndo_get_vf_stats() local688 qpp = fm10k_queues_per_pool(hw); in fm10k_ndo_get_vf_stats()691 for (idx = 0; idx < qpp; idx++) { in fm10k_ndo_get_vf_stats()
9373 u32 hps, qpp; in t4_init_sge_params() local9387 qpp = t4_read_reg(adapter, SGE_EGRESS_QUEUES_PER_PAGE_PF_A); in t4_init_sge_params()9388 sge_params->eq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()9389 qpp = t4_read_reg(adapter, SGE_INGRESS_QUEUES_PER_PAGE_PF_A); in t4_init_sge_params()9390 sge_params->iq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
6576 int s_qpp, qpp, num_seg; in init_one() local6720 qpp = 1 << QUEUESPERPAGEPF0_G(t4_read_reg(adapter, in init_one()6729 if (qpp > num_seg) { in init_one()