Home
last modified time | relevance | path

Searched refs:USABLE_TX_BD (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_rxtx.c256 while (USABLE_TX_BD(txq) < nb_desc) in bnx2x_dev_tx_queue_setup()
270 (unsigned long)USABLE_TX_BD(txq), in bnx2x_dev_tx_queue_setup()
H A Dbnx2x.h149 #define USABLE_TX_BD(q) (USABLE_TX_BD_PER_PAGE * q->nb_tx_pages) /* 510 */ macro
166 #define BNX2X_TX_CLEANUP_THRESHOLD(q) (USABLE_TX_BD(q) / 8)