Home
last modified time | relevance | path

Searched refs:tx (Results 226 – 238 of 238) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/os/
H A Dzone.c3611 kthread_t *tx = zone->zone_kthreads; in zthread_create() local
3613 t->t_forw = tx; in zthread_create()
3614 t->t_back = tx->t_back; in zthread_create()
3615 tx->t_back->t_forw = t; in zthread_create()
3616 tx->t_back = t; in zthread_create()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c2174 (void) memcpy(&tx_info_priv->tx, &ds->ds_txstat, in ath_tx_rc_status()
2175 sizeof (tx_info_priv->tx)); in ath_tx_rc_status()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.c791 bind.bits.ldw.tx = tn; in npi_fzc_dma_bind_set()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c2536 u8 timer_res, u16 sb_id, bool tx) in ecore_int_set_timer_res() argument
2554 if (tx) in ecore_int_set_timer_res()
H A Drelease.txt507 Change: Change buffer repost flow to go via tx chain to ensure all
876 packet is low and enable allocating a larger number of tx
2258 7. Problem: When tx offload requests are passed on BD,'no snooping' mode
4834 Change: Removed setting of tx accept all ucast.
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1458 struct iwn_tx_stats tx; member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1753 dump_bptree_cb(void *arg, const blkptr_t *bp, dmu_tx_t *tx) in dump_bptree_cb() argument
1794 dump_bpobj_cb(void *arg, const blkptr_t *bp, dmu_tx_t *tx) in dump_bpobj_cb() argument
3936 increment_indirect_mapping_cb(void *arg, const blkptr_t *bp, dmu_tx_t *tx) in increment_indirect_mapping_cb() argument
4503 count_block_cb(void *arg, const blkptr_t *bp, dmu_tx_t *tx) in count_block_cb() argument
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1175 \texttt{tx\_max\_fc\_pay\_len} & The maximum FC payload size to transmit \\ \hline
1511 …\texttt{tx\_num\_desc} & maximal number of entries in the Tx ring (each packet-buffer occupies an …
1515 …\texttt{tx\_tc} & tx traffic class. 0 - regular tc, or for loopback use PURE\_LB\_TC or PKT\_LB\_T…
1516 \texttt{tx\_dest} & Destination of tx -> Network or Loopback. \\ \hline
1521 …\texttt{cbs} & Callback functions that should be called on completion or release of rx / tx packet…
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_eth.h687 u8 tx /* If set, apply these commands to the TX path */; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c13040 u32 rx = 0, tx = 0, i; in elink_populate_preemphasis() local
13051 tx = REG_RD(cb, shmem_base + in elink_populate_preemphasis()
13059 tx = REG_RD(cb, shmem_base + in elink_populate_preemphasis()
13067 phy->tx_preemphasis[i << 1] = ((tx>>16) & 0xffff); in elink_populate_preemphasis()
13068 phy->tx_preemphasis[(i << 1) + 1] = (tx & 0xffff); in elink_populate_preemphasis()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h3227 struct client_init_tx_data tx /* client init tx data */; member
4408 struct client_init_tx_data tx /* client init tx data */; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h592 } tx; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c3836 emlxs_abort_all(emlxs_hba_t *hba, uint32_t *tx, uint32_t *chip) in emlxs_abort_all() argument
3870 *tx = txcnt; in emlxs_abort_all()

12345678910