MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_pci_insert_device

Function rte_pci_insert_device

dpdk/drivers/bus/pci/pci_common.c:531–536  ·  view source on GitHub ↗

Insert a device into a predefined position in PCI bus */

Source from the content-addressed store, hash-verified

529
530/* Insert a device into a predefined position in PCI bus */
531void
532rte_pci_insert_device(struct rte_pci_device *exist_pci_dev,
533 struct rte_pci_device *new_pci_dev)
534{
535 TAILQ_INSERT_BEFORE(exist_pci_dev, new_pci_dev, next);
536}
537
538/* Remove a device from PCI bus */
539static void

Callers 3

pci_scan_oneFunction · 0.85
pci_scan_oneFunction · 0.85
pci_scan_oneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected