Searched refs:BNX2_PAGE_BITS (Results 1 – 3 of 3) sorted by relevance
92 #define KWQ_PG(x) (((x) & ~MAX_KWQE_CNT) >> (BNX2_PAGE_BITS - 5))95 #define KCQ_PG(x) (((x) & ~MAX_KCQE_CNT) >> (BNX2_PAGE_BITS - 5))
6551 #define BNX2_PAGE_BITS 14 macro6553 #define BNX2_PAGE_BITS PAGE_SHIFT macro6555 #define BNX2_PAGE_SIZE (1 << BNX2_PAGE_BITS)6581 #define BNX2_RX_RING(x) (((x) & ~BNX2_MAX_RX_DESC_CNT) >> (BNX2_PAGE_BITS - 4))
2573 val |= (BNX2_PAGE_BITS - 8) << 16; in bnx2_init_5709_context()4976 val = (BNX2_PAGE_BITS - 8) << 24; in bnx2_init_chip()4982 val |= (BNX2_PAGE_BITS - 8) << 24 | 0x40; in bnx2_init_chip()