HomeSort by relevance Sort by last modified time
    Searched refs:tx_queued (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/ural/
ural_var.h 81 int tx_queued; member in struct:ural_softc
ural.c 411 "ural_txeof(): cr:%s(%d), flags:0x%x, tx_queued:%d",
415 sc->tx_queued);
422 sc->tx_queued--;
684 if (sc->tx_queued > RAL_TX_LIST_COUNT) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rum/
rum_var.h 84 int tx_queued; member in struct:rum_softc
rum.c 476 "rum_txeof(): cr:%s(%d), flags:0x%x, tx_queued:%d",
480 sc->tx_queued);
487 sc->tx_queued--;
745 if (sc->tx_queued > RAL_TX_LIST_COUNT) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/zyd/
zyd.h 163 uint8_t tx_queued; member in struct:zyd_softc
zyd_usb.c 494 if (sc->tx_queued > 0)
495 sc->tx_queued--;
499 if (sc->resched && (sc->tx_queued < ZYD_TX_LIST_COUNT)) {
zyd.c 303 if (sc->tx_queued >= ZYD_TX_LIST_COUNT) {
447 sc->tx_queued++;
zyd_hw.c 707 sc->tx_queued = 0;
  /onnv/onnv-gate/usr/src/uts/common/io/atu/
atu.c 667 sc->tx_queued--;
737 sc->tx_queued++;
765 sc->tx_queued = 0;
780 if (sc->tx_queued > ATU_TX_LIST_CNT) {
    [all...]
atu.h 90 int tx_queued; member in struct:atu_softc

Completed in 240 milliseconds