Searched refs:QTD_PID_SETUP (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciDebug.c95 if (QtdHw->Pid == QTD_PID_SETUP) {
172 if (QhHw->Pid == QTD_PID_SETUP) {
H A DEhciUrb.h51 #define QTD_PID_SETUP 0x02 macro
H A DEhciUrb.c407 Qtd = EhcCreateQtd (Ehc, (UINT8 *)Urb->Request, (UINT8 *)Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket);
H A DEhciSched.c629 if (QtdHw->Pid != QTD_PID_SETUP) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.c368 if (QtdHw->Pid != QTD_PID_SETUP) {
H A DEhciUrb.h47 #define QTD_PID_SETUP 0x02 macro
H A DEhciUrb.c381 Qtd = EhcCreateQtd (Ehc, Urb->RequestPhy, Len, QTD_PID_SETUP, 0, Ep->MaxPacket);

Completed in 51 milliseconds