Lines Matching refs:xhci_warn

179 			xhci_warn(xhci, "Missing link TRB at end of segment\n");  in inc_deq()
191 xhci_warn(xhci, "Ring is an endless link TRB loop\n"); in inc_deq()
272 xhci_warn(xhci, "%s: Ring link TRB loop\n", __func__); in inc_enq()
492 xhci_warn(xhci, "Invalid slot_id %u\n", slot_id); in xhci_get_virt_ep()
496 xhci_warn(xhci, "Invalid endpoint index %u\n", ep_index); in xhci_get_virt_ep()
500 xhci_warn(xhci, "No xhci virt device for slot_id %u\n", slot_id); in xhci_get_virt_ep()
519 xhci_warn(xhci, "Invalid stream_id %u request for slot_id %u ep_index %u\n", in xhci_virt_ep_to_ring()
592 xhci_warn(xhci, "WARN can't find new dequeue, invalid stream ID %u\n", in xhci_move_dequeue_past_td()
611 xhci_warn(xhci, "Can't find new dequeue state, missing td\n"); in xhci_move_dequeue_past_td()
676 xhci_warn(xhci, "Can't find dma of new dequeue ptr\n"); in xhci_move_dequeue_past_td()
677 xhci_warn(xhci, "deq seg = %p, deq ptr = %p\n", new_seg, new_deq); in xhci_move_dequeue_past_td()
682 xhci_warn(xhci, "Set TR Deq already pending, don't submit for 0x%pad\n", in xhci_move_dequeue_past_td()
690 xhci_warn(xhci, "Can't alloc Set TR Deq cmd 0x%pad\n", &addr); in xhci_move_dequeue_past_td()
801 xhci_warn(xhci, "WARN Wrong bounce buffer read length: %zu != %d\n", in xhci_unmap_td_bounce_buffer()
828 xhci_warn(xhci, "URB req %u and actual %u transfer length mismatch\n", in xhci_td_cleanup()
980 xhci_warn(xhci, "WARN Cancelled URB %p has invalid stream ID %u.\n", in xhci_invalidate_cancelled_tds()
1084 xhci_warn(xhci, "Stop endpoint command completion for disabled slot %u\n", in xhci_handle_cmd_stop_ep()
1291 xhci_warn(xhci, "xHCI host not responding to stop endpoint command.\n"); in xhci_stop_endpoint_command_watchdog()
1292 xhci_warn(xhci, "USBSTS:%s\n", xhci_decode_usbsts(str, usbsts)); in xhci_stop_endpoint_command_watchdog()
1372 xhci_warn(xhci, "WARN Set TR deq ptr command for freed stream ID %u\n", in xhci_handle_cmd_set_deq()
1389 xhci_warn(xhci, "WARN Set TR Deq Ptr cmd invalid because of stream ID configuration\n"); in xhci_handle_cmd_set_deq()
1392 xhci_warn(xhci, "WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.\n"); in xhci_handle_cmd_set_deq()
1401 xhci_warn(xhci, "WARN Set TR Deq Ptr cmd failed because slot %u was not enabled.\n", in xhci_handle_cmd_set_deq()
1405 xhci_warn(xhci, "WARN Set TR Deq Ptr cmd with unknown completion code of %u.\n", in xhci_handle_cmd_set_deq()
1435 xhci_warn(xhci, "Mismatch between completed Set TR Deq Ptr command & xHCI internal state.\n"); in xhci_handle_cmd_set_deq()
1436 xhci_warn(xhci, "ep deq seg = %p, deq ptr = %p\n", in xhci_handle_cmd_set_deq()
1547 xhci_warn(xhci, "Could not get input context, bad type.\n"); in xhci_handle_cmd_config_ep()
1602 xhci_warn(xhci, "Reset device command completion for disabled slot %u\n", in xhci_handle_cmd_reset_dev()
1616 xhci_warn(xhci, "WARN NEC_GET_FW command on non-NEC host\n"); in xhci_handle_cmd_nec_get_fw()
1711 xhci_warn(xhci, "Invalid slot_id %u\n", slot_id); in handle_cmd_completion()
1727 xhci_warn(xhci, in handle_cmd_completion()
1852 xhci_warn(xhci, "Device Notification event for " in handle_device_notification()
1908 xhci_warn(xhci, in handle_port_status()
1915 xhci_warn(xhci, "Port change event with invalid port ID %d\n", in handle_port_status()
1923 xhci_warn(xhci, "Port change event, no port for port ID %u\n", in handle_port_status()
1963 xhci_warn(xhci, "xHC is not running.\n"); in handle_port_status()
2103 xhci_warn(xhci, in trb_in_td()
2316 xhci_warn(xhci, "WARN: Success on ctrl %s TRB without IOC set?\n", in process_ctrl_td()
2330 xhci_warn(xhci, "WARN: Stopped Short Packet on ctrl setup or status TRB\n"); in process_ctrl_td()
2345 xhci_warn(xhci, "WARN: unexpected TRB Type %d\n", in process_ctrl_td()
2524 xhci_warn(xhci, "WARN Successful completion on short TX\n"); in process_bulk_intr_td()
2569 xhci_warn(xhci, "bad transfer trb length %d in event trb\n", in process_bulk_intr_td()
2703 xhci_warn(xhci, in handle_tx_event()
2710 xhci_warn(xhci, in handle_tx_event()
2716 xhci_warn(xhci, in handle_tx_event()
2721 xhci_warn(xhci, in handle_tx_event()
2767 xhci_warn(xhci, in handle_tx_event()
2777 xhci_warn(xhci, in handle_tx_event()
2799 xhci_warn(xhci, "WARN Event TRB for slot %d ep %d with no TDs queued?\n", in handle_tx_event()
3010 xhci_warn(xhci, "ERROR unknown event type %d\n", trb_type); in xhci_handle_event()
3049 xhci_warn(xhci, "WARN something wrong with SW event ring dequeue ptr\n"); in xhci_update_erst_dequeue()
3106 xhci_warn(xhci, "WARNING: Host System Error\n"); in xhci_irq()
3217 xhci_warn(xhci, "WARN urb submitted to disabled ep\n"); in prepare_ring()
3220 xhci_warn(xhci, "WARN waiting for error on ep to be cleared\n"); in prepare_ring()
3282 xhci_warn(xhci, "Ring is an endless link TRB loop\n"); in prepare_ring()
3288 xhci_warn(xhci, "Missing link TRB at end of ring segment\n"); in prepare_ring()
3554 xhci_warn(xhci, "WARN Wrong bounce buffer write length: %zu != %d\n", in xhci_align_td()
3569 xhci_warn(xhci, "Failed mapping bounce buffer, not aligning\n"); in xhci_align_td()
4011 xhci_warn(xhci, "Frame ID %d (reg %d, index %d) beyond range (%d, %d)\n", in xhci_get_isoc_frame_id()
4014 xhci_warn(xhci, "Ignore frame ID field, use SIA bit instead\n"); in xhci_get_isoc_frame_id()