Searched refs:S_PPOD_PGSZ (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_hw.h183 #define S_PPOD_PGSZ 30 macro
185 #define V_PPOD_PGSZ(x) ((x) << S_PPOD_PGSZ)
186 #define G_PPOD_PGSZ(x) (((x) >> S_PPOD_PGSZ) & M_PPOD_PGSZ)

Completed in 95 milliseconds