Searched refs:g2h (Results 1 – 3 of 3) sorted by relevance
308 g2h->info.space = CIRC_SPACE(g2h->info.tail, g2h->info.head, in guc_ct_ctb_g2h_init()637 ct->ctbs.g2h.info.size - ct->ctbs.g2h.info.resv_space; in __g2h_release_space()643 ct->ctbs.g2h.info.size, ct->ctbs.g2h.info.resv_space, in __g2h_release_space()645 ct->ctbs.g2h.info.size - ct->ctbs.g2h.info.resv_space, in __g2h_release_space()936 struct guc_ctb *g2h = &ct->ctbs.g2h; in guc_ct_send_locked() local1459 struct guc_ctb *g2h = &ct->ctbs.g2h; in g2h_read() local1521 if (g2h->info.head > g2h->info.size) { in g2h_read()1524 g2h->info.head, g2h->info.size); in g2h_read()1555 head = (g2h->info.head + 1) % g2h->info.size; in g2h_read()1591 g2h->info.head = (head + avail) % g2h->info.size; in g2h_read()[all …]
69 struct guc_ctb_snapshot g2h; member140 struct guc_ctb g2h; member
652 bool g2h = g2h_has_room(ct, g2h_dw); in has_room_nb() local656 if (unlikely(!h2g || !g2h)) { in has_room_nb()661 if (!g2h) in has_room_nb()
Completed in 13 milliseconds