Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.h336 #define RCQ_USABLE_PER_PAGE (RCQ_TOTAL_PER_PAGE - RCQ_NEXT_PAGE_DESC_CNT) macro
338 #define RCQ_USABLE (RCQ_USABLE_PER_PAGE * RCQ_NUM_PAGES)
342 ((((x) & RCQ_USABLE_PER_PAGE) == (RCQ_USABLE_PER_PAGE - 1)) ? \
345 #define RCQ_PAGE(x) (((x) & ~RCQ_USABLE_PER_PAGE) >> 7)
346 #define RCQ_IDX(x) ((x) & RCQ_USABLE_PER_PAGE)
357 ((NUM_RCQ_REQ(sc) + RCQ_USABLE_PER_PAGE - 1) / RCQ_USABLE_PER_PAGE)
H A Dbxe.c3165 if ((hw_cq_cons & RCQ_USABLE_PER_PAGE) == RCQ_USABLE_PER_PAGE) { in bxe_rxeof()
11326 RCQ_NUM_PAGES * RCQ_USABLE_PER_PAGE) { in bxe_pf_rx_q_prep()