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