Searched refs:s_qpp (Results 1 – 3 of 3) sorted by relevance
597 unsigned int pf, s_hps, s_qpp; in t4vf_get_sge_params() local631 s_qpp = (QUEUESPERPAGEPF0_S + in t4vf_get_sge_params()634 ((sge_params->sge_egress_queues_per_page >> s_qpp) in t4vf_get_sge_params()637 ((sge_params->sge_ingress_queues_per_page >> s_qpp) in t4vf_get_sge_params()
7258 unsigned int s_hps, s_qpp; in t4_init_sge_params() local7269 s_qpp = (QUEUESPERPAGEPF0_S + in t4_init_sge_params()7272 sge_params->eq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()7274 sge_params->iq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
4647 int func, i, err, s_qpp, qpp, num_seg; in init_one() local4752 s_qpp = (QUEUESPERPAGEPF0_S + in init_one()4756 SGE_EGRESS_QUEUES_PER_PAGE_PF_A) >> s_qpp); in init_one()