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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.h89 #define KWQ_PG(x) (((x) & ~MAX_KWQE_CNT) >> (BCM_PAGE_BITS - 5))
92 #define KCQ_PG(x) (((x) & ~MAX_KCQE_CNT) >> (BCM_PAGE_BITS - 5))
H A Dcnic.c3702 if (BCM_PAGE_BITS > 12)
3705 val |= (BCM_PAGE_BITS - 8) << 4;
3735 (BCM_PAGE_BITS - 8) | KRNLQ_FLAGS_QE_SELF_SEQ;
3761 (BCM_PAGE_BITS - 8) | KRNLQ_FLAGS_QE_SELF_SEQ;
H A Dbnx2.h6491 #define BCM_PAGE_BITS 14 macro
6493 #define BCM_PAGE_BITS PAGE_SHIFT macro
6495 #define BCM_PAGE_SIZE (1 << BCM_PAGE_BITS)
6520 #define RX_RING(x) (((x) & ~MAX_RX_DESC_CNT) >> (BCM_PAGE_BITS - 4))
H A Dbnx2.c2522 val |= (BCM_PAGE_BITS - 8) << 16;
4881 val = (BCM_PAGE_BITS - 8) << 24;
4887 val |= (BCM_PAGE_BITS - 8) << 24 | 0x40;

Completed in 116 milliseconds