Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.h184 #define M_PPOD_PGSZ 0x3 macro
186 #define G_PPOD_PGSZ(x) (((x) >> S_PPOD_PGSZ) & M_PPOD_PGSZ)
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1422 MPASS(idx <= M_PPOD_PGSZ); in t4_alloc_page_pods_for_vmpages()
1501 MPASS(idx <= M_PPOD_PGSZ); in t4_alloc_page_pods_for_buf()
1579 MPASS(idx <= M_PPOD_PGSZ); in t4_alloc_page_pods_for_sgl()
1857 (prsv->prsv_tag & ~V_PPOD_PGSZ(M_PPOD_PGSZ))); in t4_write_page_pods_for_bio()
1937 (prsv->prsv_tag & ~V_PPOD_PGSZ(M_PPOD_PGSZ))); in t4_write_page_pods_for_buf()
2028 (prsv->prsv_tag & ~V_PPOD_PGSZ(M_PPOD_PGSZ))); in t4_write_page_pods_for_sgl()