Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c1492 u32 trb_type; in handle_vendor_event() local
1494 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->generic.field[3])); in handle_vendor_event()
1495 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); in handle_vendor_event()
1496 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()
1924 u32 trb_type; in process_ctrl_td() local
1926 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()
1937 if (trb_type != TRB_STATUS) { in process_ctrl_td()
1939 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
1949 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
1955 switch (trb_type) { in process_ctrl_td()
[all …]
Dxhci.h2058 u32 trb_type, u32 slot_id);