Searched refs:max_esit_payload (Results 1 – 7 of 7) sorted by relevance
508 u32 max_esit_payload; in xhci_set_configuration() local560 max_esit_payload = xhci_get_max_esit_payload(udev, endpt_desc, in xhci_set_configuration()567 avg_trb_len = max_esit_payload; in xhci_set_configuration()582 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_set_configuration()610 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_set_configuration()
952 u32 max_esit_payload; in cdnsp_endpoint_init() local971 max_esit_payload = cdnsp_get_max_esit_payload(&pdev->gadget, pep); in cdnsp_endpoint_init()976 avg_trb_len = max_esit_payload; in cdnsp_endpoint_init()996 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in cdnsp_endpoint_init()1004 ep_ctx->tx_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in cdnsp_endpoint_init()
281 u32 max_esit_payload; in setup_sch_info() local287 max_esit_payload = in setup_sch_info()326 esit_pkts = DIV_ROUND_UP(max_esit_payload, maxpkt); in setup_sch_info()
1405 u32 max_esit_payload; in xhci_endpoint_init() local 1428 max_esit_payload = xhci_get_max_esit_payload(udev, ep); in xhci_endpoint_init() 1444 avg_trb_len = max_esit_payload; in xhci_endpoint_init() 1477 ep_ctx->ep_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_endpoint_init() 1487 ep_ctx->tx_info = cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_endpoint_init() 1519 bw_info->max_esit_payload = 0; in xhci_clear_endpoint_bw_info() 1570 bw_info->max_esit_payload = CTX_TO_MAX_ESIT_PAYLOAD( in xhci_update_bw_info()
628 unsigned int max_esit_payload; member
2577 bw_table->interval0_esit_payload -= ep_bw->max_esit_payload; in xhci_drop_ep_from_interval_table()2634 bw_table->interval0_esit_payload += ep_bw->max_esit_payload; in xhci_add_ep_to_interval_table()
272 BUILD_EP_CONTEXT_RW(max_esit_payload, tx_info, 16, 0xffff)