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

/freebsd-current/sys/dev/bce/
H A Dif_bcereg.h6113 #define USABLE_PG_BD_PER_PAGE (TOTAL_PG_BD_PER_PAGE - 1) macro
6116 #define USABLE_PG_BD_ALLOC (USABLE_PG_BD_PER_PAGE * sc->pg_pages)
6120 #define NEXT_PG_BD(x) (((x) & USABLE_PG_BD_PER_PAGE) == \
6121 (USABLE_PG_BD_PER_PAGE - 1)) ? (x) + 2 : (x) + 1
6125 #define PG_PAGE(x) (((x) & ~USABLE_PG_BD_PER_PAGE) >> (BCM_PAGE_BITS - 4))
6126 #define PG_IDX(x) ((x) & USABLE_PG_BD_PER_PAGE)
H A Dif_bce.c5871 pgbd = &sc->pg_bd_chain[i][USABLE_PG_BD_PER_PAGE];
9935 else if ((idx & USABLE_PG_BD_PER_PAGE) == USABLE_PG_BD_PER_PAGE)
10434 (u32) TOTAL_PG_BD_PER_PAGE, (u32) USABLE_PG_BD_PER_PAGE);

Completed in 137 milliseconds