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()
1438 int hw_max_packet_size; in xhci_check_maxpacket() local1443 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()1445 if (hw_max_packet_size != max_packet_size) { in xhci_check_maxpacket()1453 hw_max_packet_size); in xhci_check_maxpacket()