Searched refs:max_esit_payload (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/host/
H A Dxhci-mem.c1399 u32 max_esit_payload; local
1466 max_esit_payload = xhci_get_max_esit_payload(xhci, udev, ep);
1467 ep_ctx->tx_info = cpu_to_le32(MAX_ESIT_PAYLOAD_FOR_EP(max_esit_payload));
1491 cpu_to_le32(AVG_TRB_LENGTH_FOR_EP(max_esit_payload));
1523 bw_info->max_esit_payload = 0;
1574 bw_info->max_esit_payload = CTX_TO_MAX_ESIT_PAYLOAD(
H A Dxhci.h771 unsigned int max_esit_payload; member in struct:xhci_bw_info
H A Dxhci.c2180 bw_table->interval0_esit_payload -= ep_bw->max_esit_payload;
2239 bw_table->interval0_esit_payload += ep_bw->max_esit_payload;

Completed in 114 milliseconds