Searched refs:s_qpp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 915 unsigned int pf, s_hps, s_qpp; in t4vf_get_sge_params() local 945 s_qpp = (QUEUESPERPAGEPF0_S + in t4vf_get_sge_params() 948 ((sge_params->sge_egress_queues_per_page >> s_qpp) in t4vf_get_sge_params() 951 ((sge_params->sge_ingress_queues_per_page >> s_qpp) in t4vf_get_sge_params()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 916 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 9412 unsigned int s_hps, s_qpp; in t4_init_sge_params() local 9423 s_qpp = (QUEUESPERPAGEPF0_S + in t4_init_sge_params() 9426 sge_params->eq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params() 9428 sge_params->iq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
|
H A D | cxgb4_main.c | 6614 int s_qpp, qpp, num_seg; in init_one() local 6767 s_qpp = (QUEUESPERPAGEPF0_S + in init_one() 6771 SGE_EGRESS_QUEUES_PER_PAGE_PF_A) >> s_qpp); in init_one()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 9381 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()
|
H A D | cxgb4_main.c | 6603 int s_qpp, qpp, num_seg; in init_one() local 6744 s_qpp = (QUEUESPERPAGEPF0_S + in init_one() 6748 SGE_EGRESS_QUEUES_PER_PAGE_PF_A) >> s_qpp); in init_one()
|
Completed in 47 milliseconds