| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_log_buf.h | 303 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument 306 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \ 332 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument 335 TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, \ 339 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \ 344 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument 347 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \ 358 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, 377 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_() argument
|
| H A D | tcp_log_buf.c | 1521 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_() argument 1664 if (txbuf != NULL) { in tcp_log_event_() 1666 log_buf->tlb_txbuf.tls_sb_acc = txbuf->sb_acc; in tcp_log_event_() 1667 log_buf->tlb_txbuf.tls_sb_ccc = txbuf->sb_ccc; in tcp_log_event_()
|
| /freebsd-13.1/sys/arm/freescale/imx/ |
| H A D | imx_spi.c | 139 uint8_t *txbuf; member 289 WR4(sc, ECSPI_TXDATA, sc->txbuf[sc->txidx++]); in spi_fill_txfifo() 374 spi_xfer_buf(struct spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) in spi_xfer_buf() argument 381 rxbuf, txbuf, len); in spi_xfer_buf() 390 sc->txbuf = txbuf; in spi_xfer_buf()
|
| /freebsd-13.1/sys/arm64/rockchip/ |
| H A D | rk_spi.c | 119 uint8_t *txbuf; member 231 RK_SPI_WRITE_4(sc, RK_SPI_TXDR, sc->txbuf[sc->txidx++]); in rk_spi_fill_txfifo() 241 rk_spi_xfer_buf(struct rk_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) in rk_spi_xfer_buf() argument 251 sc->txbuf = txbuf; in rk_spi_xfer_buf()
|
| /freebsd-13.1/sys/dev/neta/ |
| H A D | if_mvneta.c | 1336 txbuf = &tx->txbuf[i]; in mvneta_ring_dealloc_tx_queue() 1339 txbuf->dmap); in mvneta_ring_dealloc_tx_queue() 1436 txbuf = &tx->txbuf[i]; in mvneta_ring_init_tx_queue() 1437 txbuf->m = NULL; in mvneta_ring_init_tx_queue() 1440 &txbuf->dmap); in mvneta_ring_init_tx_queue() 1476 txbuf = &tx->txbuf[i]; in mvneta_ring_flush_tx_queue() 1480 txbuf->m = NULL; in mvneta_ring_flush_tx_queue() 2736 txbuf = &tx->txbuf[tx->cpu]; in mvneta_tx_queue() 2767 txbuf->m = mbuf; in mvneta_tx_queue() 2907 txbuf = &tx->txbuf[tx->dma]; in mvneta_tx_queue_complete() [all …]
|
| H A D | if_mvnetavar.h | 152 struct mvneta_buf txbuf[MVNETA_TX_RING_CNT]; member
|
| /freebsd-13.1/sys/riscv/sifive/ |
| H A D | sifive_spi.c | 185 sfspi_xfer_buf(struct sfspi_softc *sc, uint8_t *rxbuf, uint8_t *txbuf, in sfspi_xfer_buf() argument 192 KASSERT(txbuf != NULL, ("TX buffer cannot be NULL")); in sfspi_xfer_buf() 196 sfspi_tx(sc, txbuf, bytes); in sfspi_xfer_buf() 197 txbuf += bytes; in sfspi_xfer_buf()
|
| /freebsd-13.1/sys/arm/allwinner/ |
| H A D | aw_spi.c | 155 uint8_t *txbuf; member 399 AW_SPI_WRITE_1(sc, AW_SPI_TXD, sc->txbuf[sc->txcnt++]); in aw_spi_fill_txfifo() 468 aw_spi_xfer(struct aw_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t txlen, uint32_t rxlen) in aw_spi_xfer() argument 475 sc->txbuf = txbuf; in aw_spi_xfer()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | refclock_parse.c | 5036 struct txbuf struct 5042 void sendcmd (struct txbuf *buf, int c); argument 5043 void sendbyte (struct txbuf *buf, int b); 5045 void sendint (struct txbuf *buf, int a); 5050 struct txbuf *buf, in sendcmd() 5067 struct txbuf *buf, in sendbyte() 5078 struct txbuf *buf, in sendetx() 5109 struct txbuf *buf, in sendint() 5120 struct txbuf *buf, in sendflt() 5149 struct txbuf buf; in trimbletsip_setup() [all …]
|
| /freebsd-13.1/tools/tools/netmap/ |
| H A D | bridge.c | 117 char *txbuf = NETMAP_BUF(txring, ts->buf_idx); in rings_move() local 118 nm_pkt_copy(rxbuf, txbuf, ts->len); in rings_move()
|
| /freebsd-13.1/contrib/bsnmp/snmpd/ |
| H A D | action.c | 644 value->v.integer = snmpd.txbuf; in op_snmpd_config() 666 ctx->scratch->int1 = snmpd.txbuf; in op_snmpd_config() 670 snmpd.txbuf = value->v.integer; in op_snmpd_config() 715 snmpd.txbuf = ctx->scratch->int1; in op_snmpd_config()
|
| H A D | snmpd.h | 234 u_int32_t txbuf; member
|
| H A D | main.c | 258 if ((buf = malloc(tx ? snmpd.txbuf : snmpd.rxbuf)) == NULL) { in buf_alloc() 275 return (tx ? snmpd.txbuf : snmpd.rxbuf); in buf_size() 289 resp_b.asn_len = snmpd.txbuf; in snmp_output() 669 resp_b.asn_len = snmpd.txbuf; in snmp_input_finish() 745 resp_b.asn_len = snmpd.txbuf; in snmp_input_finish()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-sriox-defs.h | 821 uint64_t txbuf : 2; /**< Outgoing SRIO MAC Buffer. */ member 829 uint64_t txbuf : 2; 865 uint64_t txbuf : 2; /**< Outgoing SRIO MAC Buffer. */ member 874 uint64_t txbuf : 2; 908 uint64_t txbuf : 2; /**< Outgoing SRIO MAC Buffer. */ member 916 uint64_t txbuf : 2;
|
| /freebsd-13.1/sys/dev/malo/ |
| H A D | if_malo.c | 80 SYSCTL_INT(_hw_malo, OID_AUTO, txbuf, CTLFLAG_RWTUN, &malo_txbuf,
|
| /freebsd-13.1/sys/dev/mwl/ |
| H A D | if_mwl.c | 197 SYSCTL_INT(_hw_mwl, OID_AUTO, txbuf, CTLFLAG_RWTUN, &mwl_txbuf,
|
| /freebsd-13.1/sys/dev/ath/ |
| H A D | if_ath.c | 249 SYSCTL_INT(_hw_ath, OID_AUTO, txbuf, CTLFLAG_RWTUN, &ath_txbuf,
|