Home
last modified time | relevance | path

Searched defs:pci_conf (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/sys/
Dpciio.h65 struct pci_conf { struct
66 struct pcisel pc_sel; /* domain+bus+slot+function */
67 u_int8_t pc_hdr; /* PCI header type */
68 u_int16_t pc_subvendor; /* card vendor ID */
92 struct pci_conf_io { argument
98 struct pci_conf *matches; /* match buffer */ argument
/freebsd-9-stable/tools/tools/nxge/
Dxge_log.c86 xge_print_pciconf(void * pci_conf) in xge_print_pciconf()