Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c907 unsigned int pf, s_hps, s_qpp; in t4vf_get_sge_params() local
937 s_qpp = (QUEUESPERPAGEPF0_S + in t4vf_get_sge_params()
940 ((sge_params->sge_egress_queues_per_page >> s_qpp) in t4vf_get_sge_params()
943 ((sge_params->sge_ingress_queues_per_page >> s_qpp) in t4vf_get_sge_params()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c9179 unsigned int s_hps, s_qpp; in t4_init_sge_params() local
9190 s_qpp = (QUEUESPERPAGEPF0_S + in t4_init_sge_params()
9193 sge_params->eq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
9195 sge_params->iq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
Dcxgb4_main.c5408 int s_qpp, qpp, num_seg; in init_one() local
5563 s_qpp = (QUEUESPERPAGEPF0_S + in init_one()
5567 SGE_EGRESS_QUEUES_PER_PAGE_PF_A) >> s_qpp); in init_one()