Searched refs:trb_type (Results 1 – 4 of 4) sorted by relevance
2311 u32 trb_type; in process_ctrl_td() local2333 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()2339 switch (trb_type) { in process_ctrl_td()2352 trb_type); in process_ctrl_td()2365 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()2373 if (trb_type == TRB_SETUP) in process_ctrl_td()2380 if (trb_type == TRB_DATA || in process_ctrl_td()2381 trb_type == TRB_NORMAL) { in process_ctrl_td()3004 u32 trb_type; in xhci_handle_event_trb() local3018 switch (trb_type) { in xhci_handle_event_trb()[all …]
1901 u32 trb_type, u32 slot_id);
1004 u32 trb_type; in cdnsp_process_ctrl_td() local1006 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event_trb->generic.field[3])); in cdnsp_process_ctrl_td()1015 if (trb_type == TRB_DATA) { in cdnsp_process_ctrl_td()2403 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type) in cdnsp_queue_slot_control() argument2405 cdnsp_queue_command(pdev, 0, 0, 0, TRB_TYPE(trb_type) | in cdnsp_queue_slot_control()
1534 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type);