Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c45 #define BUFF_SIZE 5*4096 // Max bytes to transfer per transaction macro
1356 if (get_field(p->qtd.token, QTD_TOKEN_TBYTES) > BUFF_SIZE) { in ehci_execute()
1392 if (p->packet.actual_length > BUFF_SIZE) { in ehci_execute()
1429 if (len > BUFF_SIZE || pg > 6) { in ehci_process_itd()