Searched refs:htx (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_history.c477 dmu_tx_t *htx = tx; local
482 htx = dmu_tx_create_dd(spa_get_dsl(spa)->dp_mos_dir);
483 if (dmu_tx_assign(htx, TXG_WAIT) != 0) {
484 dmu_tx_abort(htx);
490 log_internal(fnvlist_alloc(), operation, spa, htx, fmt, adx); local
495 dmu_tx_commit(htx);
/freebsd-10.0-release/sys/dev/hme/
H A Dif_hme.c945 struct hme_txdesc *htx; local
952 if ((htx = STAILQ_FIRST(&sc->sc_rb.rb_txfreeq)) == NULL)
978 error = bus_dmamap_load_mbuf_sg(sc->sc_tdmatag, htx->htx_dmamap,
988 error = bus_dmamap_load_mbuf_sg(sc->sc_tdmatag, htx->htx_dmamap,
1006 bus_dmamap_unload(sc->sc_tdmatag, htx->htx_dmamap);
1010 bus_dmamap_sync(sc->sc_tdmatag, htx->htx_dmamap, BUS_DMASYNC_PREWRITE);
1029 htx->htx_lastdesc = ri;
1050 STAILQ_INSERT_TAIL(&sc->sc_rb.rb_txbusyq, htx, htx_q);
1051 htx->htx_m = *m0;
1161 struct hme_txdesc *htx; local
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h7762 uint64_t htx : 1; /**< Halt TX */ member in struct:cvmx_mio_uartx_htx::cvmx_mio_uartx_htx_s
7764 uint64_t htx : 1;
9054 uint64_t htx : 1; /**< Halt TX */ member in struct:cvmx_mio_uart2_htx::cvmx_mio_uart2_htx_s
9056 uint64_t htx : 1;

Completed in 216 milliseconds