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