MCPcopy 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
238static inline bool
239flags_match(uint32_t flags_req, uint32_t flags_present)
240{
241 return (flags_req & flags_present) == flags_req;
242}
243
244static void
245clear_soft_out_cap(uint32_t *op_flags)

Callers 1

check_dev_capFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected