Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
rx_buffer_pool Struct Reference

#include <ioforge_nic.h>

Data Fields

struct rx_buffer buffers [1280]
 
uint32_t head
 
uint32_t tail
 

Detailed Description

Definition at line 50 of file ioforge_nic.h.

Field Documentation

◆ buffers

struct rx_buffer rx_buffer_pool::buffers[1280]

Definition at line 51 of file ioforge_nic.h.

Referenced by E1000Module::initReceiverX(), pool_pop(), and pool_push().

◆ head

uint32_t rx_buffer_pool::head

Definition at line 53 of file ioforge_nic.h.

Referenced by E1000Module::initReceiverX(), pool_pop(), and pool_push().

◆ tail

uint32_t rx_buffer_pool::tail

Definition at line 55 of file ioforge_nic.h.

Referenced by E1000Module::initReceiverX(), pool_pop(), and pool_push().


The documentation for this struct was generated from the following file: