Searched refs:trb_completion_code (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h45 uint8 trb_completion_code; member in struct:xhci_td
H A Dxhci.cpp1258 status_t status = (td->trb_completion_code == COMP_SUCCESS
1259 || td->trb_completion_code == COMP_SHORT_PACKET) ? B_OK : B_ERROR;
1400 result->trb_completion_code = 0;
2754 td->trb_completion_code = completionCode;
3146 const uint8 completionCode = td->trb_completion_code;

Completed in 87 milliseconds