Home
last modified time | relevance | path

Searched refs:txbuf (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dtcp_log_buf.h285 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument
288 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \
314 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument
317 TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, \
321 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \
326 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument
329 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \
341 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len,
358 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_() argument
H A Dtcp_log_buf.c1334 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_() argument
1467 if (txbuf != NULL) { in tcp_log_event_()
1469 log_buf->tlb_txbuf.tls_sb_acc = txbuf->sb_acc; in tcp_log_event_()
1470 log_buf->tlb_txbuf.tls_sb_ccc = txbuf->sb_ccc; in tcp_log_event_()
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx_spi.c139 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-12.1/sys/dev/neta/
H A Dif_mvneta.c1319 txbuf = &tx->txbuf[i]; in mvneta_ring_dealloc_tx_queue()
1322 txbuf->dmap); in mvneta_ring_dealloc_tx_queue()
1419 txbuf = &tx->txbuf[i]; in mvneta_ring_init_tx_queue()
1420 txbuf->m = NULL; in mvneta_ring_init_tx_queue()
1423 &txbuf->dmap); in mvneta_ring_init_tx_queue()
1459 txbuf = &tx->txbuf[i]; in mvneta_ring_flush_tx_queue()
1463 txbuf->m = NULL; in mvneta_ring_flush_tx_queue()
2696 txbuf = &tx->txbuf[tx->cpu]; in mvneta_tx_queue()
2727 txbuf->m = mbuf; in mvneta_tx_queue()
2866 txbuf = &tx->txbuf[tx->dma]; in mvneta_tx_queue_complete()
[all …]
H A Dif_mvnetavar.h158 struct mvneta_buf txbuf[MVNETA_TX_RING_CNT]; member
/freebsd-12.1/sys/arm/allwinner/
H A Daw_spi.c153 uint8_t *txbuf; member
397 AW_SPI_WRITE_1(sc, AW_SPI_TXD, sc->txbuf[sc->txcnt++]); in aw_spi_fill_txfifo()
464 aw_spi_xfer(struct aw_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t txlen, uint32_t rxlen) in aw_spi_xfer() argument
471 sc->txbuf = txbuf; in aw_spi_xfer()
/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_parse.c5036 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-12.1/tools/tools/netmap/
H A Dbridge.c102 char *txbuf = NETMAP_BUF(txring, ts->buf_idx); in process_rings() local
103 nm_pkt_copy(rxbuf, txbuf, ts->len); in process_rings()
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Daction.c644 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 Dsnmpd.h234 u_int32_t txbuf; member
H A Dmain.c258 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-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h821 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-12.1/sys/dev/rc/
H A Drc.c1118 u_char txbuf[CD180_NFIFO]; /* TX buffer */ in rc_test() member
1161 tchans[chan].txbuf[i] = ctest[i]; in rc_test()
1188 tchans[chan].txbuf[iack]); in rc_test()
/freebsd-12.1/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) in ct_start_scc() argument
288 c->scctx = txbuf; in ct_start_scc()
/freebsd-12.1/sys/dev/malo/
H A Dif_malo.c80 SYSCTL_INT(_hw_malo, OID_AUTO, txbuf, CTLFLAG_RWTUN, &malo_txbuf,
/freebsd-12.1/sys/dev/mwl/
H A Dif_mwl.c200 SYSCTL_INT(_hw_mwl, OID_AUTO, txbuf, CTLFLAG_RWTUN, &mwl_txbuf,
/freebsd-12.1/sys/dev/ath/
H A Dif_ath.c250 SYSCTL_INT(_hw_ath, OID_AUTO, txbuf, CTLFLAG_RWTUN, &ath_txbuf,