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

/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c137 static struct hisi_qm_list sec_devices = { variable in typeref:struct:hisi_qm_list
391 ret = hisi_qm_alloc_qps_node(&sec_devices, ctx_num, 0, node, qps);
1124 qm->qm_list = &sec_devices;
1245 hisi_qm_add_list(qm, &sec_devices);
1246 ret = hisi_qm_alg_register(qm, &sec_devices, ctx_q_num);
1271 hisi_qm_alg_unregister(qm, &sec_devices, ctx_q_num);
1273 hisi_qm_del_list(qm, &sec_devices);
1289 hisi_qm_wait_task_finish(qm, &sec_devices);
1290 hisi_qm_alg_unregister(qm, &sec_devices, ctx_q_num);
1291 hisi_qm_del_list(qm, &sec_devices);
[all...]
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_drv.c224 static struct sec_dev_info *sec_devices[SEC_MAX_DEVICES]; variable in typeref:struct:sec_dev_info
761 this_sec_dev = sec_devices[i];
1180 if (!sec_devices[i])
1187 sec_devices[info->sec_id] = info;
1198 sec_devices[info->sec_id] = NULL;

Completed in 476 milliseconds