Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ check_matching_capabilities
Function
check_matching_capabilities
dpdk/examples/bbdev_app/main.c:987–991 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
985
}
986
987
static inline bool
988
check_matching_capabilities(uint64_t mask, uint64_t required_mask)
989
{
990
return (mask & required_mask) == required_mask;
991
}
992
993
static void
994
enable_bbdev(struct app_config_params *app_params)
Callers
1
enable_bbdev
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected