Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c72 uint8_t static_buf[64]; /* 64 bytes is enough, except for isoc packets */ member
192 if (async->buf != async->static_buf) { in uhci_async_free()
844 if (max_len <= sizeof(async->static_buf)) { in uhci_handle_td()
845 async->buf = async->static_buf; in uhci_handle_td()