Searched refs:g2h (Results 1 – 3 of 3) sorted by relevance
290 g2h->info.space = CIRC_SPACE(g2h->info.tail, g2h->info.head, in guc_ct_ctb_g2h_init()601 ct->ctbs.g2h.info.size - ct->ctbs.g2h.info.resv_space; in __g2h_release_space()607 ct->ctbs.g2h.info.size, ct->ctbs.g2h.info.resv_space, in __g2h_release_space()609 ct->ctbs.g2h.info.size - ct->ctbs.g2h.info.resv_space, in __g2h_release_space()875 struct guc_ctb *g2h = &ct->ctbs.g2h; in guc_ct_send_locked() local1339 struct guc_ctb *g2h = &ct->ctbs.g2h; in g2h_read() local1401 if (g2h->info.head > g2h->info.size) { in g2h_read()1404 g2h->info.head, g2h->info.size); in g2h_read()1435 head = (g2h->info.head + 1) % g2h->info.size; in g2h_read()1471 g2h->info.head = (head + avail) % g2h->info.size; in g2h_read()[all …]
68 struct guc_ctb_snapshot g2h; member127 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()