Searched refs:get_ifc (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/crypto/hisilicon/ |
| H A D | qm.c | 410 int (*get_ifc)(struct hisi_qm *qm, enum qm_ifc_cmd *cmd, u32 *data, u32 fun_num); member 1561 ret = qm->ops->get_ifc(qm, &cmd, NULL, vf_id); in qm_handle_vf_msg() 1961 .get_ifc = qm_get_ifc_v3, 1973 .get_ifc = qm_get_ifc_v4, 4864 ret = qm->ops->get_ifc(qm, &cmd, NULL, 0); in qm_wait_pf_reset_finish() 4917 ret = qm->ops->get_ifc(qm, &cmd, &data, fun_num); in qm_handle_cmd_msg()
|