Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c92 uint8_t trb_type; member
1744 if (temp->trb_type == XHCI_TRB_TYPE_SETUP_STAGE) { in xhci_setup_generic_chain_sub()
1823 switch (temp->trb_type) { in xhci_setup_generic_chain_sub()
1854 * TRB. Update the "trb_type". in xhci_setup_generic_chain_sub()
1856 temp->trb_type = XHCI_TRB_TYPE_NORMAL; in xhci_setup_generic_chain_sub()
2068 temp.trb_type = XHCI_TRB_TYPE_ISOCH; in xhci_setup_generic_chain()
2079 temp.trb_type = XHCI_TRB_TYPE_SETUP_STAGE; in xhci_setup_generic_chain()
2095 temp.trb_type = xfer->flags_int.control_did_data ? in xhci_setup_generic_chain()
2102 temp.trb_type = XHCI_TRB_TYPE_NORMAL; in xhci_setup_generic_chain()
2205 temp.trb_type in xhci_setup_generic_chain()
[all...]

Completed in 3 milliseconds