Searched refs:CTB_G2H_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
86 #define CTB_G2H_BUFFER_SIZE (4 * CTB_H2G_BUFFER_SIZE) macro 87 #define G2H_ROOM_BUFFER_SIZE (CTB_G2H_BUFFER_SIZE / 4)271 blob_size = 2 * CTB_DESC_SIZE + CTB_H2G_BUFFER_SIZE + CTB_G2H_BUFFER_SIZE; in intel_guc_ct_init() 295 cmds_size = CTB_G2H_BUFFER_SIZE; in intel_guc_ct_init()
259 #define CTB_G2H_BUFFER_SIZE (SZ_128K) in xe_guc_ct_init_noalloc() 260 #define CTB_G2H_BUFFER_DWORDS (CTB_G2H_BUFFER_SIZE / sizeof(u32)) in xe_guc_ct_init_noalloc() 261 #define G2H_ROOM_BUFFER_SIZE (CTB_G2H_BUFFER_SIZE / 2) in xe_guc_ct_init_noalloc() 284 CTB_G2H_BUFFER_SIZE; in xe_guc_ct_init() 174 #define CTB_G2H_BUFFER_SIZE global() macro