Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/test/
H A Dqdf_types_test.c423 #define ut_uint64_pass(str, exp) __ut_uint64(str, QDF_STATUS_SUCCESS, exp)
424 #define ut_uint64_fail(str, exp_status) __ut_uint64(str, exp_status, 0)
427 __ut_uint64(const char *str, QDF_STATUS exp_status, uint64_t exp_value) in __ut_uint64() function