Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bcereg.h6126 #define PG_IDX(x) ((x) & USABLE_PG_BD_PER_PAGE) macro
H A Dif_bce.c5438 pgbd = &sc->pg_bd_chain[PG_PAGE(prod_idx)][PG_IDX(prod_idx)]; in bce_get_pg_buf()
10438 pgbd = &sc->pg_bd_chain[PG_PAGE(pg_prod)][PG_IDX(pg_prod)]; in bce_dump_pg_chain()