Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs146 pub(super) struct Msgq { struct
165 pub(super) cpuq: Msgq,
170 pub(super) gspq: Msgq,
201 const MSGQ_SIZE: u32 = num::usize_into_u32::<{ size_of::<Msgq>() }>(); in new()
202 const RX_HDR_OFF: u32 = num::usize_into_u32::<{ mem::offset_of!(Msgq, rx) }>(); in new()
414 + core::mem::offset_of!(Msgq, msgq)
419 + core::mem::offset_of!(Msgq, msgq)