HomeSort by: relevance | last modified time | path
    Searched refs:USABLE_RX_BD_PER_PAGE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bnx.c 2810 USABLE_RX_BD_PER_PAGE);
4331 rxbd = &sc->rx_bd_chain[i][USABLE_RX_BD_PER_PAGE];
4550 if ((hw_cons & USABLE_RX_BD_PER_PAGE) == USABLE_RX_BD_PER_PAGE)
4796 if ((hw_cons & USABLE_RX_BD_PER_PAGE) ==
4797 USABLE_RX_BD_PER_PAGE)
6052 else if ((idx & USABLE_RX_BD_PER_PAGE) == USABLE_RX_BD_PER_PAGE)
6142 (uint32_t)TOTAL_RX_BD_PER_PAGE, (uint32_t)USABLE_RX_BD_PER_PAGE);
if_bnxreg.h 4587 #define USABLE_RX_BD_PER_PAGE (TOTAL_RX_BD_PER_PAGE - 1)
4589 #define USABLE_RX_BD (USABLE_RX_BD_PER_PAGE * RX_PAGES)
4600 #define NEXT_RX_BD(x) (((x) & USABLE_RX_BD_PER_PAGE) == \
4601 (USABLE_RX_BD_PER_PAGE - 1)) ? (x) + 2 : (x) + 1
4605 #define RX_PAGE(x) (((x) & ~USABLE_RX_BD_PER_PAGE) >> (BCM_PAGE_BITS - 4))
4606 #define RX_IDX(x) ((x) & USABLE_RX_BD_PER_PAGE)
4713 * BNX_RV2P_PROC2_CHG_MAX_BD_PAGE(USABLE_RX_BD_PER_PAGE)

Completed in 25 milliseconds