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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h233 #define RX_SGE_NEXT_PAGE_DESC_CNT 2 macro
234 #define RX_SGE_USABLE_PER_PAGE (RX_SGE_TOTAL_PER_PAGE - RX_SGE_NEXT_PAGE_DESC_CNT)
243 ? (x) + 1 + RX_SGE_NEXT_PAGE_DESC_CNT : (x) + 1)
270 * Takes into account RX_SGE_NEXT_PAGE_DESC_CNT "next" elements on each page
277 (NUM_SGE_REQ(sc) + NUM_SGE_PG_REQ(sc) * RX_SGE_NEXT_PAGE_DESC_CNT)

Completed in 115 milliseconds