Home
last modified time | relevance | path

Searched refs:qpp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_iov.c682 u32 idx, qpp; in fm10k_ndo_get_vf_stats() local
688 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()
/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c745 struct rvt_qp __rcu **qpp; in rvt_remove_qp() local
748 qpp = &rdi->qp_dev->qp_table[n]; in rvt_remove_qp()
749 for (; (q = rcu_dereference_protected(*qpp, in rvt_remove_qp()
751 qpp = &q->next) { in rvt_remove_qp()
753 RCU_INIT_POINTER(*qpp, in rvt_remove_qp()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c9380 u32 hps, qpp; in t4_init_sge_params() local
9394 qpp = t4_read_reg(adapter, SGE_EGRESS_QUEUES_PER_PAGE_PF_A); in t4_init_sge_params()
9395 sge_params->eq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
9396 qpp = t4_read_reg(adapter, SGE_INGRESS_QUEUES_PER_PAGE_PF_A); in t4_init_sge_params()
9397 sge_params->iq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
H A Dcxgb4_main.c6576 int s_qpp, qpp, num_seg; in init_one() local
6720 qpp = 1 << QUEUESPERPAGEPF0_G(t4_read_reg(adapter, in init_one()
6729 if (qpp > num_seg) { in init_one()