FreeBSD kernel CXGBE device code
pcir_data_structure Struct Reference

Data Fields

u8 signature [4]
 
u8 vendor_id [2]
 
u8 device_id [2]
 
u8 vital_product [2]
 
u8 length [2]
 
u8 revision
 
u8 class_code [3]
 
u8 image_length [2]
 
u8 code_revision [2]
 
u8 code_type
 
u8 indicator
 
u8 reserved [2]
 

Detailed Description

Definition at line 10582 of file t4_hw.c.

Field Documentation

◆ class_code

u8 pcir_data_structure::class_code[3]

Definition at line 10589 of file t4_hw.c.

◆ code_revision

u8 pcir_data_structure::code_revision[2]

Definition at line 10591 of file t4_hw.c.

◆ code_type

u8 pcir_data_structure::code_type

Definition at line 10592 of file t4_hw.c.

Referenced by modify_device_id().

◆ device_id

u8 pcir_data_structure::device_id[2]

Definition at line 10585 of file t4_hw.c.

Referenced by modify_device_id(), and t4_load_boot().

◆ image_length

u8 pcir_data_structure::image_length[2]

Definition at line 10590 of file t4_hw.c.

◆ indicator

u8 pcir_data_structure::indicator

Definition at line 10601 of file t4_hw.c.

Referenced by modify_device_id().

◆ length

u8 pcir_data_structure::length[2]

Definition at line 10587 of file t4_hw.c.

◆ reserved

u8 pcir_data_structure::reserved[2]

Definition at line 10602 of file t4_hw.c.

◆ revision

u8 pcir_data_structure::revision

Definition at line 10588 of file t4_hw.c.

◆ signature

u8 pcir_data_structure::signature[4]

Definition at line 10583 of file t4_hw.c.

Referenced by t4_load_boot().

◆ vendor_id

u8 pcir_data_structure::vendor_id[2]

Definition at line 10584 of file t4_hw.c.

Referenced by t4_load_boot().

◆ vital_product

u8 pcir_data_structure::vital_product[2]

Definition at line 10586 of file t4_hw.c.


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