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

/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c229 if (!htt->txbuf.vaddr_txbuff_32)
232 size = htt->txbuf.size;
233 dma_free_coherent(ar->dev, size, htt->txbuf.vaddr_txbuff_32,
234 htt->txbuf.paddr);
235 htt->txbuf.vaddr_txbuff_32 = NULL;
246 htt->txbuf.vaddr_txbuff_32 = dma_alloc_coherent(ar->dev, size,
247 &htt->txbuf.paddr,
249 if (!htt->txbuf.vaddr_txbuff_32)
252 htt->txbuf.size = size;
262 if (!htt->txbuf
1396 struct ath10k_htt_txbuf_32 *txbuf; local
1601 struct ath10k_htt_txbuf_64 *txbuf; local
[all...]
H A Dhtt.h1927 } txbuf; member in struct:ath10k_htt
/freebsd-current/sys/dev/irdma/
H A Dirdma_puda.c1290 * @txbuf: tx buffer for sending back
1297 struct irdma_puda_buf *txbuf,
1301 void *mem2 = (u8 *)txbuf->mem.va + txbuf_offset;
1309 * @txbuf: buffer to prepare
1313 struct irdma_puda_buf *txbuf)
1315 txbuf->tcphlen = buf->tcphlen;
1316 txbuf->ipv4 = buf->ipv4;
1319 txbuf->hdrlen = txbuf->tcphlen;
1320 irdma_ieq_copy_to_txbuf(buf, txbuf, IRDMA_TCP_OFFSE
1296 irdma_ieq_copy_to_txbuf(struct irdma_puda_buf *buf, struct irdma_puda_buf *txbuf, u16 buf_offset, u32 txbuf_offset, u32 len) argument
1312 irdma_ieq_setup_tx_buf(struct irdma_puda_buf *buf, struct irdma_puda_buf *txbuf) argument
1358 irdma_ieq_compl_pfpdu(struct irdma_puda_rsrc *ieq, struct list_head *rxlist, struct list_head *pbufl, struct irdma_puda_buf *txbuf, u16 fpdu_len) argument
1476 struct irdma_puda_buf *txbuf = NULL; local
1552 struct irdma_puda_buf *txbuf; local
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_log_buf.h474 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \
477 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \
524 * struct sockbuf *txbuf, uint8_t eventid, int errornum,
529 * rxbuf and txbuf are optional; if present, they will appear in the record.
540 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \
543 TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, \
547 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \
552 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \
555 tcp_log_event(tp, th, rxbuf, txbuf, eventid, \
566 struct sockbuf *txbuf, uint8_
587 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.c1675 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len,
1833 if (txbuf != NULL) {
1835 log_buf->tlb_txbuf.tls_sb_acc = txbuf->sb_acc;
1836 log_buf->tlb_txbuf.tls_sb_ccc = txbuf->sb_ccc;
1674 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-current/sys/riscv/sifive/
H A Dsifive_spi.c182 sfspi_xfer_buf(struct sfspi_softc *sc, uint8_t *rxbuf, uint8_t *txbuf, argument
189 KASSERT(txbuf != NULL, ("TX buffer cannot be NULL"));
193 sfspi_tx(sc, txbuf, bytes);
194 txbuf += bytes;
/freebsd-current/sys/dev/spibus/controller/rockchip/
H A Drk_spi.c115 uint8_t *txbuf; member in struct:rk_spi_softc
226 RK_SPI_WRITE_4(sc, RK_SPI_TXDR, sc->txbuf[sc->txidx++]);
235 rk_spi_xfer_buf(struct rk_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) argument
245 sc->txbuf = txbuf;
/freebsd-current/sys/arm/freescale/imx/
H A Dimx_spi.c137 uint8_t *txbuf; member in struct:spi_softc
287 WR4(sc, ECSPI_TXDATA, sc->txbuf[sc->txidx++]);
372 spi_xfer_buf(struct spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) argument
378 "spi_xfer_buf, rxbuf %p txbuf %p len %u\n",
379 rxbuf, txbuf, len);
388 sc->txbuf = txbuf;
/freebsd-current/sys/dev/neta/
H A Dif_mvneta.c1302 struct mvneta_buf *txbuf; local
1323 txbuf = &tx->txbuf[i];
1324 if (txbuf->dmap != NULL) {
1326 txbuf->dmap);
1411 struct mvneta_buf *txbuf; local
1421 txbuf = &tx->txbuf[i];
1422 txbuf->m = NULL;
1425 &txbuf
1453 struct mvneta_buf *txbuf; local
2678 struct mvneta_buf *txbuf; local
2853 struct mvneta_buf *txbuf; local
[all...]
H A Dif_mvnetavar.h150 struct mvneta_buf txbuf[MVNETA_TX_RING_CNT]; member in struct:mvneta_tx_ring
/freebsd-current/sys/dev/spibus/controller/allwinner/
H A Daw_spi.c150 uint8_t *txbuf; member in struct:aw_spi_softc
394 AW_SPI_WRITE_1(sc, AW_SPI_TXD, sc->txbuf[sc->txcnt++]);
463 aw_spi_xfer(struct aw_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t txlen, uint32_t rxlen) argument
470 sc->txbuf = txbuf;
/freebsd-current/tools/tools/netmap/
H A Dbridge.c115 char *txbuf = NETMAP_BUF(txring, ts->buf_idx); local
116 nm_pkt_copy(rxbuf, txbuf, ts->len);
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_parse.c5050 struct txbuf struct
5056 void sendcmd (struct txbuf *buf, int c);
5057 void sendbyte (struct txbuf *buf, int b);
5058 void sendetx (struct txbuf *buf, struct parseunit *parse);
5059 void sendint (struct txbuf *buf, int a);
5060 void sendflt (struct txbuf *buf, double a);
5064 struct txbuf *buf,
5073 void sendcmd (struct txbuf *buf, int c);
5074 void sendbyte (struct txbuf *buf, int b);
5075 void sendetx (struct txbuf *bu
[all...]
/freebsd-current/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-current/sys/dev/malo/
H A Dif_malo.c75 SYSCTL_INT(_hw_malo, OID_AUTO, txbuf, CTLFLAG_RWTUN, &malo_txbuf,
/freebsd-current/sys/dev/mwl/
H A Dif_mwl.c195 SYSCTL_INT(_hw_mwl, OID_AUTO, txbuf, CTLFLAG_RWTUN, &mwl_txbuf,
/freebsd-current/sys/dev/ath/
H A Dif_ath.c248 SYSCTL_INT(_hw_ath, OID_AUTO, txbuf, CTLFLAG_RWTUN, &ath_txbuf,
1062 * in the txbuf list before allowing data frames (raw or
3180 * safe print a warning and fudge the txbuf

Completed in 432 milliseconds