Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_api.c51 u32 polling_count; in halmac_init_adapter() local
103 polling_count = HALMAC_POLLING_READY_TIMEOUT_COUNT; in halmac_init_adapter()
105 polling_count--; in halmac_init_adapter()
106 if (polling_count == 0) in halmac_init_adapter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1765 u32 polling_count = 0; in rtl_hal_pwrseqcmdparsing() local
1819 if (polling_count++ > max_polling_cnt) in rtl_hal_pwrseqcmdparsing()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_api_88xx.c151 u32 polling_count; in halmac_mount_api_88xx() local
304 polling_count = HALMAC_POLLING_READY_TIMEOUT_COUNT; in halmac_mount_api_88xx()
306 polling_count--; in halmac_mount_api_88xx()
307 if (polling_count == 0) in halmac_mount_api_88xx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c2772 u32 vfc_status, polling_ms, polling_count = 0, i; in qed_grc_dump_read_from_vfc() local
2807 if (polling_count++ == VFC_POLLING_COUNT) in qed_grc_dump_read_from_vfc()