Home
last modified time | relevance | path

Searched refs:s_qpp (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/cxgbe/
H A Dsge.c2422 unsigned int s_hps, s_qpp; in t4vf_sge_init() local
2504 s_qpp = (S_QUEUESPERPAGEPF0 + in t4vf_sge_init()
2507 ((sge_egress_queues_per_page >> s_qpp) in t4vf_sge_init()
2510 ((sge_ingress_queues_per_page >> s_qpp) in t4vf_sge_init()
H A Dcxgbe_main.c2115 int s_qpp, qpp, num_seg; in cxgbe_probe() local
2117 s_qpp = (S_QUEUESPERPAGEPF0 + in cxgbe_probe()
2121 A_SGE_EGRESS_QUEUES_PER_PAGE_PF) >> s_qpp) in cxgbe_probe()
/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c5119 unsigned int s_hps, s_qpp; in t4_init_sge_params() local
5132 s_qpp = (S_QUEUESPERPAGEPF0 + in t4_init_sge_params()
5135 sge_params->eq_qpp = ((qpp >> s_qpp) & M_QUEUESPERPAGEPF0); in t4_init_sge_params()
5137 sge_params->iq_qpp = ((qpp >> s_qpp) & M_QUEUESPERPAGEPF0); in t4_init_sge_params()