Searched refs:RX_BD_PER_PAGE_MASK (Results 1 – 1 of 1) sorted by relevance
175 #define RX_BD_PER_PAGE_MASK (TOTAL_RX_BD_PER_PAGE - 1) /* 511 */ macro183 ((((x) & RX_BD_PER_PAGE_MASK) == \188 #define RX_PAGE(x) (((x) & ~RX_BD_PER_PAGE_MASK) >> 9)189 #define RX_IDX(x) ((x) & RX_BD_PER_PAGE_MASK)