Searched refs:nb_rx_pages (Results 1 – 3 of 3) sorted by relevance
76 rxq->nb_rx_pages = 1; in bnx2x_dev_rx_queue_setup()78 rxq->nb_rx_pages <<= 1; in bnx2x_dev_rx_queue_setup()87 (unsigned long)TOTAL_RX_BD(rxq), rxq->nb_rx_pages, in bnx2x_dev_rx_queue_setup()103 for (j = 1; j <= rxq->nb_rx_pages; j++) { in bnx2x_dev_rx_queue_setup()105 busaddr = rxq->rx_ring_phys_addr + BNX2X_PAGE_SIZE * (j % rxq->nb_rx_pages); in bnx2x_dev_rx_queue_setup()
35 uint16_t nb_rx_pages; /**< number of RX pages. */ member
176 #define TOTAL_RX_BD(q) (TOTAL_RX_BD_PER_PAGE * q->nb_rx_pages) /* 512 */177 #define USABLE_RX_BD(q) (USABLE_RX_BD_PER_PAGE * q->nb_rx_pages) /* 510 */210 (q->nb_rx_pages * CQE_BD_REL)