Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c10274 s_hps = (S_HOSTPAGESIZEPF0 + in t4_init_sge_params()
10275 (S_HOSTPAGESIZEPF1 - S_HOSTPAGESIZEPF0) * adapter->pf); in t4_init_sge_params()
H A Dt4_regs.h648 #define S_HOSTPAGESIZEPF0 0 macro
650 #define V_HOSTPAGESIZEPF0(x) ((x) << S_HOSTPAGESIZEPF0)
651 #define G_HOSTPAGESIZEPF0(x) (((x) >> S_HOSTPAGESIZEPF0) & M_HOSTPAGESIZEPF0)