Searched refs:v9_mqd (Results 1 – 2 of 2) sorted by relevance
47 ALIGN(sizeof(struct v9_mqd), PAGE_SIZE); in mqd_stride_v9()52 static inline struct v9_mqd *get_mqd(void *mqd) in get_mqd()54 return (struct v9_mqd *)mqd; in get_mqd()65 struct v9_mqd *m; in update_cu_mask()106 static void set_priority(struct v9_mqd *m, struct queue_properties *q) in set_priority()140 ALIGN(sizeof(struct v9_mqd), PAGE_SIZE)) * in allocate_mqd()151 retval = kfd_gtt_sa_allocate(node, sizeof(struct v9_mqd), in allocate_mqd()165 struct v9_mqd *m; in init_mqd()167 m = (struct v9_mqd *) mqd_mem_obj->cpu_ptr; in init_mqd()170 memset(m, 0, sizeof(struct v9_mqd)); in init_mqd()[all …]
159 struct v9_mqd { struct693 struct v9_mqd mqd; argument