Searched refs:tx (Results 126 - 150 of 198) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c193 * DMA attributes for a tx buffer.
198 * ability in the future, that is why we don't define rx and tx
774 * initialize default tx key
1522 "dma alloc tx ring desc[%d] "
1531 "tx bd[ncookies:%d addr:%lx size:%lx]\n",
1548 "dma alloc tx ring cmd[%d]"
1557 "tx cmd[ncookies:%d addr:%lx size:%lx]\n",
1572 "tx data slots\n"));
1584 "dma alloc tx "
1600 "tx buffe
2974 iwp_tx_cmd_t *tx; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c981 * Supplicant: swap tx/rx Mic keys
1003 int keyidx, tx, key_rsc_len = 0, alg; local
1009 tx = !!(gtk[0] & BIT(2));
1010 if (tx && wpa_s->pairwise_cipher != WPA_CIPHER_NONE) {
1021 tx = 0;
1070 "(keyidx=%d tx=%d).", keyidx, tx);
1089 (uint8_t *)"\xff\xff\xff\xff\xff\xff", keyidx, tx,
1306 int alg, tx; local
1413 tx
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1956 vdev_destroy_unlink_zap(vdev_t *vd, uint64_t zapobj, dmu_tx_t *tx) argument
1960 VERIFY0(zap_destroy(spa->spa_meta_objset, zapobj, tx));
1962 zapobj, tx));
1966 vdev_create_link_zap(vdev_t *vd, dmu_tx_t *tx) argument
1970 DMU_OT_NONE, 0, tx);
1974 zap, tx));
1980 vdev_construct_zaps(vdev_t *vd, dmu_tx_t *tx) argument
1987 vd->vdev_leaf_zap = vdev_create_link_zap(vd, tx);
1990 vd->vdev_top_zap = vdev_create_link_zap(vd, tx);
1994 vdev_construct_zaps(vd->vdev_child[i], tx);
2006 dmu_tx_t *tx; local
2231 dmu_tx_t *tx; local
2306 dmu_tx_t *tx; local
[all...]
H A Dmetaslab.c2082 metaslab_condense(metaslab_t *msp, uint64_t txg, dmu_tx_t *tx) argument
2142 space_map_truncate(sm, tx);
2155 space_map_write(sm, condense_tree, SM_ALLOC, tx);
2159 space_map_write(sm, msp->ms_tree, SM_FREE, tx);
2177 dmu_tx_t *tx; local
2214 tx = dmu_tx_create_assigned(spa_get_dsl(spa), txg);
2219 new_object = space_map_alloc(mos, tx);
2241 metaslab_condense(msp, txg, tx);
2243 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, tx);
2244 space_map_write(msp->ms_sm, *freetree, SM_FREE, tx);
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c1033 ath_rc_priv->rssi_last = tx_info_priv->tx.ts_rssi;
1100 if (tx_info_priv->tx.ts_rssi <
1111 ath_rc_priv->rssi_sum += tx_info_priv->tx.ts_rssi;
1170 tx_info_priv->tx.ts_rssi =
1171 tx_info_priv->tx.ts_rssi < 3 ? 0 :
1172 tx_info_priv->tx.ts_rssi - 3;
1583 final_ts_idx = tx_info_priv->tx.ts_rateindex;
1588 if (tx_info_priv->tx.ts_status & ATH9K_TXERR_FILT)
1597 if (tx_info_priv->tx.ts_flags &
1604 if ((tx_info_priv->tx
[all...]
H A Darn_rc.h113 * @max_4ms_framelen: maximum frame length(bytes) for tx duration
220 struct ath_tx_status tx; member in struct:ath_tx_info_priv
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c205 * DMA attributes for a tx buffer.
210 * ability in the future, that is why we don't define rx and tx
851 * initialize default tx key
1583 "dma alloc tx ring desc[%d] "
1592 "tx bd[ncookies:%d addr:%lx size:%lx]\n",
1609 "dma alloc tx ring cmd[%d]"
1618 "tx cmd[ncookies:%d addr:%lx size:%lx]\n",
1633 "tx data slots\n"));
1645 "dma alloc tx "
1661 "tx buffe
3076 iwh_tx_cmd_t *tx; local
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c1374 repcache_entity_t *tx; local
1381 result = entity_find2(cp, txid, &tx, epid, &ep);
1385 if (tx->re_txstate == REPCACHE_TX_SETUP) {
1389 if (tx->re_txstate != REPCACHE_TX_INIT) {
1394 result = rc_node_setup_tx(&ep->re_node, &tx->re_node);
1398 tx->re_txstate = REPCACHE_TX_SETUP;
1400 rc_node_clear(&tx->re_node, 0);
1403 entity_release(tx);
1414 repcache_entity_t *tx; local
1424 tx
[all...]
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1429 scf_transaction_t *tx = NULL; local
1451 if ((tx = scf_transaction_create(h)) == NULL ||
1458 if (scf_transaction_start(tx, pg) == -1)
1461 if (scf_transaction_property_new(tx, txent, HASH_PROP,
1463 scf_transaction_property_change_type(tx, txent, HASH_PROP,
1471 if ((ret = scf_transaction_commit(tx)) == -1)
1475 scf_transaction_reset(tx);
1490 scf_transaction_destroy(tx);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1106 scf_transaction_t *tx = NULL; local
1145 if ((tx = scf_transaction_create(h)) == NULL ||
1152 if (scf_transaction_start(tx, gpg) == -1) {
1159 ret = scf_transaction_property_new(tx, ent, prop,
1162 ret = scf_transaction_property_change_type(tx, ent,
1183 ret = scf_transaction_commit(tx);
1191 scf_transaction_reset(tx);
1198 scf_transaction_destroy(tx);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c936 scf_transaction_t *tx = NULL; local
948 (tx = scf_transaction_create(h)) == NULL ||
961 if (scf_transaction_start(tx, pg) == -1 ||
962 scf_transaction_property_change(tx, ent, propname, SCF_TYPE_ASTRING)
968 result = scf_transaction_commit(tx);
974 scf_transaction_reset(tx);
/illumos-gate/usr/src/uts/common/disp/
H A Drt.c851 rt_parmsset(kthread_t *tx, void *prmsp, id_t reqpcid, cred_t *reqpcredp) argument
854 rtproc_t *rtpp = (rtproc_t *)tx->t_cldata;
856 ASSERT(MUTEX_HELD(&(ttoproc(tx))->p_lock));
875 thread_lock(tx);
878 rt_change_priority(tx, rtpp);
891 thread_unlock(tx);
H A Dfx.c1013 fx_parmsset(kthread_t *tx, void *parmsp, id_t reqpcid, cred_t *reqpcredp) argument
1022 ASSERT(MUTEX_HELD(&(ttoproc(tx))->p_lock));
1024 thread_lock(tx);
1025 fxpp = (fxproc_t *)tx->t_cldata;
1051 thread_unlock(tx);
1092 fx_change_priority(tx, fxpp);
1093 thread_unlock(tx);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1189 mac_srs_tx_t *tx = &mac_srs->srs_tx; local
1191 tx->st_soft_rings = (mac_soft_ring_t **)
1889 * Bind Tx srs and soft ring threads too. Let's bind tx
1952 * Let's bind tx srs to the last cpu in
2026 * Set up the fanout on the tx side only once, with the
2118 * the tx bw struct and also for the rx, if the rx srs is
2563 mac_srs_tx_t *tx; local
2568 tx = &tx_srs->srs_tx;
2579 if (tx->st_arg2 != NULL) {
2587 tx
3334 mac_srs_tx_t *tx; local
3807 mac_srs_tx_t *tx = &mac_srs->srs_tx; local
3831 mac_srs_tx_t *tx = &tx_srs->srs_tx; local
[all...]
H A Dmac.c1105 * Start the default tx ring.
1646 * Send packets through a selected tx ring.
1660 * Query stats for a particular rx/tx ring
2531 * Get MAC tx srs from walking mac_client_handle list.
4356 * If no bridge is in place, MAC_RING_TX transmits using tx ring. The 'rh'
4553 mac_srs_tx_t *tx; local
4573 tx = &mac_srs->srs_tx;
4578 if (tx->st_mode == SRS_TX_BW ||
4579 tx->st_mode == SRS_TX_SERIALIZE ||
4580 tx
4670 mac_srs_tx_t *tx; local
7157 mac_srs_tx_t *tx; local
[all...]
H A Dmac_soft_ring.c210 mac_srs_tx_t *tx = &mac_srs->srs_tx; local
212 ASSERT(tx->st_soft_rings[
214 tx->st_soft_rings[((mac_ring_t *)x_arg2)->mr_index] =
682 /* Device out of tx desc, set block */
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h802 dmu_tx_t *tx);
834 extern void spa_history_create_obj(spa_t *spa, dmu_tx_t *tx);
841 dmu_tx_t *tx, const char *fmt, ...);
843 dmu_tx_t *tx, const char *fmt, ...);
845 dmu_tx_t *tx, const char *fmt, ...);
874 extern void spa_prop_clear_bootfs(spa_t *spa, uint64_t obj, dmu_tx_t *tx);
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c118 /* DMA attributes for a tx cmd */
151 * DMA attributes for a tx buffer.
156 * ability in the future, that is why we don't define rx and tx
588 * initialize default tx key
1053 WPI_DBG((WPI_DEBUG_DMA, "dma alloc tx ring desc[%d] failed\n",
1069 WPI_DBG((WPI_DEBUG_DMA, "dma alloc tx ring cmd[%d] failed\n",
1082 WPI_DBG((WPI_DEBUG_DMA, "could not allocate tx data slots\n"));
1093 WPI_DBG((WPI_DEBUG_DMA, "dma alloc tx ring buf[%d] "
1778 WPI_DBG((WPI_DEBUG_TX, "tx done: qid=%d idx=%d retries=%d nkill=%d "
1784 WPI_DBG((WPI_DEBUG_RATECTL, "tx
2078 wpi_cmd_data_t *tx; local
[all...]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c976 IEEE80211_C_TXPMGT | /* tx power management */
1051 * initialize default tx key
3276 "! tx ring %2d: qid=%2d cur=%3d queued=%3d",
3669 struct iwn_cmd_data *tx; local
3709 "failed to find tx node");
3825 tx = (struct iwn_cmd_data *)cmd->data;
3826 /* NB: No need to clear tx, all fields are reinitialized here. */
3827 tx->scratch = 0; /* clear "scratch" area */
3872 tx->id = sc->broadcast_id;
3874 tx
5690 struct iwn_cmd_data *tx; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c2078 scf_transaction_t *tx = NULL; local
2148 if ((tx = scf_transaction_create(h)) == NULL ||
2152 if (scf_transaction_start(tx, instpg) == -1)
2155 if (scf_transaction_property_new(tx, ent, propname,
2158 } else if (scf_transaction_property_change(tx, ent, propname,
2168 retval = scf_transaction_commit(tx);
2170 scf_transaction_reset(tx);
2198 if (tx != NULL)
2199 scf_transaction_destroy(tx);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c379 OUT struct client_init_tx_data *tx,
387 tx->tx_sb_index_number = HC_SP_INDEX_ETH_FW_TX_CQ_CONS;
393 tx->tx_sb_index_number = HC_SP_INDEX_NOT_USED; /* D/C */
397 tx->tx_sb_index_number = HC_SP_INDEX_ETH_ISCSI_CQ_CONS;
401 tx->tx_sb_index_number = HC_SP_INDEX_ETH_FCOE_CQ_CONS;
405 tx->force_default_pri_flg = TRUE;
411 tx->tx_sb_index_number = lm_eth_tx_hc_cq_cons_cosx_from_chain(pdev, cid);
420 /* ooo cid doesn't have a tx chain... */
423 tx->tx_bd_page_base.hi = mm_cpu_to_le32(lm_bd_chain_phys_addr(&pdev->tx_info.chain[cid].bd_chain, 0).as_u32.high);
424 tx
378 lm_eth_init_client_init_tx_data(IN lm_device_t *pdev, OUT struct client_init_tx_data *tx, IN const u8_t cid, IN const u8_t sb_id) argument
[all...]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3244 transaction_add_set(scf_transaction_t *tx, scf_transaction_entry_t *ent, argument
3248 if (scf_transaction_property_change_type(tx, ent, pname, type) == 0)
3270 if (scf_transaction_property_new(tx, ent, pname, type) == 0)
3327 scf_transaction_t *tx = NULL; local
3355 (tx = scf_transaction_create(h)) == NULL ||
3430 if (scf_transaction_start(tx, pg) != 0) {
3450 r = transaction_add_set(tx, ent, "runlevel", SCF_TYPE_ASTRING);
3460 scf_transaction_reset(tx);
3470 r = scf_transaction_commit(tx);
3484 scf_transaction_reset(tx);
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypotf.c288 int tx = *(int*)(px - stridex) & 0x7fffffff; local
289 if (tx == 0) /* X = 0 */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_create.c100 scf_type_t type, const char *val, scf_transaction_t *tx)
120 if (scf_transaction_property_new(tx, entry, prop_name, type) != 0) {
99 add_new_property(scf_handle_t *handle, const char *prop_name, scf_type_t type, const char *val, scf_transaction_t *tx) argument
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h268 desc_state_t tx; /* describes Tx ring */ member in struct:dmfe

Completed in 220 milliseconds

12345678