Searched refs:acc_queue (Results 1 – 2 of 2) sorted by relevance
618 static bool get_acc(struct acc_queue *acc_queue, struct acc *acc) in get_acc() argument624 if (acc_queue->tail != acc_queue->head) { in get_acc()626 (acc_queue->data + acc_queue->tail); in get_acc()639 acc_queue->tail = (acc_queue->tail + ACC_MSG_LEN_DW) % in get_acc()650 struct acc_queue *acc_queue = container_of(w, struct acc_queue, worker); in acc_queue_work_func() local667 acc_queue->tail != acc_queue->head) { in acc_queue_work_func()674 static bool acc_queue_full(struct acc_queue *acc_queue) in acc_queue_full() argument685 struct acc_queue *acc_queue; in xe_guc_access_counter_notify_handler() local698 acc_queue = >->usm.acc_queue[asid % NUM_ACC_QUEUE]; in xe_guc_access_counter_notify_handler()703 memcpy(acc_queue->data + acc_queue->head, msg, in xe_guc_access_counter_notify_handler()[all …]
282 struct acc_queue { struct304 } acc_queue[NUM_ACC_QUEUE]; member