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

/freebsd-12-stable/sys/dev/bce/
H A Dif_bcereg.h6185 #define USABLE_PG_BD_PER_PAGE (TOTAL_PG_BD_PER_PAGE - 1) macro
6188 #define USABLE_PG_BD_ALLOC (USABLE_PG_BD_PER_PAGE * sc->pg_pages)
6192 #define NEXT_PG_BD(x) (((x) & USABLE_PG_BD_PER_PAGE) == \
6193 (USABLE_PG_BD_PER_PAGE - 1)) ? (x) + 2 : (x) + 1
6197 #define PG_PAGE(x) (((x) & ~USABLE_PG_BD_PER_PAGE) >> (BCM_PAGE_BITS - 4))
6198 #define PG_IDX(x) ((x) & USABLE_PG_BD_PER_PAGE)
H A Dif_bce.c5996 pgbd = &sc->pg_bd_chain[i][USABLE_PG_BD_PER_PAGE];
10128 else if ((idx & USABLE_PG_BD_PER_PAGE) == USABLE_PG_BD_PER_PAGE)
10634 (u32) TOTAL_PG_BD_PER_PAGE, (u32) USABLE_PG_BD_PER_PAGE);

Completed in 301 milliseconds