MCPcopy 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
987static inline bool
988check_matching_capabilities(uint64_t mask, uint64_t required_mask)
989{
990 return (mask & required_mask) == required_mask;
991}
992
993static void
994enable_bbdev(struct app_config_params *app_params)

Callers 1

enable_bbdevFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected