Lines Matching full:pci
30 .Nm pci ,
75 .Nd PCI bus interface
188 set of functions are used for managing PCI devices.
199 function is used to read data from the PCI configuration
212 to the PCI configuration
223 function is used to modify the value of a register in the PCI-express
242 function is used to read the value of a register in the PCI-express
255 to a register in the PCI-express capability register set of device
266 .Fn pci
273 of a PCI device, given its
283 Note that in case the system has multiple PCI domains,
296 of a PCI device, given its
312 of a PCI device, given its
322 function is used to locate the first instance of a PCI capability
342 function is used to locate the next instance of a PCI capability
359 function is used to locate the first instance of a PCI-express
380 function is used to locate the next instance of a PCI-express
434 function walks up the PCI device hierarchy to locate the PCI-express root
506 device is not a PCI-express device,
520 pending flag in the PCI-express device status register.
542 is not a PCI-express device.
546 function enables PCI bus mastering for the device
579 The PCI bus will enable decoding automatically when a
594 device is not a PCI-express device,
604 device is not a PCI-express device,
610 sets the PCI-express maximum read request size for
620 device is not a PCI-express device,
632 The following power states are defined by PCI:
664 to the PCI power state
676 supports PCI Single-Root I/O Virtualization
759 functions can be used by a device driver to save and restore standard PCI
783 is not a PCI-express device or does not support Function Level Resets via
784 the PCI-express device control register,
825 are PCI capabilities that provide an alternate method for PCI
827 The legacy INTx interrupt is available to PCI devices as a
830 MSI and MSI-X interrupts are available to PCI devices as one or more
833 A driver must ask the PCI bus to allocate MSI or MSI-X interrupts
1074 event handler is invoked every time a new PCI device is added to the system.
1079 event handler is invoked every time a PCI device is removed from the system.
1083 object of the relevant PCI device as
1090 .Xr pci 4 ,
1110 .%B PCI System Architecture
1122 The kernel PCI code has a number of references to
1124 These do not refer to the geographic location of PCI devices,
1125 but to the device number assigned by the combination of the PCI IDSEL
1127 This should be taken note of when working with the kernel PCI code.
1129 The PCI bus driver should allocate the MSI-X vector table and PBA internally