Searched defs:QtdHw (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciDebug.c79 QTD_HW *QtdHw; local
88 QtdHw = &Qtd->QtdHw;
90 DEBUG ((EFI_D_INFO, "Next QTD : %x\n", QtdHw->NextQtd));
91 DEBUG ((EFI_D_INFO, "AltNext QTD : %x\n", QtdHw->AltNext));
92 DEBUG ((EFI_D_INFO, "Status : %x\n", QtdHw->Status));
93 EhcDumpStatus (QtdHw->Status);
95 if (QtdHw->Pid == QTD_PID_SETUP) {
98 } else if (QtdHw->Pid == QTD_PID_INPUT) {
101 } else if (QtdHw
[all...]
H A DEhciSched.c48 Qtd->QtdHw.Status = QTD_STAT_HALTED;
569 QTD_HW *QtdHw; local
588 QtdHw = &Qtd->QtdHw;
589 State = (UINT8) QtdHw->Status;
608 if (EHC_BIT_IS_SET (State, QTD_STAT_TRANS_ERR) && (QtdHw->ErrCnt == 0)) {
629 if (QtdHw->Pid != QTD_PID_SETUP) {
630 Urb->Completed += Qtd->DataLen - QtdHw->TotalBytes;
633 if ((QtdHw->TotalBytes != 0) && (QtdHw
889 QTD_HW *QtdHw; local
[all...]
H A DEhciUrb.c46 QTD_HW *QtdHw; local
65 QtdHw = &Qtd->QtdHw;
66 QtdHw->NextQtd = QTD_LINK (NULL, TRUE);
67 QtdHw->AltNext = QTD_LINK (NULL, TRUE);
68 QtdHw->Status = QTD_STAT_ACTIVE;
69 QtdHw->Pid = PktId;
70 QtdHw->ErrCnt = QTD_MAX_ERR;
71 QtdHw->Ioc = 0;
72 QtdHw
[all...]
H A DEhciUrb.h171 // QTD generated from a URB. Don't add fields before QtdHw.
174 QTD_HW QtdHw; member in struct:_EHC_QTD
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.c48 Qtd->QtdHw.Status = QTD_STAT_HALTED;
309 QTD_HW *QtdHw; local
327 QtdHw = &Qtd->QtdHw;
328 State = (UINT8) QtdHw->Status;
347 if (EHC_BIT_IS_SET (State, QTD_STAT_TRANS_ERR) && (QtdHw->ErrCnt == 0)) {
368 if (QtdHw->Pid != QTD_PID_SETUP) {
369 Urb->Completed += Qtd->DataLen - QtdHw->TotalBytes;
372 if ((QtdHw->TotalBytes != 0) && (QtdHw
[all...]
H A DEhciUrb.c45 QTD_HW *QtdHw; local
64 QtdHw = &Qtd->QtdHw;
65 QtdHw->NextQtd = QTD_LINK (NULL, TRUE);
66 QtdHw->AltNext = QTD_LINK (NULL, TRUE);
67 QtdHw->Status = QTD_STAT_ACTIVE;
68 QtdHw->Pid = PktId;
69 QtdHw->ErrCnt = QTD_MAX_ERR;
70 QtdHw->Ioc = 0;
71 QtdHw
[all...]
H A DEhciUrb.h167 // QTD generated from a URB. Don't add fields before QtdHw.
170 QTD_HW QtdHw; member in struct:_PEI_EHC_QTD

Completed in 64 milliseconds