Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/controller/
H A Dxhci.c149 uint8_t trb_type; member
1756 if (temp->trb_type == XHCI_TRB_TYPE_SETUP_STAGE) { in xhci_setup_generic_chain_sub()
1835 switch (temp->trb_type) { in xhci_setup_generic_chain_sub()
1868 temp->trb_type = XHCI_TRB_TYPE_NORMAL; in xhci_setup_generic_chain_sub()
2082 temp.trb_type = XHCI_TRB_TYPE_ISOCH; in xhci_setup_generic_chain()
2091 temp.trb_type = XHCI_TRB_TYPE_SETUP_STAGE; in xhci_setup_generic_chain()
2107 temp.trb_type = xfer->flags_int.control_did_data ? in xhci_setup_generic_chain()
2114 temp.trb_type = XHCI_TRB_TYPE_NORMAL; in xhci_setup_generic_chain()
2216 temp.trb_type = XHCI_TRB_TYPE_STATUS_STAGE; in xhci_setup_generic_chain()