Home
last modified time | relevance | path

Searched refs:txbuf (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi.c128 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 Dopae_spi.h75 unsigned char *txbuf; member