Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h202 int tx_data_queued; member
H A Duath.c1490 sc->tx_data_queued = sc->rx_data_queued = 0; in uath_init_data_queue()
1505 sc->tx_data_queued); in uath_data_txeof()
1511 sc->tx_data_queued--; in uath_data_txeof()
1555 sc->tx_data_queued++; in uath_tx_data_xfer()
2013 if (sc->tx_data_queued > UATH_TX_DATA_LIST_COUNT) { in uath_send()