Crate nic_initialization
source ·Expand description
Functions that are used in a NIC initialization procedure.
They include allocating memory space for the device’s registers, and initializing its receive and transmit queues.
Functions
- Initialize the receive buffer pool from where receive buffers are taken and returned
- Steps to create and initialize a receive descriptor queue
- Steps to create and initialize a transmit descriptor queue