Searched refs:qm_ifc_cmd (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/crypto/hisilicon/ |
| H A D | qm.c | 289 enum qm_ifc_cmd { enum 412 int (*set_ifc_begin)(struct hisi_qm *qm, enum qm_ifc_cmd cmd, u32 data, u32 fun_num); 414 int (*get_ifc)(struct hisi_qm *qm, enum qm_ifc_cmd *cmd, u32 *data, u32 fun_num); 1614 enum qm_ifc_cmd cmd; in qm_handle_vf_msg() 1702 static int qm_ping_single_vf(struct hisi_qm *qm, enum qm_ifc_cmd cmd, u32 data, u32 fun_num) in qm_ping_single_vf() 1735 static int qm_ping_all_vfs(struct hisi_qm *qm, enum qm_ifc_cmd cmd) in qm_ping_all_vfs() 1776 static int qm_ping_pf(struct hisi_qm *qm, enum qm_ifc_cmd cmd) in qm_ping_pf() 1905 static int qm_set_ifc_begin_v3(struct hisi_qm *qm, enum qm_ifc_cmd cmd, u32 data, u32 fun_num) in qm_set_ifc_begin_v3() 1922 static int qm_get_ifc_v3(struct hisi_qm *qm, enum qm_ifc_cmd *cmd, u32 *data, u32 fun_num) in qm_get_ifc_v3() 1939 static int qm_set_ifc_begin_v4(struct hisi_qm *qm, enum qm_ifc_cmd cmd, u32 data, u32 fun_num) in qm_set_ifc_begin_v4() [all …]
|