Searched refs:BCM_PAGE_SIZE (Results 1 – 5 of 5) sorted by relevance
387 #define BCM_PAGE_SIZE (1 << BCM_PAGE_SHIFT) macro388 #define BCM_PAGE_MASK (~(BCM_PAGE_SIZE - 1))389 #define BCM_PAGE_ALIGN(addr) (((addr) + BCM_PAGE_SIZE - 1) & BCM_PAGE_MASK)403 #define RX_SGE_CNT (BCM_PAGE_SIZE / sizeof(struct eth_rx_sge))644 #define TX_DESC_CNT (BCM_PAGE_SIZE / sizeof(union eth_tx_bd_types))676 #define RX_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct eth_rx_bd))720 #define RCQ_DESC_CNT (BCM_PAGE_SIZE / sizeof(union eth_rx_cqe))1217 #define EQ_DESC_CNT_PAGE (BCM_PAGE_SIZE / sizeof(union event_ring_elem))2229 #define SP_DESC_CNT (BCM_PAGE_SIZE / sizeof(struct eth_spe))
1039 BCM_PAGE_SIZE*(i % NUM_RX_RINGS))); in bnx2x_set_next_page_rx_bd()1042 BCM_PAGE_SIZE*(i % NUM_RX_RINGS))); in bnx2x_set_next_page_rx_bd()
1347 BCM_PAGE_SIZE*(i % NUM_RX_SGE_PAGES))); in bnx2x_set_next_page_sgl()1351 BCM_PAGE_SIZE*(i % NUM_RX_SGE_PAGES))); in bnx2x_set_next_page_sgl()4390 BCM_PAGE_SIZE * NUM_RX_SGE_PAGES); in bnx2x_free_fp_mem_at()4491 BCM_PAGE_SIZE*(i % NUM_RCQ_RINGS))); in bnx2x_set_next_page_rx_cq()4494 BCM_PAGE_SIZE*(i % NUM_RCQ_RINGS))); in bnx2x_set_next_page_rx_cq()4607 BCM_PAGE_SIZE * NUM_RX_SGE_PAGES); in bnx2x_alloc_fp_mem_at()
635 req->rxq.rcq_np_addr = fp->rx_comp_mapping + BCM_PAGE_SIZE; in bnx2x_vfpf_setup_q()643 req->rxq.sge_buf_sz = BCM_PAGE_SIZE * PAGES_PER_SGE; in bnx2x_vfpf_setup_q()
3221 rxq_init->rcq_np_map = fp->rx_comp_mapping + BCM_PAGE_SIZE; in bnx2x_pf_rx_q_prep()6127 BCM_PAGE_SIZE * (i % NUM_EQ_PAGES))); in bnx2x_init_eq_ring()6130 BCM_PAGE_SIZE*(i % NUM_EQ_PAGES))); in bnx2x_init_eq_ring()6407 BCM_PAGE_SIZE*(i % NUM_TX_RINGS))); in bnx2x_init_tx_ring_one()6410 BCM_PAGE_SIZE*(i % NUM_TX_RINGS))); in bnx2x_init_tx_ring_one()8284 BNX2X_PCI_FREE(bp->spq, bp->spq_mapping, BCM_PAGE_SIZE); in bnx2x_free_mem()8287 BCM_PAGE_SIZE * NUM_EQ_PAGES); in bnx2x_free_mem()8388 bp->spq = BNX2X_PCI_ALLOC(&bp->spq_mapping, BCM_PAGE_SIZE); in bnx2x_alloc_mem()8394 BCM_PAGE_SIZE * NUM_EQ_PAGES); in bnx2x_alloc_mem()