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