| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | htt_tx.c | 232 size = htt->txbuf.size; in ath10k_htt_tx_free_cont_txbuf_32() 234 htt->txbuf.paddr); in ath10k_htt_tx_free_cont_txbuf_32() 247 &htt->txbuf.paddr, in ath10k_htt_tx_alloc_cont_txbuf_32() 252 htt->txbuf.size = size; in ath10k_htt_tx_alloc_cont_txbuf_32() 265 size = htt->txbuf.size; in ath10k_htt_tx_free_cont_txbuf_64() 267 htt->txbuf.paddr); in ath10k_htt_tx_free_cont_txbuf_64() 285 htt->txbuf.size = size; in ath10k_htt_tx_alloc_cont_txbuf_64() 1420 txbuf = htt->txbuf.vaddr_txbuff_32 + msdu_id; in ath10k_htt_tx_32() 1509 txbuf->htc_hdr.len = __cpu_to_le16(sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_32() 1625 txbuf = htt->txbuf.vaddr_txbuff_64 + msdu_id; in ath10k_htt_tx_64() [all …]
|
| H A D | htt.h | 1927 } txbuf; member
|
| /freebsd-14.2/sys/dev/irdma/ |
| H A D | irdma_puda.c | 1319 txbuf->hdrlen = txbuf->tcphlen; in irdma_ieq_setup_tx_buf() 1321 txbuf->hdrlen); in irdma_ieq_setup_tx_buf() 1375 txbuf->totallen = txbuf->hdrlen + fpdu_len; in irdma_ieq_compl_pfpdu() 1376 txbuf->data = (u8 *)txbuf->mem.va + txoffset; in irdma_ieq_compl_pfpdu() 1380 txbuf->data = (u8 *)txbuf->mem.va + buf->hdrlen; in irdma_ieq_compl_pfpdu() 1489 if (!txbuf) { in irdma_ieq_handle_partial() 1512 txbuf->mem.va, txbuf->totallen); in irdma_ieq_handle_partial() 1525 if (txbuf) in irdma_ieq_handle_partial() 1593 if (!txbuf) { in irdma_ieq_process_buf() 1604 txbuf->totallen = txbuf->hdrlen + len; in irdma_ieq_process_buf() [all …]
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_log_buf.h | 471 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument 474 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 537 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument 540 TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, \ 544 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 549 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument 552 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \ 563 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, 585 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event() argument
|
| H A D | tcp_log_buf.c | 1675 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event() argument 1833 if (txbuf != NULL) { in tcp_log_event() 1835 log_buf->tlb_txbuf.tls_sb_acc = txbuf->sb_acc; in tcp_log_event() 1836 log_buf->tlb_txbuf.tls_sb_ccc = txbuf->sb_ccc; in tcp_log_event()
|
| /freebsd-14.2/sys/arm/freescale/imx/ |
| H A D | imx_spi.c | 137 uint8_t *txbuf; member 287 WR4(sc, ECSPI_TXDATA, sc->txbuf[sc->txidx++]); in spi_fill_txfifo() 372 spi_xfer_buf(struct spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) in spi_xfer_buf() argument 379 rxbuf, txbuf, len); in spi_xfer_buf() 388 sc->txbuf = txbuf; in spi_xfer_buf()
|
| /freebsd-14.2/sys/arm64/rockchip/ |
| H A D | rk_spi.c | 116 uint8_t *txbuf; member 227 RK_SPI_WRITE_4(sc, RK_SPI_TXDR, sc->txbuf[sc->txidx++]); in rk_spi_fill_txfifo() 236 rk_spi_xfer_buf(struct rk_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) in rk_spi_xfer_buf() argument 246 sc->txbuf = txbuf; in rk_spi_xfer_buf()
|
| /freebsd-14.2/sys/dev/neta/ |
| H A D | if_mvneta.c | 1318 txbuf = &tx->txbuf[i]; in mvneta_ring_dealloc_tx_queue() 1321 txbuf->dmap); in mvneta_ring_dealloc_tx_queue() 1416 txbuf = &tx->txbuf[i]; in mvneta_ring_init_tx_queue() 1417 txbuf->m = NULL; in mvneta_ring_init_tx_queue() 1420 &txbuf->dmap); in mvneta_ring_init_tx_queue() 1456 txbuf = &tx->txbuf[i]; in mvneta_ring_flush_tx_queue() 1460 txbuf->m = NULL; in mvneta_ring_flush_tx_queue() 2712 txbuf = &tx->txbuf[tx->cpu]; in mvneta_tx_queue() 2743 txbuf->m = mbuf; in mvneta_tx_queue() 2886 txbuf = &tx->txbuf[tx->dma]; in mvneta_tx_queue_complete() [all …]
|
| H A D | if_mvnetavar.h | 150 struct mvneta_buf txbuf[MVNETA_TX_RING_CNT]; member
|
| /freebsd-14.2/sys/riscv/sifive/ |
| H A D | sifive_spi.c | 183 sfspi_xfer_buf(struct sfspi_softc *sc, uint8_t *rxbuf, uint8_t *txbuf, in sfspi_xfer_buf() argument 190 KASSERT(txbuf != NULL, ("TX buffer cannot be NULL")); in sfspi_xfer_buf() 194 sfspi_tx(sc, txbuf, bytes); in sfspi_xfer_buf() 195 txbuf += bytes; in sfspi_xfer_buf()
|
| /freebsd-14.2/sys/arm/allwinner/ |
| H A D | aw_spi.c | 151 uint8_t *txbuf; member 395 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-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_parse.c | 5050 struct txbuf struct 5056 void sendcmd (struct txbuf *buf, int c); argument 5057 void sendbyte (struct txbuf *buf, int b); 5059 void sendint (struct txbuf *buf, int a); 5064 struct txbuf *buf, in sendcmd() 5081 struct txbuf *buf, in sendbyte() 5092 struct txbuf *buf, in sendetx() 5123 struct txbuf *buf, in sendint() 5134 struct txbuf *buf, in sendflt() 5163 struct txbuf buf; in trimbletsip_setup() [all …]
|
| /freebsd-14.2/tools/tools/netmap/ |
| H A D | bridge.c | 115 char *txbuf = NETMAP_BUF(txring, ts->buf_idx); in rings_move() local 116 nm_pkt_copy(rxbuf, txbuf, ts->len); in rings_move()
|
| /freebsd-14.2/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-14.2/sys/dev/malo/ |
| H A D | if_malo.c | 79 SYSCTL_INT(_hw_malo, OID_AUTO, txbuf, CTLFLAG_RWTUN, &malo_txbuf,
|
| /freebsd-14.2/sys/dev/mwl/ |
| H A D | if_mwl.c | 195 SYSCTL_INT(_hw_mwl, OID_AUTO, txbuf, CTLFLAG_RWTUN, &mwl_txbuf,
|
| /freebsd-14.2/sys/dev/ath/ |
| H A D | if_ath.c | 248 SYSCTL_INT(_hw_ath, OID_AUTO, txbuf, CTLFLAG_RWTUN, &ath_txbuf,
|