Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c431 int i = 0, hard_lp_ctr = 100000; in cpt_lf_disable_iqueue() local
451 hard_lp_ctr--; in cpt_lf_disable_iqueue()
462 } while (hard_lp_ctr && (i < 10) && (nq_ptr != dq_ptr)); in cpt_lf_disable_iqueue()
464 if (hard_lp_ctr == 0) in cpt_lf_disable_iqueue()
468 hard_lp_ctr = 100000; in cpt_lf_disable_iqueue()
480 hard_lp_ctr--; in cpt_lf_disable_iqueue()
482 } while (hard_lp_ctr && (i < 10)); in cpt_lf_disable_iqueue()
484 if (hard_lp_ctr == 0) in cpt_lf_disable_iqueue()