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

Function dsa_get_sysfs_path

dpdk/drivers/dma/idxd/idxd_bus.c:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85static inline const char *
86dsa_get_sysfs_path(void)
87{
88 const char *path = getenv("DSA_SYSFS_PATH");
89 return path ? path : DSA_SYSFS_PATH;
90}
91
92static int
93idxd_dev_close(struct rte_dma_dev *dev)

Callers 3

read_wq_stringFunction · 0.85
read_wq_intFunction · 0.85
read_device_intFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected