Searched defs:g2h_len_dw (Results 1 – 1 of 1) sorted by relevance
598 static inline bool g2h_has_room(struct intel_guc_ct *ct, u32 g2h_len_dw) in g2h_has_room()609 static inline void g2h_reserve_space(struct intel_guc_ct *ct, u32 g2h_len_dw) in g2h_reserve_space()619 static inline void g2h_release_space(struct intel_guc_ct *ct, u32 g2h_len_dw) in g2h_release_space()688 u32 g2h_len_dw = G2H_LEN_DW(flags); in ct_send_nb() local