Searched refs:txbuf (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dtcp_log_buf.h292 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \
295 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \
306 * struct sockbuf *txbuf, uint8_t eventid, int errornum,
311 * rxbuf and txbuf are optional; if present, they will appear in the record.
321 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \
324 TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, \
328 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \
333 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \
336 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \
348 struct sockbuf *txbuf, uint8_
364 tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, union tcp_log_stackspecific *stackinfo, int th_hostorder, const char *output_caller, const char *func, int line, const struct timeval *tv) argument
[all...]
H A Dtcp_log_buf.c1334 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len,
1467 if (txbuf != NULL) {
1469 log_buf->tlb_txbuf.tls_sb_acc = txbuf->sb_acc;
1470 log_buf->tlb_txbuf.tls_sb_ccc = txbuf->sb_ccc;
1333 tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, union tcp_log_stackspecific *stackinfo, int th_hostorder, const char *output_caller, const char *func, int line, const struct timeval *itv) argument
/freebsd-12-stable/sys/arm64/rockchip/
H A Drk_spi.c118 uint8_t *txbuf; member in struct:rk_spi_softc
230 RK_SPI_WRITE_4(sc, RK_SPI_TXDR, sc->txbuf[sc->txidx++]);
240 rk_spi_xfer_buf(struct rk_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) argument
250 sc->txbuf = txbuf;
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx_spi.c139 uint8_t *txbuf; member in struct:spi_softc
289 WR4(sc, ECSPI_TXDATA, sc->txbuf[sc->txidx++]);
374 spi_xfer_buf(struct spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) argument
380 "spi_xfer_buf, rxbuf %p txbuf %p len %u\n",
381 rxbuf, txbuf, len);
390 sc->txbuf = txbuf;
/freebsd-12-stable/sys/dev/neta/
H A Dif_mvneta.c1284 struct mvneta_buf *txbuf; local
1315 txbuf = &tx->txbuf[i];
1316 if (txbuf->dmap != NULL) {
1318 txbuf->dmap);
1405 struct mvneta_buf *txbuf; local
1415 txbuf = &tx->txbuf[i];
1416 txbuf->m = NULL;
1419 &txbuf
1447 struct mvneta_buf *txbuf; local
2653 struct mvneta_buf *txbuf; local
2824 struct mvneta_buf *txbuf; local
[all...]
H A Dif_mvnetavar.h156 struct mvneta_buf txbuf[MVNETA_TX_RING_CNT]; member in struct:mvneta_tx_ring
/freebsd-12-stable/sys/arm/allwinner/
H A Daw_spi.c153 uint8_t *txbuf; member in struct:aw_spi_softc
397 AW_SPI_WRITE_1(sc, AW_SPI_TXD, sc->txbuf[sc->txcnt++]);
464 aw_spi_xfer(struct aw_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t txlen, uint32_t rxlen) argument
471 sc->txbuf = txbuf;
/freebsd-12-stable/tools/tools/netmap/
H A Dbridge.c117 char *txbuf = NETMAP_BUF(txring, ts->buf_idx); local
118 nm_pkt_copy(rxbuf, txbuf, ts->len);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c5036 struct txbuf struct
5042 void sendcmd (struct txbuf *buf, int c);
5043 void sendbyte (struct txbuf *buf, int b);
5044 void sendetx (struct txbuf *buf, struct parseunit *parse);
5045 void sendint (struct txbuf *buf, int a);
5046 void sendflt (struct txbuf *buf, double a);
5050 struct txbuf *buf,
5059 void sendcmd (struct txbuf *buf, int c);
5060 void sendbyte (struct txbuf *buf, int b);
5061 void sendetx (struct txbuf *bu
[all...]
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Daction.c644 value->v.integer = snmpd.txbuf;
666 ctx->scratch->int1 = snmpd.txbuf;
670 snmpd.txbuf = value->v.integer;
715 snmpd.txbuf = ctx->scratch->int1;
H A Dsnmpd.h234 u_int32_t txbuf; member in struct:snmpd
H A Dmain.c91 2048, /* txbuf */
258 if ((buf = malloc(tx ? snmpd.txbuf : snmpd.rxbuf)) == NULL) {
275 return (tx ? snmpd.txbuf : snmpd.rxbuf);
289 resp_b.asn_len = snmpd.txbuf;
669 resp_b.asn_len = snmpd.txbuf;
745 resp_b.asn_len = snmpd.txbuf;
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h821 uint64_t txbuf : 2; /**< Outgoing SRIO MAC Buffer. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_s
829 uint64_t txbuf : 2;
865 uint64_t txbuf : 2; /**< Outgoing SRIO MAC Buffer. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_cn63xx
874 uint64_t txbuf : 2;
908 uint64_t txbuf : 2; /**< Outgoing SRIO MAC Buffer. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_cn63xxp1
916 uint64_t txbuf : 2;
/freebsd-12-stable/sys/dev/rc/
H A Drc.c1118 u_char txbuf[CD180_NFIFO]; /* TX buffer */ member in struct:rtest
1161 tchans[chan].txbuf[i] = ctest[i];
1188 tchans[chan].txbuf[iack]);
/freebsd-12-stable/sys/dev/ctau/
H A Dctddk.h593 void ct_start_scc (ct_chan_t *c, char *rxbuf, char * txbuf);
H A Dctddk.c285 void ct_start_scc (ct_chan_t *c, char *rxbuf, char *txbuf) argument
288 c->scctx = txbuf;
/freebsd-12-stable/sys/dev/malo/
H A Dif_malo.c80 SYSCTL_INT(_hw_malo, OID_AUTO, txbuf, CTLFLAG_RWTUN, &malo_txbuf,
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c196 SYSCTL_INT(_hw_mwl, OID_AUTO, txbuf, CTLFLAG_RWTUN, &mwl_txbuf,
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath.c249 SYSCTL_INT(_hw_ath, OID_AUTO, txbuf, CTLFLAG_RWTUN, &ath_txbuf,
1062 * in the txbuf list before allowing data frames (raw or
3133 * safe print a warning and fudge the txbuf

Completed in 393 milliseconds