Lines Matching refs:cmds
54 struct list_head cmds;
106 /* Held cmds will be after the current cmd in the queue so start
110 list_for_each_entry_continue(tmp, &req_queue.cmds, entry) {
118 * Because cmds can be executed from any point in the cmd list
121 if (req_queue.backlog != &req_queue.cmds) {
135 /* Remove the cmd entry from the list of cmds */
232 list_for_each_entry(tmp, &req_queue.cmds, entry) {
248 if (req_queue.backlog == &req_queue.cmds)
254 list_add_tail(&crypto_cmd->entry, &req_queue.cmds);
414 INIT_LIST_HEAD(&req_queue.cmds);
415 req_queue.backlog = &req_queue.cmds;