Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/uath/
H A Duath_var.h202 int tx_data_queued; member
H A Duath.c1485 sc->tx_data_queued = sc->rx_data_queued = 0; in uath_init_data_queue()
1500 sc->tx_data_queued); in uath_data_txeof()
1506 sc->tx_data_queued--; in uath_data_txeof()
1550 sc->tx_data_queued++; in uath_tx_data_xfer()
2008 if (sc->tx_data_queued > UATH_TX_DATA_LIST_COUNT) { in uath_send()