Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c9382 int reset_try_times = 0; in hclge_reset_tqp() local
9402 while (reset_try_times++ < HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_tqp()
9411 if (reset_try_times >= HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_tqp()
9428 int reset_try_times = 0; in hclge_reset_vf_queue() local
9448 while (reset_try_times++ < HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_vf_queue()
9457 if (reset_try_times >= HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_vf_queue()