Lines Matching refs:drop_flags

1520 		ctrl_ctx->drop_flags = 0;  in xhci_check_ep0_maxpacket()
1853 le32_to_cpu(ctrl_ctx->drop_flags) & in xhci_drop_endpoint()
1862 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1863 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_drop_endpoint()
1942 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) { in xhci_add_endpoint()
1978 new_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags); in xhci_add_endpoint()
2014 ctrl_ctx->drop_flags = 0; in xhci_zero_in_ctx()
2140 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_new_endpoints()
2157 valid_drop_flags = le32_to_cpu(ctrl_ctx->drop_flags) >> 2; in xhci_count_num_dropped_endpoints()
2958 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in xhci_check_bandwidth()
2962 ctrl_ctx->drop_flags == 0) { in xhci_check_bandwidth()
2971 if ((virt_dev->eps[i-1].ring && !(ctrl_ctx->drop_flags & le32)) in xhci_check_bandwidth()
2987 if ((le32_to_cpu(ctrl_ctx->drop_flags) & (1 << (i + 1))) && in xhci_check_bandwidth()
3049 u32 add_flags, u32 drop_flags) in xhci_setup_input_ctx_for_config_ep() argument
3052 ctrl_ctx->drop_flags = cpu_to_le32(drop_flags); in xhci_setup_input_ctx_for_config_ep()
3678 unsigned int drop_flags = 0; in xhci_free_device_endpoint_resources() local
3682 drop_flags |= 1 << i; in xhci_free_device_endpoint_resources()
3691 num_dropped_eps, drop_flags, in xhci_free_device_endpoint_resources()
4159 ctrl_ctx->drop_flags = 0; in xhci_setup_device()
4251 ctrl_ctx->drop_flags = 0; in xhci_setup_device()