Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c950 & QUEUESPERPAGEPF0_M); in t4vf_get_sge_params()
953 & QUEUESPERPAGEPF0_M); in t4vf_get_sge_params()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h228 #define QUEUESPERPAGEPF0_M 0xfU macro
230 #define QUEUESPERPAGEPF0_G(x) (((x) >> QUEUESPERPAGEPF0_S) & QUEUESPERPAGEPF0_M)
Dt4_hw.c9393 sge_params->eq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
9395 sge_params->iq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()