Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ flags_match
Function
flags_match
dpdk/app/test-bbdev/test_bbdev_perf.c:238–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
static inline bool
239
flags_match(uint32_t flags_req, uint32_t flags_present)
240
{
241
return (flags_req & flags_present) == flags_req;
242
}
243
244
static void
245
clear_soft_out_cap(uint32_t *op_flags)
Callers
1
check_dev_cap
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected