Searched refs:BNXT_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
76 #define BNXT_HWRM_REQS_PER_PAGE (BNXT_PAGE_SIZE / \
583 #define BNXT_PAGE_SIZE (1 << BNXT_PAGE_SHIFT) macro634 #define RX_DESC_CNT (BNXT_PAGE_SIZE / sizeof(struct rx_bd))635 #define TX_DESC_CNT (BNXT_PAGE_SIZE / sizeof(struct tx_bd))636 #define CP_DESC_CNT (BNXT_PAGE_SIZE / sizeof(struct tx_cmp))1482 #define MAX_CTX_PAGES (BNXT_PAGE_SIZE / 8)1503 if (BNXT_PAGE_SIZE == 0x2000) \1505 else if (BNXT_PAGE_SIZE == 0x10000) \
410 dma_free_coherent(&pdev->dev, BNXT_PAGE_SIZE, in bnxt_free_vf_resources()434 nr_pages = size / BNXT_PAGE_SIZE; in bnxt_alloc_vf_resources()435 if (size & (BNXT_PAGE_SIZE - 1)) in bnxt_alloc_vf_resources()440 dma_alloc_coherent(&pdev->dev, BNXT_PAGE_SIZE, in bnxt_alloc_vf_resources()
7261 rmem->page_size = BNXT_PAGE_SIZE; in bnxt_alloc_ctx_mem_blk()7280 ctx_pg->nr_pages = DIV_ROUND_UP(mem_size, BNXT_PAGE_SIZE); in bnxt_alloc_ctx_pg_tbls()7322 rmem->nr_pages = DIV_ROUND_UP(mem_size, BNXT_PAGE_SIZE); in bnxt_alloc_ctx_pg_tbls()