Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c9360 int reset_try_times = 0; in hclge_reset_tqp() local
9380 while (reset_try_times++ < HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_tqp()
9389 if (reset_try_times >= HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_tqp()
9405 int reset_try_times = 0; in hclge_reset_vf_queue() local
9419 while (reset_try_times++ < HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_vf_queue()
9428 if (reset_try_times >= HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_vf_queue()