Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c916 unsigned int pf, s_hps, s_qpp; in t4vf_get_sge_params() local
946 s_qpp = (QUEUESPERPAGEPF0_S + in t4vf_get_sge_params()
949 ((sge_params->sge_egress_queues_per_page >> s_qpp) in t4vf_get_sge_params()
952 ((sge_params->sge_ingress_queues_per_page >> s_qpp) in t4vf_get_sge_params()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c9381 unsigned int s_hps, s_qpp; in t4_init_sge_params() local
9392 s_qpp = (QUEUESPERPAGEPF0_S + in t4_init_sge_params()
9395 sge_params->eq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
9397 sge_params->iq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()