Searched refs:RX_SGE_USABLE_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
234 #define RX_SGE_USABLE_PER_PAGE (RX_SGE_TOTAL_PER_PAGE - RX_SGE_NEXT_PAGE_DESC_CNT) macro237 #define RX_SGE_USABLE (RX_SGE_USABLE_PER_PAGE * RX_SGE_NUM_PAGES)242 ((((x) & RX_SGE_PER_PAGE_MASK) == (RX_SGE_USABLE_PER_PAGE - 1)) \275 ((NUM_SGE_REQ(sc) + RX_SGE_USABLE_PER_PAGE - 1) / RX_SGE_USABLE_PER_PAGE)
11357 (RX_SGE_USABLE_PER_PAGE * RX_SGE_NUM_PAGES)) { in bxe_pf_rx_q_prep()