Searched refs:cmd_process (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dhisi_acc_qm.h385 struct work_struct cmd_process; member in struct:hisi_qm
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c964 schedule_work(&qm->cmd_process);
2716 flush_work(&qm->cmd_process);
4774 static void qm_cmd_process(struct work_struct *cmd_process) argument
4776 struct hisi_qm *qm = container_of(cmd_process,
4777 struct hisi_qm, cmd_process);
5212 INIT_WORK(&qm->cmd_process, qm_cmd_process);

Completed in 122 milliseconds