Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c624 s_hps = (HOSTPAGESIZEPF0_S + in t4vf_get_sge_params()
625 (HOSTPAGESIZEPF1_S - HOSTPAGESIZEPF0_S) * pf); in t4vf_get_sge_params()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h180 #define HOSTPAGESIZEPF0_S 0 macro
182 #define HOSTPAGESIZEPF0_V(x) ((x) << HOSTPAGESIZEPF0_S)
183 #define HOSTPAGESIZEPF0_G(x) (((x) >> HOSTPAGESIZEPF0_S) & HOSTPAGESIZEPF0_M)
Dt4_hw.c5257 s_hps = (HOSTPAGESIZEPF0_S + in t4_init_sge_params()
5258 (HOSTPAGESIZEPF1_S - HOSTPAGESIZEPF0_S) * adapter->fn); in t4_init_sge_params()