Home
last modified time | relevance | path

Searched refs:BCM_PAGE_BITS (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/
Dcnic.h96 #define KWQ_PG(x) (((x) & ~MAX_KWQE_CNT) >> (BCM_PAGE_BITS - 5))
99 #define KCQ_PG(x) (((x) & ~MAX_KCQE_CNT) >> (BCM_PAGE_BITS - 5))
Dbnx2.h6500 #define BCM_PAGE_BITS 14 macro
6502 #define BCM_PAGE_BITS PAGE_SHIFT macro
6504 #define BCM_PAGE_SIZE (1 << BCM_PAGE_BITS)
6529 #define RX_RING(x) (((x) & ~MAX_RX_DESC_CNT) >> (BCM_PAGE_BITS - 4))
Dcnic.c4409 if (BCM_PAGE_BITS > 12) in cnic_start_bnx2_hw()
4412 val |= (BCM_PAGE_BITS - 8) << 4; in cnic_start_bnx2_hw()
4442 (BCM_PAGE_BITS - 8) | KRNLQ_FLAGS_QE_SELF_SEQ; in cnic_start_bnx2_hw()
4468 (BCM_PAGE_BITS - 8) | KRNLQ_FLAGS_QE_SELF_SEQ; in cnic_start_bnx2_hw()
Dbnx2.c2495 val |= (BCM_PAGE_BITS - 8) << 16; in bnx2_init_5709_context()
4841 val = (BCM_PAGE_BITS - 8) << 24; in bnx2_init_chip()
4847 val |= (BCM_PAGE_BITS - 8) << 24 | 0x40; in bnx2_init_chip()