Home
last modified time | relevance | path

Searched refs:RX_SGE_USABLE_PER_PAGE (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
HDbxe.h234 #define RX_SGE_USABLE_PER_PAGE (RX_SGE_TOTAL_PER_PAGE - RX_SGE_NEXT_PAGE_DESC_CNT) macro
237 #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)
HDbxe.c11357 (RX_SGE_USABLE_PER_PAGE * RX_SGE_NUM_PAGES)) { in bxe_pf_rx_q_prep()