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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhci.c141 uint8_t trb_type; member in struct:xhci_std_temp
1802 if (temp->trb_type == XHCI_TRB_TYPE_SETUP_STAGE) {
1881 switch (temp->trb_type) {
1912 * TRB. Update the "trb_type".
1914 temp->trb_type = XHCI_TRB_TYPE_NORMAL;
2126 temp.trb_type = XHCI_TRB_TYPE_ISOCH;
2137 temp.trb_type = XHCI_TRB_TYPE_SETUP_STAGE;
2153 temp.trb_type = xfer->flags_int.control_did_data ?
2160 temp.trb_type = XHCI_TRB_TYPE_NORMAL;
2262 temp.trb_type
[all...]

Completed in 109 milliseconds