MCPcopy Create free account
hub / github.com/F-Stack/f-stack / is_dma_configured

Function is_dma_configured

dpdk/examples/vhost/main.c:229–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229static inline bool
230is_dma_configured(int16_t dev_id)
231{
232 int i;
233
234 for (i = 0; i < dma_count; i++)
235 if (dmas_id[i] == dev_id)
236 return true;
237 return false;
238}
239
240static inline int
241open_dma(const char *value)

Callers 1

open_dmaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected