Home
last modified time | relevance | path

Searched refs:get_ifc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/hisilicon/ !
H A Dqm.c414 int (*get_ifc)(struct hisi_qm *qm, enum qm_ifc_cmd *cmd, u32 *data, u32 fun_num); member
1617 ret = qm->ops->get_ifc(qm, &cmd, NULL, vf_id); in qm_handle_vf_msg()
2017 .get_ifc = qm_get_ifc_v3,
2029 .get_ifc = qm_get_ifc_v4,
5154 ret = qm->ops->get_ifc(qm, &cmd, NULL, 0); in qm_wait_pf_reset_finish()
5207 ret = qm->ops->get_ifc(qm, &cmd, &data, fun_num); in qm_handle_cmd_msg()