Searched refs:tx_start (Results 1 – 3 of 3) sorted by relevance
114 int tx_start, tx_end, tx_last; member391 device_xname(sc->sc_dev), sc->tx_start, sc->tx_end, sc->tx_last); in iystop()394 p = sc->tx_start; in iystop()419 sc->tx_start = sc->tx_end = sc->rx_size; in iystop()615 sc->tx_start = sc->tx_end = sc->rx_size; in iyinit()689 avail = sc->tx_start - sc->tx_end; in iystart()795 device_xname(sc->sc_dev), sc->tx_start, sc->tx_end, in iystart()799 if (sc->tx_start != sc->tx_end) { in iystart()830 if (sc->tx_start == sc->tx_end) { in iystart()833 sc->tx_start = last; in iystart()[all …]
73 hrtime_t tx_start; member
58 tx->tx_start = gethrtime(); in dmu_tx_create_dd()1126 if (now > tx->tx_start + min_tx_time) in dmu_tx_delay()1135 wakeup = MAX(tx->tx_start + min_tx_time, in dmu_tx_delay()