Searched refs:HeaderType (Results 1 – 4 of 4) sorted by relevance
216 pub enum HeaderType { enum227 impl From<u8> for HeaderType { implementation274 fn header_type(&self) -> HeaderType; in header_type() argument423 fn header_type(&self) -> HeaderType { in header_type() argument424 HeaderType::Standard in header_type()506 fn header_type(&self) -> HeaderType { in header_type() argument507 HeaderType::PciPciBridge in header_type()563 fn header_type(&self) -> HeaderType { in header_type() argument564 HeaderType::PciCardbusBridge in header_type()779 match HeaderType::from(header_type & 0x7f) { in pci_read_header()[all …]
256 common_header->HeaderType = (tmp32 >> 16) & 0xff; in pci_read_header()268 switch (common_header->HeaderType) in pci_read_header()353 header_type = header->HeaderType; in pci_checkDevice()400 header_type = header->HeaderType; in pci_checkAllBuses()438 if (ptr->HeaderType == 0x0) in pci_init()452 else if (ptr->HeaderType == 0x1) in pci_init()464 else if (ptr->HeaderType == 0x2) in pci_init()511 switch (pci_dev->HeaderType) in pci_enumerate_capability_list()
47 …uint8_t HeaderType; // 标头类型 a value of 0x0 specifies a general device, a value of 0x1 specifies… member
237 switch (ptr->HeaderType) in pci_start_msi()295 switch (ptr->HeaderType) in pci_disable_msi()