We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c321ec3 commit ba6d227Copy full SHA for ba6d227
src/dma/tx/mod.rs
@@ -80,7 +80,7 @@ impl<'ring> TxRing<'ring> {
80
81
/// If this returns `true`, the next `send` will succeed.
82
pub fn next_entry_available(&self) -> bool {
83
- !self.entries[self.next_entry].is_available()
+ self.entries[self.next_entry].is_available()
84
}
85
86
/// Check if we can send the next TX entry.
0 commit comments