Home
last modified time | relevance | path

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

/linux/drivers/gpu/nova-core/gsp/
H A Dcmdq.rs33 GspMsgElement,
291 if size_of::<GspMsgElement>() + size > slice_1.len() + slice_2.len() { in allocate_command()
296 let (header, slice_1) = GspMsgElement::from_bytes_mut_prefix(slice_1).ok_or(EIO)?; in allocate_command()
405 header: &'a mut GspMsgElement,
416 header: &'a GspMsgElement,
505 let msg_element = GspMsgElement::init(self.seq, command_size, M::FUNCTION); in send_command()
581 let (header, slice_1) = GspMsgElement::from_bytes_prefix(slice_1).ok_or(EIO)?; in wait_for_msg()
H A Dfw.rs804 pub(crate) struct GspMsgElement { struct
808 impl GspMsgElement { argument
836 try_init!(GspMsgElement { in init()
883 unsafe impl AsBytes for GspMsgElement {} implementation
887 unsafe impl FromBytes for GspMsgElement {} implementation