Home
last modified time | relevance | path

Searched defs:hisi_qm_hw_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/hisilicon/
H A Dqm.c398 struct hisi_qm_hw_ops { struct
399 int (*get_vft)(struct hisi_qm *qm, u32 *base, u32 *number);
400 void (*qm_db)(struct hisi_qm *qm, u16 qn,
402 int (*debug_init)(struct hisi_qm *qm);
403 void (*hw_error_init)(struct hisi_qm *qm);
404 void (*hw_error_uninit)(struct hisi_qm *qm);
405 enum acc_err_result (*hw_error_handle)(struct hisi_qm *qm);
406 int (*set_msi)(struct hisi_qm *qm, bool set);
409 int (*set_ifc_begin)(struct hisi_qm *qm, enum qm_ifc_cmd cmd, u32 data, u32 fun_num);
410 void (*set_ifc_end)(struct hisi_qm *qm);
[all …]