Searched defs:pci_conf_io (Results 1 – 1 of 1) sorted by relevance
95 struct pci_conf_io { struct96 u_int32_t pat_buf_len; /* pattern buffer length */97 u_int32_t num_patterns; /* number of patterns */98 struct pci_match_conf *patterns; /* pattern buffer */99 u_int32_t match_buf_len; /* match buffer length */100 u_int32_t num_matches; /* number of matches returned */101 struct pci_conf *matches; /* match buffer */102 u_int32_t offset; /* offset into device list */103 u_int32_t generation; /* device list generation */104 pci_getconf_status status; /* request status */