Searched refs:find_cmdslot (Results 1 – 2 of 2) sorted by relevance
90 let slot = port.find_cmdslot().unwrap_or(u32::MAX); in read_at()246 let slot = port.find_cmdslot().unwrap_or(u32::MAX); in write_at()
183 pub fn find_cmdslot(&self) -> Option<u32> { in find_cmdslot() method