Home
last modified time | relevance | path

Searched defs:fail (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test/
H A Dtest_devargs.c69 int fail = TEST_SUCCESS; in test_valid_devargs_cases() local
190 int fail = 0; in test_invalid_devargs() local
H A Dtest_dmadev.c504 const unsigned int *fail, size_t num_fail) in test_multi_failure()
588 const unsigned int fail[] = {0, 7, 14, 15}; in test_completion_status() local
H A Dtest_rwlock.c60 uint64_t fail; member
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device.c275 bool fail = false; in tf_dev_unbind_p4() local
548 bool fail = false; in tf_dev_unbind_p58() local
/dpdk/lib/acl/
H A Dtb_mem.h33 sigjmp_buf fail; member
/dpdk/lib/kni/
H A Drte_kni.c35 #define KNI_MEM_CHECK(cond, fail) do { if (cond) goto fail; } while (0) argument