Searched defs:header_type (Results 1 – 2 of 2) sorted by relevance
310 int header_type; in pci_checkFunction() local330 int header_type; in pci_checkDevice() local390 int header_type; in pci_checkAllBuses() local
267 fn header_type(&self) -> HeaderType; in header_type() method356 …pub header_type: u8, // 标头类型 a value of 0x0 specifies a general device, a value of 0x1 specifies a… field383 fn header_type(&self) -> HeaderType { in header_type() method446 fn header_type(&self) -> HeaderType { in header_type() method491 fn header_type(&self) -> HeaderType { in header_type() method669 let header_type = (result >> 16) as u8; in pci_read_header() localVariable