Home
last modified time | relevance | path

Searched refs:hw_max_packet_size (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/usb/host/
Dxhci.c1417 int hw_max_packet_size; in xhci_check_maxpacket() local
1422 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()
1424 if (hw_max_packet_size != max_packet_size) { in xhci_check_maxpacket()
1432 hw_max_packet_size); in xhci_check_maxpacket()