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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h322 #define RX_BD_PER_PAGE_MASK (RX_BD_TOTAL_PER_PAGE - 1) macro
328 ((((x) & RX_BD_PER_PAGE_MASK) == (RX_BD_USABLE_PER_PAGE - 1)) ? \
331 #define RX_BD_PAGE(x) (((x) & ~RX_BD_PER_PAGE_MASK) >> 9)
332 #define RX_BD_IDX(x) ((x) & RX_BD_PER_PAGE_MASK)

Completed in 54 milliseconds