Home
last modified time | relevance | path

Searched refs:RTE_AVP_MIGRATION_ERROR (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/avp/
H A Drte_avp_common.h169 #define RTE_AVP_MIGRATION_ERROR 3 /**< Device failed to attach/detach */ macro
H A Davp_ethdev.c701 value = (ret == 0 ? value : RTE_AVP_MIGRATION_ERROR); in avp_dev_interrupt_handler()