Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/platform/src/
Dsys_wrapper.c61 #define TIMER_NAME (timer_ptr->timerName) macro
63 #define TIMER_NAME "N/A" macro
106 QDF_ASSERT(0 != strlen(TIMER_NAME)); in tx_timer_activate()
116 "Timer %s is already running\n", TIMER_NAME); in tx_timer_activate()
120 "Timer %s fails to activate\n", TIMER_NAME); in tx_timer_activate()
244 TIMER_NAME, status); in tx_main_timer_func()
305 "Cannot create timer for %s\n", TIMER_NAME); in tx_timer_create_intern_debug()
311 "Creating periodic timer for %s\n", TIMER_NAME); in tx_timer_create_intern_debug()
363 "Cannot create timer for %s\n", TIMER_NAME); in tx_timer_create_intern()
369 "Creating periodic timer for %s\n", TIMER_NAME); in tx_timer_create_intern()
[all …]