Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_regs.h162 #define M_HOSTPAGESIZEPF0 0xfU macro
164 #define G_HOSTPAGESIZEPF0(x) (((x) >> S_HOSTPAGESIZEPF0) & M_HOSTPAGESIZEPF0)
H A Dt4_hw.c5207 sge_params->hps = ((hps >> s_hps) & M_HOSTPAGESIZEPF0); in t4_init_sge_params()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c2596 ((sge_host_page_size >> s_hps) & M_HOSTPAGESIZEPF0); in t4vf_sge_init()