HomeSort by: relevance | last modified time | path
    Searched defs:tdfree (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
lan9118.c 362 unsigned tdfree, totlen, dso; local in function:lan9118_start
378 tdfree = LAN9118_TX_FIFO_INF_TDFREE(bus_space_read_4(sc->sc_iot,
380 if (tdfree < 2036) {
1033 int tdfree; local in function:lan9118_txintr
1075 tdfree = LAN9118_TX_FIFO_INF_TDFREE(tx_fifo_inf);
1076 if (tdfree == LAN9118_TX_DATA_FIFO_SIZE)
1079 if (tdfree >= 2036)
lan9118.c 362 unsigned tdfree, totlen, dso; local in function:lan9118_start
378 tdfree = LAN9118_TX_FIFO_INF_TDFREE(bus_space_read_4(sc->sc_iot,
380 if (tdfree < 2036) {
1033 int tdfree; local in function:lan9118_txintr
1075 tdfree = LAN9118_TX_FIFO_INF_TDFREE(tx_fifo_inf);
1076 if (tdfree == LAN9118_TX_DATA_FIFO_SIZE)
1079 if (tdfree >= 2036)
lan9118.c 362 unsigned tdfree, totlen, dso; local in function:lan9118_start
378 tdfree = LAN9118_TX_FIFO_INF_TDFREE(bus_space_read_4(sc->sc_iot,
380 if (tdfree < 2036) {
1033 int tdfree; local in function:lan9118_txintr
1075 tdfree = LAN9118_TX_FIFO_INF_TDFREE(tx_fifo_inf);
1076 if (tdfree == LAN9118_TX_DATA_FIFO_SIZE)
1079 if (tdfree >= 2036)

Completed in 146 milliseconds