Searched refs:tx (Results 151 - 175 of 240) sorted by relevance

12345678910

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c282 int tx = 0; local
294 tx += len;
296 return tx;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c282 int tx = 0; local
294 tx += len;
296 return tx;
/freebsd-11-stable/crypto/openssh/
H A Dge25519.c245 fe25519 tx, ty, zi; local
247 fe25519_mul(&tx, &p->x, &zi);
250 r[31] ^= fe25519_getparity(&tx) << 7;
/freebsd-11-stable/tools/tools/net80211/w00t/prga/
H A Dprga.c54 int tx; member in struct:params
241 rc = inject(p->tx, p->packet, p->packet_len);
639 if ((p.tx = open_tx(iface)) == -1)
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dredir.c64 int tx; member in struct:params
239 rc = inject(p->tx, p->packet, p->packet_len);
693 if ((p.tx = open_tx(iface)) == -1)
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h220 ((link_info->last_flow_ctrl.tx != link_info->flow_ctrl.tx) || \
309 bool tx; member in struct:bnxt_flow_ctrl
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge_var.h198 mxge_tx_ring_t tx; /* transmit ring */ member in struct:mxge_slice_state
/freebsd-11-stable/tools/tools/net80211/w00t/ap/
H A Dap.c49 int tx; member in struct:params
109 rc = inject(p->tx, buf, len);
650 send_ack(p->tx, wh->i_addr2);
811 /* check tx timeout */
901 if ((p.tx = open_tx(iface)) == -1)
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma.h88 } tx; member in union:al_udma_desc
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h264 struct ft_remote_seq_tx tx; member in struct:ft_remote_seq
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc498 PRE_SYSCALL(clock_adjtime)(long which_clock, void *tx) {}
500 POST_SYSCALL(clock_adjtime)(long res, long which_clock, void *tx) {
502 if (tx) POST_WRITE(tx, struct_timex_sz);
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c893 int nleft, pos, changed_screen_line, tx; local
1059 tx = _rl_col_width (&visible_line[pos], 0, nleft) - visible_wrap_offset;
1061 tx = nleft;
1062 if (tx >= 0 && _rl_last_c_pos > tx)
1064 _rl_backspace (_rl_last_c_pos - tx); /* XXX */
1065 _rl_last_c_pos = tx;
/freebsd-11-stable/sys/dev/tx/
H A Dif_tx.c28 __FBSDID("$FreeBSD: stable/11/sys/dev/tx/if_tx.c 347962 2019-05-18 20:43:13Z brooks $");
80 #include <dev/tx/if_txreg.h>
81 #include <dev/tx/if_txvar.h>
83 MODULE_DEPEND(tx, pci, 1, 1, 1);
84 MODULE_DEPEND(tx, ether, 1, 1, 1);
85 MODULE_DEPEND(tx, miibus, 1, 1, 1);
149 "tx",
156 DRIVER_MODULE(tx, pci, epic_driver, epic_devclass, 0, 0);
157 DRIVER_MODULE(miibus, tx, miibus_driver, miibus_devclass, 0, 0);
1295 /* Set tx mod
[all...]
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c2446 int tx, ty; local
2452 tx = ix - ty;
2455 tmpx = a->dp + tx;
2459 while (tx++ < a->used && ty-- >= 0) { ... }
2461 iy = MIN(a->used-tx, ty+1);
3252 * (ty-tx) so that it never happens. You double all those
3275 int tx, ty, iy; local
3284 tx = ix - ty;
3287 tmpx = a->dp + tx;
3291 while (tx
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_ural.c472 | IEEE80211_C_TXPMGT /* tx power management */
693 /* force tx led to stop blinking */
728 /* make tx led blink on tx (controlled by ASIC) */
1983 uint8_t tx; local
1985 tx = ural_bbp_read(sc, RAL_BBP_TX) & ~RAL_BBP_ANTMASK;
1987 tx |= RAL_BBP_ANTA;
1989 tx |= RAL_BBP_ANTB;
1991 tx |= RAL_BBP_DIVERSITY;
1996 tx |
[all...]
H A Dif_urtw.c70 URTW_DEBUG_TX_PROC = 0x00000008, /* tx ISR proc */
75 URTW_DEBUG_TXSTATUS = 0x00000100, /* tx status */
873 IEEE80211_C_TXPMGT | /* tx power management */
1779 struct urtw_8187b_txhdr *tx; local
1781 tx = (struct urtw_8187b_txhdr *)data->buf;
1788 tx->rtsdur = rtsdur;
1790 tx->flag = htole32(flags);
1791 tx->txdur = txdur;
1796 tx->retry = 1;
1798 tx
1801 struct urtw_8187l_txhdr *tx; local
[all...]
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c283 | IEEE80211_C_TXFRAG /* handle tx frags */
320 "txantenna", CTLFLAG_RW, &sc->tx_ant, 0, "tx antenna (0=auto)");
991 DPRINTFN(sc, 15, "tx done idx=%u\n", sc->txq.next);
2533 uint8_t tx; local
2535 tx = rt2560_bbp_read(sc, RT2560_BBP_TX) & ~RT2560_BBP_ANTMASK;
2537 tx |= RT2560_BBP_ANTA;
2539 tx |= RT2560_BBP_ANTB;
2541 tx |= RT2560_BBP_DIVERSITY;
2546 tx |= RT2560_BBP_FLIPIQ;
2548 rt2560_bbp_write(sc, RT2560_BBP_TX, tx);
[all...]
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatm.c466 struct txqueue *tx; local
488 tx = GET_QUEUE(sc->txqueue, struct txqueue, i);
489 if (tx->m) {
490 bus_dmamap_unload(sc->tx_tag, tx->map);
491 m_freem(tx->m);
492 tx->m = NULL;
1595 * Drain tx queue
2534 struct txqueue *tx; local
2560 tx = GET_QUEUE(sc->txqueue, struct txqueue, i);
2561 bus_dmamap_destroy(sc->tx_tag, tx
2752 struct txqueue *tx; local
[all...]
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dsnmpmod.h580 void *buf_alloc(int tx);
581 size_t buf_size(int tx);
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap.c100 On linux there is an external lock on the tx path, which probably
126 (A similar thing is done on the tx ring for NIC and host stack
287 * - tx from netmap userspace:
307 * - tx to host stack
320 * - tx from netmap userspace:
347 * - tx to host stack (same as native):
810 * | | host tx kring
876 kring->tx = t;
1128 * harder because there might not be room in the tx ring so it
1198 kring->tx
3947 netmap_reset(struct netmap_adapter *na, enum txrx tx, u_int n, u_int new_cur) argument
[all...]
/freebsd-11-stable/sys/dev/cp/
H A Dcpddk.h77 unsigned long iqtx [NCHAN] [QSZ]; /* tx intr queue */
106 unsigned char invtxc; /* invert tx clock */
189 unsigned long *iqtx; /* tx intr queue */
289 void cp_start_chan (cp_chan_t *c, int tx, int rx, cp_buf_t *cb, unsigned long phys);
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.h54 } tx, rx; member in struct:fw_isobufreq
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.h225 } tx; member in struct:cmp_queue_stats
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c1479 * @tx : A field to return the pause generation capability of the NIC.
1486 void xge_hal_getpause_data(xge_hal_device_h devh, int *tx, int *rx) argument
1495 *tx = 1;
1503 * @tx: A field that indicates the pause generation capability to be
1514 int xge_hal_setpause_data(xge_hal_device_h devh, int tx, int rx) argument
1522 if (tx)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c3094 zfs_create_cb(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx) argument
3098 zfs_create_fs(os, cr, zct->zct_zplprops, tx);
3272 void (*cbfunc)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx);
4320 zfs_prop_activate_feature_check(void *arg, dmu_tx_t *tx) argument
4322 spa_t *spa = dmu_tx_pool(tx)->dp_spa;
4336 zfs_prop_activate_feature_sync(void *arg, dmu_tx_t *tx) argument
4338 spa_t *spa = dmu_tx_pool(tx)->dp_spa;
4341 spa_feature_incr(spa, *featurep, tx);
5615 dmu_tx_t *tx; local
5617 tx
[all...]

Completed in 262 milliseconds

12345678910