Searched refs:max_tx_bd (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_bnxvar.h275 u_int16_t max_tx_bd; member in struct:bnx_softc
H A Dif_bnx.c3962 sc->max_tx_bd = USABLE_TX_BD;
4705 if (sc->used_tx_bd < sc->max_tx_bd) {
4709 sc->used_tx_bd, sc->max_tx_bd));
4915 if (map->dm_nsegs > (sc->max_tx_bd - sc->used_tx_bd))
4974 DBRUNIF(sc->used_tx_bd == sc->max_tx_bd, sc->tx_full_count++);
5026 sc->used_tx_bd, sc->max_tx_bd);
5031 while (sc->used_tx_bd < sc->max_tx_bd) {
6257 sc->tx_hi_watermark, sc->max_tx_bd);

Completed in 177 milliseconds