Home
last modified time | relevance | path

Searched refs:QUEUESPERPAGEPF0_S (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c630 s_qpp = (QUEUESPERPAGEPF0_S + in t4vf_get_sge_params()
631 (QUEUESPERPAGEPF1_S - QUEUESPERPAGEPF0_S) * pf); in t4vf_get_sge_params()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h190 #define QUEUESPERPAGEPF0_S 0 macro
192 #define QUEUESPERPAGEPF0_V(x) ((x) << QUEUESPERPAGEPF0_S)
193 #define QUEUESPERPAGEPF0_G(x) (((x) >> QUEUESPERPAGEPF0_S) & QUEUESPERPAGEPF0_M)
Dt4_hw.c5263 s_qpp = (QUEUESPERPAGEPF0_S + in t4_init_sge_params()
5264 (QUEUESPERPAGEPF1_S - QUEUESPERPAGEPF0_S) * adapter->fn); in t4_init_sge_params()
Dcxgb4_main.c4533 s_qpp = (QUEUESPERPAGEPF0_S + in init_one()
4534 (QUEUESPERPAGEPF1_S - QUEUESPERPAGEPF0_S) * in init_one()