Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c635 & QUEUESPERPAGEPF0_M); in t4vf_get_sge_params()
638 & QUEUESPERPAGEPF0_M); in t4vf_get_sge_params()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h205 #define QUEUESPERPAGEPF0_M 0xfU macro
207 #define QUEUESPERPAGEPF0_G(x) (((x) >> QUEUESPERPAGEPF0_S) & QUEUESPERPAGEPF0_M)
Dt4_hw.c7272 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()