Searched refs:trb_type (Results 1 – 3 of 3) sorted by relevance
1936 union xhci_trb *event, u32 trb_type) in handle_vendor_event() argument1938 xhci_dbg(xhci, "Vendor specific event TRB type = %u\n", trb_type); in handle_vendor_event()1939 if (trb_type == TRB_NEC_CMD_COMP && (xhci->quirks & XHCI_NEC_HOST)) in handle_vendor_event()2300 u32 trb_type; in process_ctrl_td() local2302 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()2310 if (trb_type != TRB_STATUS) { in process_ctrl_td()2312 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()2322 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()2328 switch (trb_type) { in process_ctrl_td()2341 trb_type); in process_ctrl_td()[all …]
1006 u32 trb_type; in cdnsp_process_ctrl_td() local1008 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event_trb->generic.field[3])); in cdnsp_process_ctrl_td()1017 if (trb_type == TRB_DATA) { in cdnsp_process_ctrl_td()2405 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type) in cdnsp_queue_slot_control() argument2407 cdnsp_queue_command(pdev, 0, 0, 0, TRB_TYPE(trb_type) | in cdnsp_queue_slot_control()
1544 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type);