Home
last modified time | relevance | path

Searched refs:BNX2_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/
H A Dcnic.h84 #define KWQE_CNT (BNX2_PAGE_SIZE / sizeof(struct kwqe))
85 #define KCQE_CNT (BNX2_PAGE_SIZE / sizeof(struct kcqe))
371 #define BNX2X_RX_DESC_CNT (BNX2_PAGE_SIZE / \
374 #define BNX2X_RCQ_DESC_CNT (BNX2_PAGE_SIZE / \
H A Dbnx2.h6555 #define BNX2_PAGE_SIZE (1 << BNX2_PAGE_BITS) macro
6557 #define BNX2_TX_DESC_CNT (BNX2_PAGE_SIZE / sizeof(struct bnx2_tx_bd))
6562 #define BNX2_RX_DESC_CNT (BNX2_PAGE_SIZE / sizeof(struct bnx2_rx_bd))
7067 #define RV2P_BD_PAGE_SIZE ((BNX2_PAGE_SIZE / 16) - 1)
H A Dbnx2.c864 dma_free_coherent(&bp->pdev->dev, BNX2_PAGE_SIZE, in bnx2_free_mem()
904 bp->ctx_pages = 0x2000 / BNX2_PAGE_SIZE; in bnx2_alloc_mem()
909 BNX2_PAGE_SIZE, in bnx2_alloc_mem()
2588 memset(bp->ctx_blk[i], 0, BNX2_PAGE_SIZE); in bnx2_init_5709_context()