Searched refs:allocate_command (Results 1 – 1 of 1) sorted by relevance
279 fn allocate_command(&mut self, size: usize) -> Result<GspCommand<'_>> { in allocate_command() method499 let dst = self.gsp_mem.allocate_command(command_size)?; in send_command()