| /f-stack/freebsd/netinet/ |
| H A D | tcp_log_buf.h | 301 #define TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder… argument 304 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \ 330 #define TCP_LOG_EVENT(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder) \ argument 333 TCP_LOG_EVENT_VERBOSE(tp, th, rxbuf, txbuf, \ 337 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \ 342 #define TCP_LOG_EVENTP(tp, th, rxbuf, txbuf, eventid, errornum, len, stackinfo, th_hostorder, tv) \ argument 345 tcp_log_event_(tp, th, rxbuf, txbuf, eventid, \ 355 struct tcp_log_buffer *tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, 374 tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event_() argument
|
| H A D | tcp_log_buf.c | 1520 tcp_log_event_(struct tcpcb *tp, struct tcphdr *th, struct sockbuf *rxbuf, in tcp_log_event_() argument 1658 if (rxbuf != NULL) { in tcp_log_event_() 1660 log_buf->tlb_rxbuf.tls_sb_acc = rxbuf->sb_acc; in tcp_log_event_() 1661 log_buf->tlb_rxbuf.tls_sb_ccc = rxbuf->sb_ccc; in tcp_log_event_()
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_spi.c | 155 if (dev->rxbuf) { in spi_fill_readbuffer() 158 dev->rxbuf[count] = value; in spi_fill_readbuffer() 161 p16 = (u16 *)(dev->rxbuf + 2*count); in spi_fill_readbuffer() 168 p32 = (u32 *)(dev->rxbuf + 4*count); in spi_fill_readbuffer() 228 dev->rxbuf = rdata; in spi_command() 233 dev->rxbuf = rdata; in spi_command()
|
| H A D | opae_spi.h | 74 unsigned char *rxbuf; member
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_spi.c | 136 uint8_t *rxbuf; member 279 sc->rxbuf[sc->rxidx++] = (uint8_t)RD4(sc, ECSPI_RXDATA); in spi_empty_rxfifo() 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() 387 sc->rxbuf = rxbuf; in spi_xfer_buf()
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_spi.c | 116 uint8_t *rxbuf; member 218 sc->rxbuf[sc->rxidx++] = (uint8_t)RK_SPI_READ_4(sc, RK_SPI_RXDR); in rk_spi_empty_rxfifo() 240 rk_spi_xfer_buf(struct rk_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) in rk_spi_xfer_buf() argument 247 sc->rxbuf = rxbuf; in rk_spi_xfer_buf()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_spi.c | 153 uint8_t *rxbuf; member 423 sc->rxbuf[sc->rxcnt++] = val; in aw_spi_read_rxfifo() 466 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->rxbuf = rxbuf; in aw_spi_xfer()
|
| /f-stack/dpdk/doc/guides/vdpadevs/features/ |
| H A D | default.ini | 20 mrg rxbuf =
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 577 const void *rxbuf; in hn_rxpkt() local 585 rxbuf = hv->rxbuf_res->addr; in hn_rxpkt() 586 iova = rte_mem_virt2iova(rxbuf) + RTE_PTR_DIFF(data, rxbuf); in hn_rxpkt() 769 char *rxbuf = hv->rxbuf_res->addr; in hn_nvs_handle_rxbuf() local 801 rxbuf[count]))) { in hn_nvs_handle_rxbuf() 819 ofs = pkt->rxbuf[i].ofs; in hn_nvs_handle_rxbuf() 820 len = pkt->rxbuf[i].len; in hn_nvs_handle_rxbuf() 835 rxbuf + ofs, len); in hn_nvs_handle_rxbuf()
|
| /f-stack/dpdk/drivers/bus/vmbus/ |
| H A D | rte_vmbus_reg.h | 182 struct vmbus_rxbuf_desc rxbuf[]; member
|
| /f-stack/dpdk/doc/guides/vdpadevs/ |
| H A D | features_overview.rst | 39 mrg rxbuf
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-sriox-defs.h | 822 uint64_t rxbuf : 2; /**< Incoming SRIO MAC Buffer. */ member 828 uint64_t rxbuf : 2; 866 uint64_t rxbuf : 2; /**< Incoming SRIO MAC Buffer. */ member 873 uint64_t rxbuf : 2; 909 uint64_t rxbuf : 2; /**< Incoming SRIO MAC Buffer. */ member 915 uint64_t rxbuf : 2;
|