Home
last modified time | relevance | path

Searched refs:hi_get_tick (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_traffic_classify.c114 cfm_info->last_jiffies = hi_get_tick(); in hmac_tx_add_cfm_traffic()
266 judge_list->jiffies_end = hi_get_tick(); /* 更新最新来包时间 */ in hmac_tx_traffic_classify_list_proc()
268 judge_list->jiffies_st = hi_get_tick(); /* 更新队列产生时间 */ in hmac_tx_traffic_classify_list_proc()
361 cfm_info->last_jiffies = hi_get_tick(); /* 更新业务最新来包时间 */ in hmac_tx_traffic_classify()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dapp_demo_flash.c38 tick[0] = hi_get_tick(); in test_flash_body2()
63 tick[1] = hi_get_tick(); in test_flash_body2()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_time.h63 hi_u32 hi_get_tick(hi_void);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_time.h18 * @li System time of the hi_get_tick, hi_get_tick64, hi_get_milli_seconds, and hi_get_seconds operations. The system
20 CNcomment:hi_get_tick, hi_get_tick64,hi_get_milli_seconds, hi_get_seconds操作的系统时间,
71 hi_u32 hi_get_tick(hi_void);
H A Dhi_hook_fuc.h114 typedef hi_u32 (*fuc_type_name(hi_get_tick))(hi_void);
192 fuc_type_name(hi_get_tick) hi_get_tick_hook;
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dhi_time.c31 hi_u32 hi_get_tick(hi_void) in hi_get_tick() function
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211.c47 extern hi_u32 hi_get_tick(hi_void);
4462 if (hi_get_tick() > tmp_cookie->record_time + WAL_MGMT_TX_TIMEOUT_MSEC / HI_MILLISECOND_PER_TICK) { in wal_check_cookie_timeout()
4529 tmp_cookie->record_time = hi_get_tick(); in wal_check_cookie_timeout()
4904 hi_u32 start_time_stamp = hi_get_tick(); in wal_check_cookie_timeout()
4910 } while ((ret != HI_SUCCESS) && (hi_get_tick() < end_time_stamp)); in wal_check_cookie_timeout()

Completed in 10 milliseconds