FreeBSD kernel CXGBE device code
l2t_data Struct Reference

#include <t4_l2t.h>

Collaboration diagram for l2t_data:

Data Fields

struct rwlock lock
 
u_int l2t_size
 
volatile int nfree
 
struct l2t_entryrover
 
struct l2t_entry l2tab []
 

Detailed Description

Definition at line 83 of file t4_l2t.h.

Field Documentation

◆ l2t_size

u_int l2t_data::l2t_size

◆ l2tab

struct l2t_entry l2t_data::l2tab[]

◆ lock

struct rwlock l2t_data::lock

◆ nfree

volatile int l2t_data::nfree

◆ rover

struct l2t_entry* l2t_data::rover

Definition at line 87 of file t4_l2t.h.

Referenced by t4_alloc_l2e(), and t4_init_l2t().


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