Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c1507 u32 trb_type; in handle_vendor_event() local
1509 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->generic.field[3])); in handle_vendor_event()
1510 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); in handle_vendor_event()
1511 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()
2018 u32 trb_type; in process_ctrl_td() local
2020 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()
2031 if (trb_type != TRB_STATUS) { in process_ctrl_td()
2033 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
2043 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2049 switch (trb_type) { in process_ctrl_td()
[all …]
Dxhci.h2077 u32 trb_type, u32 slot_id);