Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_regs.h156 #define S_HOSTPAGESIZEPF1 4 macro
158 #define V_HOSTPAGESIZEPF1(x) ((x) << S_HOSTPAGESIZEPF1)
159 #define G_HOSTPAGESIZEPF1(x) (((x) >> S_HOSTPAGESIZEPF1) & M_HOSTPAGESIZEPF1)
H A Dt4_hw.c5205 s_hps = (S_HOSTPAGESIZEPF0 + (S_HOSTPAGESIZEPF1 - S_HOSTPAGESIZEPF0) * in t4_init_sge_params()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c2594 (S_HOSTPAGESIZEPF1 - S_HOSTPAGESIZEPF0) * adap->pf); in t4vf_sge_init()