Searched refs:tx (Results 176 - 200 of 374) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dstats.c50 /* Issue HWRM cmd to read flow counters for CNP tx and rx */
102 /* Issue HWRM cmd to read flow counters for CNP tx and rx */
277 ext_d->tx.atomic_req = s->tx_atomic_req;
278 ext_d->tx.read_req = s->tx_read_req;
279 ext_d->tx.read_resp = s->tx_read_res;
280 ext_d->tx.write_req = s->tx_write_req;
281 ext_d->tx.send_req = s->tx_send_req;
523 stats->value[BNXT_RE_TX_ATOMIC_REQ] = ext_s->tx.atomic_req;
525 stats->value[BNXT_RE_TX_READ_REQ] = ext_s->tx.read_req;
526 stats->value[BNXT_RE_TX_READ_RESP] = ext_s->tx
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c3667 raidz_reflow_sync(void *arg, dmu_tx_t *tx) argument
3670 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK;
3708 sizeof (vre->vre_bytes_copied), 1, &vre->vre_bytes_copied, tx));
3712 raidz_reflow_complete_sync(void *arg, dmu_tx_t *tx) argument
3723 re->re_txg = tx->tx_txg + TXG_CONCURRENT_STATES;
3752 sizeof (state), 1, &state, tx));
3757 sizeof (end_time), 1, &end_time, tx));
3761 spa_history_log_internal(spa, "raidz vdev expansion completed", tx,
3781 if (zfs_scrub_after_expand && dsl_scan_setup_check(&func, tx) == 0)
3782 dsl_scan_setup_sync(&func, tx);
3864 raidz_reflow_record_progress(vdev_raidz_expand_t *vre, uint64_t offset, dmu_tx_t *tx) argument
3880 spa, tx); local
3897 raidz_reflow_impl(vdev_t *vd, vdev_raidz_expand_t *vre, range_tree_t *rt, dmu_tx_t *tx) argument
4032 raidz_reflow_scratch_sync(void *arg, dmu_tx_t *tx) argument
4369 dmu_tx_t *tx = dmu_tx_create_assigned(spa->spa_dsl_pool, local
4521 dmu_tx_t *tx = local
4659 vdev_raidz_attach_sync(void *arg, dmu_tx_t *tx) argument
[all...]
H A Dzcp_synctask.c359 zcp_synctask_inherit_prop_check(void *arg, dmu_tx_t *tx) argument
377 return (dsl_props_set_check(&args->zipa_dpsa, tx));
381 zcp_synctask_inherit_prop_sync(void *arg, dmu_tx_t *tx) argument
386 dsl_props_set_sync(dpsa, tx);
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dspa.h768 extern int bpobj_enqueue_alloc_cb(void *arg, const blkptr_t *bp, dmu_tx_t *tx);
769 extern int bpobj_enqueue_free_cb(void *arg, const blkptr_t *bp, dmu_tx_t *tx);
1082 dmu_tx_t *tx);
1135 extern void spa_history_create_obj(spa_t *spa, dmu_tx_t *tx);
1141 dmu_tx_t *tx);
1143 dmu_tx_t *tx, const char *fmt, ...) __printflike(4, 5);
1145 dmu_tx_t *tx, const char *fmt, ...) __printflike(4, 5);
1147 dmu_tx_t *tx, const char *fmt, ...) __printflike(4, 5);
1175 extern void spa_delete_dataset_errlog(spa_t *spa, uint64_t ds, dmu_tx_t *tx);
1177 uint64_t old_head_ds, dmu_tx_t *tx);
[all...]
H A Dsa.h120 typedef void (sa_update_cb_t)(sa_handle_t *, dmu_tx_t *tx);
/freebsd-current/contrib/wpa/src/common/
H A Dgas_server.c50 void (*tx)(void *ctx, int freq, const u8 *da, struct wpabuf *resp, member in struct:gas_server
156 gas->tx(gas->ctx, freq, da, resp, comeback_delay ? 2000 : 0);
329 gas->tx(gas->ctx, response->freq, response->dst, resp, wait_time);
508 void (*tx)(void *ctx, int freq,
519 gas->tx = tx;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1165 zfs_aclset_common(znode_t *zp, zfs_acl_t *aclp, cred_t *cr, dmu_tx_t *tx) argument
1242 error = dmu_object_free(zfsvfs->z_os, aoid, tx);
1253 DN_OLD_MAX_BONUSLEN : 0, tx);
1256 aoid, aclp->z_acl_bytes, 0, tx);
1264 aclnode->z_size, aclnode->z_acldata, tx);
1274 acl_phys.z_acl_extern_obj, tx);
1317 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx));
1938 dmu_tx_t *tx; local
1972 tx = dmu_tx_create(zfsvfs->z_os);
1974 dmu_tx_hold_sa(tx, z
[all...]
/freebsd-current/sys/dev/gve/
H A Dgve_adminq.c208 device_printf(priv->dev, "Destroyed %d tx queues\n", num_queues);
265 struct gve_tx_ring *tx = &priv->tx[queue_index]; local
266 struct gve_dma_handle *qres_dma = &tx->com.q_resources_mem;
274 .tx_ring_addr = htobe64(tx->desc_ring_mem.bus_addr),
275 .queue_page_list_id = htobe32((tx->com.qpl)->id),
276 .ntfy_id = htobe32(tx->com.ntfy_id),
299 device_printf(priv->dev, "Created %d tx queues\n", num_queues);
H A Dgve_sysctl.c139 gve_setup_txq_sysctl(ctx, child, &priv->tx[i]);
256 txqstats = &priv->tx[i].stats;
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1354 zfs_aclset_common(znode_t *zp, zfs_acl_t *aclp, cred_t *cr, dmu_tx_t *tx) argument
1427 error = dmu_object_free(zfsvfs->z_os, aoid, tx);
1438 DN_OLD_MAX_BONUSLEN : 0, tx);
1441 aoid, aclp->z_acl_bytes, 0, tx);
1449 aclnode->z_size, aclnode->z_acldata, tx);
1459 acl_phys.z_acl_extern_obj, tx);
1502 return (sa_bulk_update(zp->z_sa_hdl, bulk, count, tx));
2128 dmu_tx_t *tx; local
2162 tx = dmu_tx_create(zfsvfs->z_os);
2164 dmu_tx_hold_sa(tx, z
[all...]
H A Dzfs_vfsops.c1999 dmu_tx_t *tx; local
2011 tx = dmu_tx_create(os);
2012 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, ZPL_VERSION_STR);
2014 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_TRUE,
2016 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL);
2018 error = dmu_tx_assign(tx, TXG_WAIT);
2020 dmu_tx_abort(tx);
2025 8, 1, &newvers, tx);
2028 dmu_tx_commit(tx);
2038 DMU_OT_NONE, 0, tx);
2048 spa_history_log_internal_ds(dmu_objset_ds(os), "upgrade", tx, local
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c177 struct fman_port_tx_bmi_regs *regs = &port->bmi_regs->tx;
490 struct fman_port_tx_bmi_regs *regs = &port->bmi_regs->tx;
583 struct fman_port_tx_bmi_regs *regs = &port->bmi_regs->tx;
790 bmi_cfg_reg = &port->bmi_regs->tx.fmbm_tcfg;
830 bmi_cfg_reg = &port->bmi_regs->tx.fmbm_tcfg;
831 bmi_status_reg = &port->bmi_regs->tx.fmbm_tst;
979 rate_limit_reg = &port->bmi_regs->tx.fmbm_trlmt;
980 rate_limit_scale_reg = &port->bmi_regs->tx.fmbm_trlmts;
1052 rate_limit_scale_reg = &port->bmi_regs->tx.fmbm_trlmts;
1148 pcp_reg = &port->bmi_regs->tx
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dnet_backend_netmap.c53 struct netmap_ring *tx; member in struct:netmap_priv
142 priv->tx = NETMAP_TXRING(priv->nmd->nifp, 0);
184 ring = priv->tx;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb_main.c106 .tx = mt76x02_tx,
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dsdio.h133 } tx; member in struct:mt76s_intr
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_int.h278 u8 timer_res, u16 sb_id, bool tx);
/freebsd-current/sys/contrib/dev/rtw88/
H A DMakefile8 tx.o \
/freebsd-current/contrib/libfido2/src/
H A Dio.c123 tx(fido_dev_t *d, uint8_t cmd, const unsigned char *buf, size_t count, int *ms) function
156 n = d->transport.tx(d, cmd, buf, count);
170 if (d->transport.tx != NULL)
177 return (count == 0 ? tx_empty(d, cmd, ms) : tx(d, cmd, buf, count, ms));
/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c114 #define NOT_LOCAL(sp, fy, fx, ty, tx) ((tx > LONG_DIST) \
115 && (tx < screen_columns(sp) - 1 - LONG_DIST) \
116 && (abs(ty-fy) + abs(tx-fx) > LONG_DIST))
1206 int fy, fx, ty, tx, n, i; local
1218 PUTS("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move");
1229 } else if (sscanf(buf, "%d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1235 mvcur(fy, fx, ty, tx);
1242 } else if (sscanf(buf, "s %d %d %d %d", &fy, &fx, &ty, &tx)
[all...]
/freebsd-current/contrib/bearssl/src/ec/
H A Dec_p256_m31.c1043 uint32_t tx[9], ty[9], t1[9], t2[9]; local
1064 tx[8] = be8_to_le30(tx, buf + 1, 32);
1066 bad |= reduce_final_f256(tx);
1072 square_f256(t1, tx);
1073 mul_f256(t1, tx, t1);
1075 sub_f256(t1, t1, tx);
1076 sub_f256(t1, t1, tx);
1077 sub_f256(t1, t1, tx);
1088 memcpy(P->x, tx, sizeo
[all...]
/freebsd-current/sys/dev/wpi/
H A Dif_wpi.c31 * There is 6 memory rings. 1 command ring, 1 rx data ring & 4 tx data rings.
32 * The 4 tx data rings allow for prioritization QoS.
42 * A similar thing happens with the tx rings. The difference is the firmware
46 * The command ring operates in the same manner as the tx queues.
462 | IEEE80211_C_TXFRAG /* handle tx frags */
463 | IEEE80211_C_TXPMGT /* tx power management */
2524 printf(" tx ring %2d: qid=%-2d cur=%-3d queued=%-3d\n",
2791 struct wpi_cmd_data *tx = (struct wpi_cmd_data *)&tx_data.data; local
2884 memset(tx, 0, sizeof (struct wpi_cmd_data));
2893 tx
2959 struct wpi_cmd_data *tx = (struct wpi_cmd_data *)&tx_data.data; local
4094 struct wpi_cmd_data *tx; local
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dsdio.c68 intr->tx.wtqcr = irq_data->tx.wtqcr;
/freebsd-current/sys/dev/xen/netback/
H A Dnetback.c197 * stored in the Xen tx ring. Applicable to both RX and TX packets
648 * must acquire the rx and tx locks to make sure those threads are done,
814 * via grant table operations. We will map the netif tx and rx rings
853 "tx-ring-ref", "%l" PRIu32,
1188 mtx_init(&xnb->tx_lock, "xnb_tx", "xen netback tx lock", MTX_DEF);
1466 * Build a struct xnb_pkt based on netif_tx_request's from a netif tx ring.
1496 netif_tx_request_t *tx = RING_GET_REQUEST(tx_ring, idx); local
1497 pkt->size = tx->size;
1498 pkt->flags = tx->flags & ~NETTXF_more_data;
1499 more_data = tx
1556 netif_tx_request_t *tx = RING_GET_REQUEST(tx_ring, idx); local
1608 netif_tx_request_t *tx; local
[all...]
/freebsd-current/tools/tools/net80211/w00t/assoc/
H A Dassoc.c57 int tx; member in struct:params
102 rc = inject(p->tx, buf, len);
252 send_ack(p->tx, wh->i_addr2);
324 int rc = send_ack(p->tx, wh->i_addr2);
772 if (open_rxtx(iface, &p.rx, &p.tx) == -1)
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_ni.c777 device_printf(dev, "\ttraffic classes: rx=%d tx=%d "
1274 struct dpaa2_ni_tx_ring *tx; local
1321 tx = &fq->tx_rings[i];
1322 tx->fq = fq;
1323 tx->fqid = queue_cfg.fqid;
1324 tx->txid = tx_rings_n;
1332 mtx_init(&tx->lock, "dpaa2_tx_ring", NULL, MTX_DEF);
1335 tx->br = buf_ring_alloc(DPAA2_TX_BUFRING_SZ, M_DEVBUF, M_NOWAIT,
1336 &tx->lock);
1337 if (tx
2902 struct dpaa2_ni_tx_ring *tx = &ch->txc_queue.tx_rings[0]; local
2924 dpaa2_ni_tx(struct dpaa2_ni_softc *sc, struct dpaa2_channel *ch, struct dpaa2_ni_tx_ring *tx, struct mbuf *m) argument
3296 struct dpaa2_ni_tx_ring *tx = (struct dpaa2_ni_tx_ring *)buf->opt; local
3351 dpaa2_ni_build_fd(struct dpaa2_ni_softc *sc, struct dpaa2_ni_tx_ring *tx, struct dpaa2_buf *buf, bus_dma_segment_t *segs, int nsegs, struct dpaa2_fd *fd) argument
[all...]

Completed in 210 milliseconds

1234567891011>>