Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c5100 int reset_try_times = 0; in hclge_reset_tqp() local
5123 reset_try_times = 0; in hclge_reset_tqp()
5124 while (reset_try_times++ < HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_tqp()
5132 if (reset_try_times >= HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_tqp()
5148 int reset_try_times = 0; in hclge_reset_vf_queue() local
5162 reset_try_times = 0; in hclge_reset_vf_queue()
5163 while (reset_try_times++ < HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_vf_queue()
5171 if (reset_try_times >= HCLGE_TQP_RESET_TRY_TIMES) { in hclge_reset_vf_queue()