HomeSort by: relevance | last modified time | path
    Searched refs:MAX_TX_BD (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bnx.c 4175 sc->max_tx_bd = USABLE_TX_BD;
4869 DBRUNIF((sw_tx_chain_cons > MAX_TX_BD),
4872 sw_tx_chain_cons, (int)MAX_TX_BD); bnx_breakpoint(sc));
4935 if (sc->used_tx_bd < sc->max_tx_bd) {
4939 sc->used_tx_bd, sc->max_tx_bd));
5182 if (map->dm_nsegs > (sc->max_tx_bd - sc->used_tx_bd)) {
5244 DBRUNIF(sc->used_tx_bd == sc->max_tx_bd, sc->tx_full_count++);
5300 sc->used_tx_bd, sc->max_tx_bd);
5305 while (sc->used_tx_bd < sc->max_tx_bd) {
6029 if (idx > MAX_TX_BD)
    [all...]
if_bnxreg.h 4583 #define MAX_TX_BD (TOTAL_TX_BD - 1)
4595 #define TX_CHAIN_IDX(x) ((x) & MAX_TX_BD)

Completed in 57 milliseconds