Searched refs:BCM_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance
393 #define BCM_PAGE_SIZE (1 << BCM_PAGE_SHIFT) macro394 #define BCM_PAGE_MASK (~(BCM_PAGE_SIZE - 1))395 #define BCM_PAGE_ALIGN(addr) (((addr) + BCM_PAGE_SIZE - 1) & BCM_PAGE_MASK)409 #define RX_SGE_CNT (BCM_PAGE_SIZE / sizeof(struct eth_rx_sge))650 #define TX_DESC_CNT (BCM_PAGE_SIZE / sizeof(union eth_tx_bd_types))682 #define RX_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct eth_rx_bd))726 #define RCQ_DESC_CNT (BCM_PAGE_SIZE / sizeof(union eth_rx_cqe))1223 #define EQ_DESC_CNT_PAGE (BCM_PAGE_SIZE / sizeof(union event_ring_elem))2241 #define SP_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct eth_spe))
1037 BCM_PAGE_SIZE*(i % NUM_RX_RINGS))); in bnx2x_set_next_page_rx_bd()1040 BCM_PAGE_SIZE*(i % NUM_RX_RINGS))); in bnx2x_set_next_page_rx_bd()
1361 BCM_PAGE_SIZE*(i % NUM_RX_SGE_PAGES))); in bnx2x_set_next_page_sgl()1365 BCM_PAGE_SIZE*(i % NUM_RX_SGE_PAGES))); in bnx2x_set_next_page_sgl()4408 BCM_PAGE_SIZE * NUM_RX_SGE_PAGES); in bnx2x_free_fp_mem_at()4509 BCM_PAGE_SIZE*(i % NUM_RCQ_RINGS))); in bnx2x_set_next_page_rx_cq()4512 BCM_PAGE_SIZE*(i % NUM_RCQ_RINGS))); in bnx2x_set_next_page_rx_cq()4625 BCM_PAGE_SIZE * NUM_RX_SGE_PAGES); in bnx2x_alloc_fp_mem_at()
637 req->rxq.rcq_np_addr = fp->rx_comp_mapping + BCM_PAGE_SIZE; in bnx2x_vfpf_setup_q()645 req->rxq.sge_buf_sz = BCM_PAGE_SIZE * PAGES_PER_SGE; in bnx2x_vfpf_setup_q()