| /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, \ 356 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, 375 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_() argument
|
| H A D | tcp_log_buf.c | 1521 struct sockbuf *txbuf, uint8_t eventid, int errornum, uint32_t len, in tcp_log_event_() argument 1664 if (txbuf != NULL) { in tcp_log_event_() 1666 log_buf->tlb_txbuf.tls_sb_acc = txbuf->sb_acc; in tcp_log_event_() 1667 log_buf->tlb_txbuf.tls_sb_ccc = txbuf->sb_ccc; in tcp_log_event_()
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_spi.c | 128 if (dev->txbuf) { in spi_write_bytes() 131 val = dev->txbuf[count]; in spi_write_bytes() 134 p16 = (u16 *)(dev->txbuf + 2*count); in spi_write_bytes() 140 p32 = (u32 *)(dev->txbuf + 4*count); in spi_write_bytes() 227 dev->txbuf = wdata; in spi_command() 234 dev->txbuf = NULL; in spi_command()
|
| H A D | opae_spi.h | 75 unsigned char *txbuf; member
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_spi.c | 139 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()
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_spi.c | 118 uint8_t *txbuf; member 230 RK_SPI_WRITE_4(sc, RK_SPI_TXDR, sc->txbuf[sc->txidx++]); in rk_spi_fill_txfifo() 240 rk_spi_xfer_buf(struct rk_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t len) in rk_spi_xfer_buf() argument 250 sc->txbuf = txbuf; in rk_spi_xfer_buf()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_spi.c | 155 uint8_t *txbuf; member 399 AW_SPI_WRITE_1(sc, AW_SPI_TXD, sc->txbuf[sc->txcnt++]); in aw_spi_fill_txfifo() 466 aw_spi_xfer(struct aw_spi_softc *sc, void *rxbuf, void *txbuf, uint32_t txlen, uint32_t rxlen) in aw_spi_xfer() argument 473 sc->txbuf = txbuf; in aw_spi_xfer()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-sriox-defs.h | 821 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;
|