fn initialize(self: *const SimpleNetworkProtocol, extra_rx_buffer_size: usize, extra_tx_buffer_size: usize) Status

Resets a network adapter and allocates the transmit and receive buffers required by the network interface.

Parameters

self: *const SimpleNetworkProtocol,
extra_rx_buffer_size: usize,
extra_tx_buffer_size: usize,