Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h649 #define M_HOSTPAGESIZEPF0 0xfU macro
651 #define G_HOSTPAGESIZEPF0(x) (((x) >> S_HOSTPAGESIZEPF0) & M_HOSTPAGESIZEPF0)
H A Dt4_hw.c10276 sge_params->hps = ((hps >> s_hps) & M_HOSTPAGESIZEPF0); in t4_init_sge_params()