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

Function eth_dev_dma_mzone_name

dpdk/lib/ethdev/ethdev_driver.c:518–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518static inline int
519eth_dev_dma_mzone_name(char *name, size_t len, uint16_t port_id, uint16_t queue_id,
520 const char *ring_name)
521{
522 return snprintf(name, len, "eth_p%d_q%d_%s",
523 port_id, queue_id, ring_name);
524}
525
526int
527rte_eth_dma_zone_free(const struct rte_eth_dev *dev, const char *ring_name,

Callers 2

rte_eth_dma_zone_freeFunction · 0.85
rte_eth_dma_zone_reserveFunction · 0.85

Calls 1

snprintfFunction · 0.85

Tested by

no test coverage detected