Searched refs:hw_max_packet_size (Results 1 – 2 of 2) sorted by relevance
770 int hw_max_packet_size; in xhci_check_maxpacket() local777 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()779 if (hw_max_packet_size != max_packet_size) { in xhci_check_maxpacket()782 debug("Max packet size in xHCI HW = %d\n", hw_max_packet_size); in xhci_check_maxpacket()
1437 int hw_max_packet_size; in xhci_check_maxpacket() local1442 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()1444 if (hw_max_packet_size != max_packet_size) { in xhci_check_maxpacket()1452 hw_max_packet_size); in xhci_check_maxpacket()