Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dpcnet.c193 int16_t buf_length; member
292 GET_FIELD((R)->buf_length, RMDL, ONES), \
293 4096-GET_FIELD((R)->buf_length, RMDL, BCNT), \
371 int16_t buf_length; in pcnet_rmd_load() member
376 rmd->buf_length = le16_to_cpu(rda.buf_length); in pcnet_rmd_load()
383 le16_to_cpus((uint16_t *)&rmd->buf_length); in pcnet_rmd_load()
401 int16_t buf_length; in pcnet_rmd_store() member
406 rda.buf_length = cpu_to_le16(rmd->buf_length); in pcnet_rmd_store()
412 int16_t buf_length; in pcnet_rmd_store() member
418 rda.buf_length = cpu_to_le16(rmd->buf_length); in pcnet_rmd_store()
[all …]