Home
last modified time | relevance | path

Searched refs:eb2 (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/uapi/drm/
H A Di915_drm.h1568 #define i915_execbuffer2_set_context_id(eb2, context) \ argument
1569 (eb2).rsvd1 = context & I915_EXEC_CONTEXT_ID_MASK
1570 #define i915_execbuffer2_get_context_id(eb2) \ argument
1571 ((eb2).rsvd1 & I915_EXEC_CONTEXT_ID_MASK)
/linux-6.15/tools/include/uapi/drm/
H A Di915_drm.h1568 #define i915_execbuffer2_set_context_id(eb2, context) \ argument
1569 (eb2).rsvd1 = context & I915_EXEC_CONTEXT_ID_MASK
1570 #define i915_execbuffer2_get_context_id(eb2) \ argument
1571 ((eb2).rsvd1 & I915_EXEC_CONTEXT_ID_MASK)
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.h786 struct hal_eht_sig_ofdma_cmn_eb2 eb2; member
H A Ddp_mon.c1016 const struct hal_eht_sig_ofdma_cmn_eb2 *ofdma_cmn_eb2 = &eb->eb2; in ath12k_dp_mon_hal_rx_parse_ru_allocation()