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

Function ifpga_rawdev_pci_probe

dpdk/drivers/raw/ifpga/ifpga_rawdev.c:1667–1673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1665}
1666
1667static int
1668ifpga_rawdev_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
1669 struct rte_pci_device *pci_dev)
1670{
1671 IFPGA_RAWDEV_PMD_FUNC_TRACE();
1672 return ifpga_rawdev_create(pci_dev, rte_socket_id());
1673}
1674
1675static int
1676ifpga_rawdev_pci_remove(struct rte_pci_device *pci_dev)

Callers

nothing calls this directly

Calls 2

ifpga_rawdev_createFunction · 0.85
rte_socket_idFunction · 0.85

Tested by

no test coverage detected