FreeBSD kernel CXGBE device code
smt_entry Struct Reference

#include <t4_smt.h>

Collaboration diagram for smt_entry:

Data Fields

uint16_t state
 
uint16_t idx
 
uint32_t iqid
 
struct sge_wrqwrq
 
uint16_t pfvf
 
volatile int refcnt
 
uint8_t smac [ETHER_ADDR_LEN]
 
struct mtx lock
 

Detailed Description

Definition at line 48 of file t4_smt.h.

Field Documentation

◆ idx

uint16_t smt_entry::idx

Definition at line 50 of file t4_smt.h.

Referenced by sysctl_smt(), t4_init_smt(), and t4_write_sme().

◆ iqid

uint32_t smt_entry::iqid

Definition at line 51 of file t4_smt.h.

Referenced by t4_smt_set_switching(), and t4_write_sme().

◆ lock

struct mtx smt_entry::lock

◆ pfvf

uint16_t smt_entry::pfvf

Definition at line 53 of file t4_smt.h.

Referenced by t4_smt_set_switching().

◆ refcnt

volatile int smt_entry::refcnt

◆ smac

uint8_t smt_entry::smac[ETHER_ADDR_LEN]

◆ state

uint16_t smt_entry::state

◆ wrq

struct sge_wrq* smt_entry::wrq

Definition at line 52 of file t4_smt.h.

Referenced by t4_smt_set_switching(), and t4_write_sme().


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