HomeSort by: relevance | last modified time | path
    Searched defs:ct_header_is_response (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_ct.c 582 static inline bool ct_header_is_response(u32 header) function in typeref:typename:bool
669 GEM_BUG_ON(!ct_header_is_response(header));
806 GEM_BUG_ON(ct_header_is_response(header));
843 if (ct_header_is_response(msg[0]))
intel_guc_ct.c 582 static inline bool ct_header_is_response(u32 header) function in typeref:typename:bool
669 GEM_BUG_ON(!ct_header_is_response(header));
806 GEM_BUG_ON(ct_header_is_response(header));
843 if (ct_header_is_response(msg[0]))
intel_guc_ct.c 582 static inline bool ct_header_is_response(u32 header) function in typeref:typename:bool
669 GEM_BUG_ON(!ct_header_is_response(header));
806 GEM_BUG_ON(ct_header_is_response(header));
843 if (ct_header_is_response(msg[0]))

Completed in 68 milliseconds