Searched refs:tx_frames (Results 1 – 1 of 1) sorted by relevance
72 tx_frames: Vec<*mut [u8; ETHERNET_FRAME_SIZE]>, field87 tx_frames: vec![core::ptr::null_mut(); extra_tx_frames + 1], in new()91 ret.tx_frames in new()109 self.tx_frames.iter_mut().for_each(|v| { in drop()142 tx_frames: &mut self.tx_frames[..], in receive()154 tx_frames: &mut self.tx_frames[..], in transmit()175 tx_frames: &'b mut [*mut [u8; ETHERNET_FRAME_SIZE]], field188 Ok(()) if self.tx_frames.contains(&(ptr as *mut _)) => Some(ptr as *mut _),189 _ if *self.curr < self.tx_frames.len() => {193 Some(self.tx_frames[res])