Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_hw.h176 #define M_PPOD_PGSZ 0x3 macro
178 #define G_PPOD_PGSZ(x) (((x) >> S_PPOD_PGSZ) & M_PPOD_PGSZ)
/trueos/sys/dev/cxgbe/tom/
HDt4_ddp.c679 MPASS(idx <= M_PPOD_PGSZ); in alloc_ddp_buffer()