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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp1913 static bool ohciUnlinkGeneralTdInList(POHCI pThis, uint32_t TdAddr, POHCITD pTd, POHCIED pEd) function
1916 Log(("ohciUnlinkGeneralTdInList: Unlinking non-head TD! TdAddr=%#010RX32 HeadTdAddr=%#010RX32 LastEdAddr=%#010RX32\n",
1930 ohciWriteTd(pThis, CurTdAddr, &Td, "ohciUnlinkGeneralTdInList");
1939 Log(("ohciUnlinkGeneralTdInList: TdAddr=%#010RX32 wasn't found in the list!!! (cMax=%d)\n", TdAddr, cMax));
2038 if (!ohciUnlinkGeneralTdInList(pThis, TdAddr, pTd, pEd))

Completed in 192 milliseconds