Searched refs:tx_threshold (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/tx/
H A Dif_txvar.h105 u_int32_t tx_threshold; member in struct:__anon9044
H A Dif_tx.c368 sc->tx_threshold = TRANSMIT_THRESHOLD;
939 if (sc->tx_threshold > TRANSMIT_THRESHOLD_MAX) {
945 sc->tx_threshold += 0x40;
949 sc->tx_threshold);
1366 CSR_WRITE_4(sc, ETXTHR, sc->tx_threshold);
/freebsd-9.3-release/sys/dev/fxp/
H A Dif_fxpreg.h286 uint8_t tx_threshold; member in struct:fxp_cb_tx
H A Dif_fxp.c105 static int tx_threshold = 64; variable
1649 txp->tx_cb->tx_threshold = tx_threshold;
2093 if (tx_threshold < 192)
2094 tx_threshold += 64;
/freebsd-9.3-release/sys/mips/rmi/dev/xlr/
H A Drge.c633 int tx_threshold = 1518; local
638 (tx_threshold << O_TX_CONTROL__TxThreshold);
654 (tx_threshold << O_TX_CONTROL__TxThreshold));

Completed in 163 milliseconds