iPXE
Data Fields
jme_ring Struct Reference

#include <jme.h>

Data Fields

void * desc
 
unsigned long dma
 
struct io_buffer ** bufinf
 
int next_to_clean
 
int next_to_fill
 
int next_to_use
 
int nr_free
 

Detailed Description

Definition at line 236 of file jme.h.

Field Documentation

◆ desc

void* jme_ring::desc

◆ dma

unsigned long jme_ring::dma

◆ bufinf

struct io_buffer** jme_ring::bufinf

◆ next_to_clean

int jme_ring::next_to_clean

◆ next_to_fill

int jme_ring::next_to_fill

Definition at line 244 of file jme.h.

Referenced by jme_free_rx_resources(), jme_init_rx_ring(), and jme_refill_rx_ring().

◆ next_to_use

int jme_ring::next_to_use

Definition at line 245 of file jme.h.

Referenced by jme_alloc_txdesc(), jme_free_tx_resources(), and jme_init_tx_ring().

◆ nr_free

int jme_ring::nr_free

Definition at line 246 of file jme.h.

Referenced by jme_alloc_txdesc(), jme_free_tx_resources(), jme_init_tx_ring(), and jme_tx_clean().


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