Trait nic_queues::TxQueueRegisters
source · pub trait TxQueueRegisters {
// Required methods
fn set_tdbal(&mut self, value: u32);
fn set_tdbah(&mut self, value: u32);
fn set_tdlen(&mut self, value: u32);
fn set_tdh(&mut self, value: u32);
fn set_tdt(&mut self, value: u32);
}Expand description
The register trait that gives access to only those registers required for sending a packet. The Tx queue control registers can only be accessed by the physical NIC.