Home
last modified time | relevance | path

Searched refs:wlen (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi.c211 unsigned int wlen, void *wdata, in spi_command() argument
214 if (((wlen > 0) && !wdata) || ((rlen > 0) && !rdata)) { in spi_command()
219 wlen = wlen / dev->data_width; in spi_command()
226 if (wlen) { in spi_command()
229 dev->len = wlen; in spi_command()
243 unsigned int wlen, void *wdata) in spi_write() argument
245 return spi_command(dev, chip_select, wlen, wdata, 0, NULL); in spi_write()
H A Dopae_spi.h123 unsigned int wlen, void *wdata);
125 unsigned int wlen, void *wdata, unsigned int rlen, void *rdata);
/dpdk/app/test/
H A Dresource.c41 size_t wlen = fwrite(r->begin + total, 1, goal - total, f); in resource_fwrite() local
42 if (wlen == 0) { in resource_fwrite()
47 total += wlen; in resource_fwrite()