Home
last modified time | relevance | path

Searched refs:MsgFunction (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs260 pub(crate) enum MsgFunction { enum
294 impl TryFrom<u32> for MsgFunction { implementation
297 fn try_from(value: u32) -> Result<MsgFunction> { in try_from() argument
300 bindings::NV_VGPU_MSG_FUNCTION_ALLOC_CHANNEL_DMA => Ok(MsgFunction::AllocChannelDma), in try_from()
301 bindings::NV_VGPU_MSG_FUNCTION_ALLOC_CTX_DMA => Ok(MsgFunction::AllocCtxDma), in try_from()
302 bindings::NV_VGPU_MSG_FUNCTION_ALLOC_DEVICE => Ok(MsgFunction::AllocDevice), in try_from()
303 bindings::NV_VGPU_MSG_FUNCTION_ALLOC_MEMORY => Ok(MsgFunction::AllocMemory), in try_from()
304 bindings::NV_VGPU_MSG_FUNCTION_ALLOC_OBJECT => Ok(MsgFunction::AllocObject), in try_from()
305 bindings::NV_VGPU_MSG_FUNCTION_ALLOC_ROOT => Ok(MsgFunction::AllocRoot), in try_from()
306 bindings::NV_VGPU_MSG_FUNCTION_BIND_CTX_DMA => Ok(MsgFunction::BindCtxDma), in try_from()
[all …]
H A Dcmdq.rs44 MsgFunction,
75 const FUNCTION: MsgFunction;
129 const FUNCTION: MsgFunction;