Searched refs:TOTAL_RX_BD (Results 1 – 2 of 2) sorted by relevance
80 rxq->nb_rx_desc = TOTAL_RX_BD(rxq); in bnx2x_dev_rx_queue_setup()87 (unsigned long)TOTAL_RX_BD(rxq), rxq->nb_rx_pages, in bnx2x_dev_rx_queue_setup()
176 #define TOTAL_RX_BD(q) (TOTAL_RX_BD_PER_PAGE * q->nb_rx_pages) /* 512 */ macro178 #define MAX_RX_BD(q) (TOTAL_RX_BD(q) - 1) /* 511 */