Lines Matching defs:pcir_header
41 struct pcir_header struct
43 uint32_t signature;
44 uint16_t vendor_id;
45 uint16_t device_id;
46 uint16_t reserved;
47 uint16_t struct_length;
48 uint8_t struct_revision;
49 uint8_t cc_interface;
50 uint8_t cc_subclass;
51 uint8_t cc_baseclass;
52 uint16_t image_length;
53 uint16_t code_revision;
54 uint8_t code_type;
55 uint8_t indicator;
56 uint16_t reserved1;
105 struct pcir_header *pcir_header; in isci_get_oem_parameters() local