Searched refs:USABLE_RX_BD_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
174 #define USABLE_RX_BD_PER_PAGE (TOTAL_RX_BD_PER_PAGE - 2) /* 510 */ macro177 #define USABLE_RX_BD(q) (USABLE_RX_BD_PER_PAGE * q->nb_rx_pages) /* 510 */179 #define MAX_RX_AVAIL (USABLE_RX_BD_PER_PAGE * MAX_RX_PAGES - 2)184 (USABLE_RX_BD_PER_PAGE - 1)) ? (x) + 3 : (x) + 1)225 ((NUM_BD_REQ(sc) + USABLE_RX_BD_PER_PAGE - 1) / USABLE_RX_BD_PER_PAGE)