Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mlx5_dev_is_pci
Function
mlx5_dev_is_pci
dpdk/drivers/common/mlx5/mlx5_common_pci.c:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
bool
106
mlx5_dev_is_pci(const struct rte_device *dev)
107
{
108
return strcmp(dev->bus->name,
"pci"
) == 0;
109
}
110
111
bool
112
mlx5_dev_is_vf_pci(const struct rte_pci_device *pci_dev)
Callers
8
mlx5_proc_priv_init
Function · 0.85
mlx5_os_capabilities_prepare
Function · 0.85
mlx5_os_capabilities_prepare
Function · 0.85
mlx5_os_net_probe
Function · 0.85
mlx5_bus_match
Function · 0.85
mlx5_dev_to_pci_str
Function · 0.85
mlx5_dev_pci_match
Function · 0.85
mlx5_os_get_ibv_dev
Function · 0.85
Calls
1
strcmp
Function · 0.85
Tested by
no test coverage detected