Searched refs:BNX2_PAGE_SIZE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | cnic.h | 84 #define KWQE_CNT (BNX2_PAGE_SIZE / sizeof(struct kwqe)) 85 #define KCQE_CNT (BNX2_PAGE_SIZE / sizeof(struct kcqe)) 370 #define BNX2X_RX_DESC_CNT (BNX2_PAGE_SIZE / \ 373 #define BNX2X_RCQ_DESC_CNT (BNX2_PAGE_SIZE / \
|
H A D | bnx2.c | 864 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()
|
H A D | bnx2.h | 6555 #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)) 7068 #define RV2P_BD_PAGE_SIZE ((BNX2_PAGE_SIZE / 16) - 1)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | cnic.h | 84 #define KWQE_CNT (BNX2_PAGE_SIZE / sizeof(struct kwqe)) 85 #define KCQE_CNT (BNX2_PAGE_SIZE / sizeof(struct kcqe)) 370 #define BNX2X_RX_DESC_CNT (BNX2_PAGE_SIZE / \ 373 #define BNX2X_RCQ_DESC_CNT (BNX2_PAGE_SIZE / \
|
H A D | bnx2.h | 6555 #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 D | bnx2.c | 863 dma_free_coherent(&bp->pdev->dev, BNX2_PAGE_SIZE, in bnx2_free_mem() 903 bp->ctx_pages = 0x2000 / BNX2_PAGE_SIZE; in bnx2_alloc_mem() 908 BNX2_PAGE_SIZE, in bnx2_alloc_mem() 2587 memset(bp->ctx_blk[i], 0, BNX2_PAGE_SIZE); in bnx2_init_5709_context()
|
Completed in 71 milliseconds