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

Function mlx5_bus_match

dpdk/drivers/common/mlx5/mlx5_common.c:437–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437static bool
438mlx5_bus_match(const struct mlx5_class_driver *drv,
439 const struct rte_device *dev)
440{
441 if (mlx5_dev_is_pci(dev))
442 return mlx5_dev_pci_match(drv, dev);
443 return true;
444}
445
446static struct mlx5_common_device *
447to_mlx5_device(const struct rte_device *rte_dev)

Callers 1

drivers_probeFunction · 0.85

Calls 2

mlx5_dev_is_pciFunction · 0.85
mlx5_dev_pci_matchFunction · 0.85

Tested by

no test coverage detected