Searched refs:__bytes (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.h | 1026 #define VMW_CMD_CTX_RESERVE(__priv, __bytes, __ctx_id) \ argument 1028 vmw_cmd_ctx_reserve(__priv, __bytes, __ctx_id) ? : ({ \ 1030 __func__, (unsigned int) __bytes); \ 1035 #define VMW_CMD_RESERVE(__priv, __bytes) \ argument 1036 VMW_CMD_CTX_RESERVE(__priv, __bytes, SVGA3D_INVALID_ID)
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
D | core.h | 1595 #define RTW89_DEF_FBTC_MREG(__type, __bytes, __offset) \ argument 1596 { .type = cpu_to_le16(__type), .bytes = cpu_to_le16(__bytes), \
|