FreeBSD kernel CXGBE device code
vpd_params Struct Reference

#include <common.h>

Data Fields

unsigned int cclk
 
u8 ec [EC_LEN+1]
 
u8 sn [SERNUM_LEN+1]
 
u8 id [ID_LEN+1]
 
u8 pn [PN_LEN+1]
 
u8 na [MACADDR_LEN+1]
 
u8 md [MD_LEN+1]
 

Detailed Description

Definition at line 278 of file common.h.

Field Documentation

◆ cclk

◆ ec

u8 vpd_params::ec[EC_LEN+1]

Definition at line 280 of file common.h.

Referenced by get_vpd_params(), and t4_sysctls().

◆ id

u8 vpd_params::id[ID_LEN+1]

Definition at line 282 of file common.h.

Referenced by get_vpd_params(), and t4_set_desc().

◆ md

u8 vpd_params::md[MD_LEN+1]

Definition at line 285 of file common.h.

Referenced by get_vpd_params(), and t4_sysctls().

◆ na

u8 vpd_params::na[MACADDR_LEN+1]

Definition at line 284 of file common.h.

Referenced by get_vpd_params(), and t4_sysctls().

◆ pn

u8 vpd_params::pn[PN_LEN+1]

Definition at line 283 of file common.h.

Referenced by get_vpd_params(), and t4_sysctls().

◆ sn

u8 vpd_params::sn[SERNUM_LEN+1]

Definition at line 281 of file common.h.

Referenced by get_vpd_params(), and t4_sysctls().


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