Lines Matching defs:name
62 * Retrieve a driver name.
67 * A pointer to the driver name string.
117 * Retrieve a device name.
122 * A pointer to this device name.
161 * The bus name the device is added to.
163 * The device name. Based on this device name, eal will identify a driver
193 * The bus name the device is removed from.
195 * The device name being removed.
237 #define RTE_PMD_EXPORT_NAME(name, idx) \
239 __rte_used = RTE_STR(name)
241 #define DRV_EXP_TAG(name, tag) __##name##_##tag
243 #define RTE_PMD_REGISTER_PCI_TABLE(name, table) \
244 static const char DRV_EXP_TAG(name, pci_tbl_export)[] __rte_used = \
247 #define RTE_PMD_REGISTER_PARAM_STRING(name, str) \
248 static const char DRV_EXP_TAG(name, param_string_export)[] \
272 #define RTE_PMD_REGISTER_KMOD_DEP(name, str) \
273 static const char DRV_EXP_TAG(name, kmod_dep_export)[] \
376 * The device name, that is the param name of the struct rte_device,
396 * The device name, that is the param name of the struct rte_device,
418 * The device name.