Home
last modified time | relevance | path

Searched refs:hw_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
Di915_gem_context.c341 u32 hw_flags) in mi_set_context() argument
371 hw_flags); in mi_set_context()
389 u32 hw_flags = 0; in do_switch() local
417 hw_flags |= MI_RESTORE_INHIBIT; in do_switch()
419 hw_flags |= MI_FORCE_RESTORE; in do_switch()
421 ret = mi_set_context(ring, to, hw_flags); in do_switch()
/freebsd-12-stable/contrib/wpa/src/ap/
Dhostapd.h523 u16 hw_flags; member
Dhw_features.c95 iface->hw_flags = flags; in hostapd_get_hw_features()