Searched refs:rxbuf (Results 1 - 18 of 18) sorted by relevance

/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, \
523 * TCP_LOG_EVENT(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf,
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, \
565 struct tcp_log_buffer *tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf,
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.c1674 tcp_log_event(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, argument
1824 if (rxbuf != NULL) {
1826 log_buf->tlb_rxbuf.tls_sb_acc = rxbuf->sb_acc;
1827 log_buf->tlb_rxbuf.tls_sb_ccc = rxbuf->sb_ccc;
/freebsd-current/sys/riscv/sifive/
H A Dsifive_spi.c182 sfspi_xfer_buf(struct sfspi_softc *sc, uint8_t *rxbuf, uint8_t *txbuf, argument
188 KASSERT(rxbuf != NULL, ("RX buffer cannot be NULL"));
195 sfspi_rx(sc, rxbuf, bytes);
196 rxbuf += bytes;
/freebsd-current/sys/dev/spibus/controller/rockchip/
H A Drk_spi.c113 uint8_t *rxbuf; member in struct:rk_spi_softc
215 sc->rxbuf[sc->rxidx++] = (uint8_t)RK_SPI_READ_4(sc, RK_SPI_RXDR);
235 rk_spi_xfer_buf(struct rk_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) argument
242 sc->rxbuf = rxbuf;
/freebsd-current/sys/arm/freescale/imx/
H A Dimx_spi.c134 uint8_t *rxbuf; member in struct:spi_softc
277 sc->rxbuf[sc->rxidx++] = (uint8_t)RD4(sc, ECSPI_RXDATA);
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);
385 sc->rxbuf = rxbuf;
/freebsd-current/sys/dev/spibus/controller/allwinner/
H A Daw_spi.c148 uint8_t *rxbuf; member in struct:aw_spi_softc
418 sc->rxbuf[sc->rxcnt++] = val;
463 aw_spi_xfer(struct aw_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t txlen, uint32_t rxlen) argument
468 sc->rxbuf = rxbuf;
/freebsd-current/sys/dev/neta/
H A Dif_mvneta.c1209 struct mvneta_buf *rxbuf; local
1239 rxbuf = &rx->rxbuf[i];
1240 rxbuf->dmap = dmap;
1241 rxbuf->m = NULL;
1476 struct mvneta_buf *rxbuf; local
1484 rxbuf = &rx->rxbuf[i];
1485 mvneta_rx_buf_free(sc, rxbuf);
3006 struct mvneta_buf *rxbuf; local
3131 mvneta_rx_buf_free(struct mvneta_softc *sc, struct mvneta_buf *rxbuf) argument
3144 struct mvneta_buf *rxbuf; local
[all...]
H A Dif_mvnetavar.h117 struct mvneta_buf rxbuf[MVNETA_RX_RING_CNT]; member in struct:mvneta_rx_ring
/freebsd-current/tools/tools/netmap/
H A Dbridge.c114 char *rxbuf = NETMAP_BUF(rxring, rs->buf_idx); local
116 nm_pkt_copy(rxbuf, txbuf, ts->len);
/freebsd-current/contrib/bsnmp/snmpd/
H A Daction.c647 value->v.integer = snmpd.rxbuf;
674 ctx->scratch->int1 = snmpd.rxbuf;
678 snmpd.rxbuf = value->v.integer;
712 snmpd.rxbuf = ctx->scratch->int1;
H A Dsnmpd.h237 u_int32_t rxbuf; member in struct:snmpd
H A Dmain.c92 2048, /* rxbuf */
258 if ((buf = malloc(tx ? snmpd.txbuf : snmpd.rxbuf)) == NULL) {
275 return (tx ? snmpd.txbuf : snmpd.rxbuf);
/freebsd-current/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c658 char rxbuf[RXBUFSIZE]; local
695 len = recvfrom(sock, rxbuf, RXBUFSIZE, 0, &from.sa,
/freebsd-current/contrib/libpcap/
H A Dpcap-dos.c885 static char rxbuf [ETH_MAX+100]; /* rx-buffer with some margin */ variable
895 memcpy (rxbuf, buf, pcap->caplen);
913 return (void*) &rxbuf;
/freebsd-current/sys/dev/bwi/
H A Dif_bwi.c2493 struct bwi_rxbuf *rxbuf = &rbd->rbd_buf[buf_idx]; local
2536 bus_dmamap_unload(sc->sc_buf_dtag, rxbuf->rb_dmap);
2537 rxbuf->rb_mbuf = m;
2538 rxbuf->rb_paddr = paddr;
2543 map = rxbuf->rb_dmap;
2544 rxbuf->rb_dmap = rbd->rbd_tmp_dmap;
2551 hdr = mtod(rxbuf->rb_mbuf, struct bwi_rxbuf_hdr *);
2553 bus_dmamap_sync(sc->sc_buf_dtag, rxbuf->rb_dmap, BUS_DMASYNC_PREWRITE);
2558 sc->sc_setup_rxdesc(sc, buf_idx, rxbuf->rb_paddr,
2559 rxbuf
[all...]
/freebsd-current/sys/dev/malo/
H A Dif_malo.c69 SYSCTL_INT(_hw_malo, OID_AUTO, rxbuf, CTLFLAG_RWTUN, &malo_rxbuf,
/freebsd-current/sys/dev/mwl/
H A Dif_mwl.c192 SYSCTL_INT(_hw_mwl, OID_AUTO, rxbuf, CTLFLAG_RWTUN, &mwl_rxbuf,
/freebsd-current/sys/dev/ath/
H A Dif_ath.c245 SYSCTL_INT(_hw_ath, OID_AUTO, rxbuf, CTLFLAG_RWTUN, &ath_rxbuf,

Completed in 201 milliseconds