Searched refs:xgmi_get_hive_id (Results 1 – 2 of 2) sorted by relevance
101 int (*xgmi_get_hive_id)(struct psp_context *psp, uint64_t *hive_id); member245 ((psp)->funcs->xgmi_get_hive_id ? (psp)->funcs->xgmi_get_hive_id((psp), (hive_id)) : -EINVAL)
906 .xgmi_get_hive_id = psp_v11_0_xgmi_get_hive_id,