Lines Matching defs:next
115 /* Skip over this cmd if it is the next backlog cmd */
117 req_queue.backlog = crypto_cmd->entry.next;
121 req_queue.backlog = req_queue.backlog->next;
123 /* Skip over this cmd if it is now the next backlog cmd */
125 req_queue.backlog = crypto_cmd->entry.next;
140 struct ccp_crypto_cmd *held, *next, *backlog;
156 * the completion callbacks and retrieve the next cmd (cmd with
175 /* Submit the next cmd */
185 /* Error occurred, report it and get the next entry */
191 next = ccp_crypto_cmd_complete(held, &backlog);
198 held = next;