Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c2495 unsigned int s_hps, s_qpp; in t4vf_sge_init() local
2598 s_qpp = (S_QUEUESPERPAGEPF0 + in t4vf_sge_init()
2601 ((sge_egress_queues_per_page >> s_qpp) in t4vf_sge_init()
2604 ((sge_ingress_queues_per_page >> s_qpp) in t4vf_sge_init()
H A Dcxgbe_main.c2068 int s_qpp, qpp, num_seg; in cxgbe_probe() local
2070 s_qpp = (S_QUEUESPERPAGEPF0 + in cxgbe_probe()
2074 A_SGE_EGRESS_QUEUES_PER_PAGE_PF) >> s_qpp) in cxgbe_probe()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c5199 unsigned int s_hps, s_qpp; in t4_init_sge_params() local
5212 s_qpp = (S_QUEUESPERPAGEPF0 + in t4_init_sge_params()
5215 sge_params->eq_qpp = ((qpp >> s_qpp) & M_QUEUESPERPAGEPF0); in t4_init_sge_params()
5217 sge_params->iq_qpp = ((qpp >> s_qpp) & M_QUEUESPERPAGEPF0); in t4_init_sge_params()