Searched refs:last_ctx (Results 1 – 1 of 1) sorted by relevance
1306 unsigned int last_ctx; in xhci_drop_endpoint() local1347 last_ctx = xhci_last_valid_endpoint(ctrl_ctx->add_flags); in xhci_drop_endpoint()1350 if ((slot_ctx->dev_info & LAST_CTX_MASK) > LAST_CTX(last_ctx)) { in xhci_drop_endpoint()1352 slot_ctx->dev_info |= LAST_CTX(last_ctx); in xhci_drop_endpoint()1390 unsigned int last_ctx; in xhci_add_endpoint() local1403 last_ctx = xhci_last_valid_endpoint(added_ctxs); in xhci_add_endpoint()1453 if ((slot_ctx->dev_info & LAST_CTX_MASK) < LAST_CTX(last_ctx)) { in xhci_add_endpoint()1455 slot_ctx->dev_info |= LAST_CTX(last_ctx); in xhci_add_endpoint()