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

Function ntb_probe

dpdk/drivers/raw/ntb/ntb.c:1532–1537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1530}
1531
1532static int
1533ntb_probe(struct rte_pci_driver *pci_drv __rte_unused,
1534 struct rte_pci_device *pci_dev)
1535{
1536 return ntb_create(pci_dev, rte_socket_id());
1537}
1538
1539static int
1540ntb_remove(struct rte_pci_device *pci_dev)

Callers

nothing calls this directly

Calls 2

ntb_createFunction · 0.85
rte_socket_idFunction · 0.85

Tested by

no test coverage detected