Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c857 int i = 0, hard_lp_ctr = 100000; in cpt_lf_disable_iqueue() local
877 hard_lp_ctr--; in cpt_lf_disable_iqueue()
888 } while (hard_lp_ctr && (i < 10) && (nq_ptr != dq_ptr)); in cpt_lf_disable_iqueue()
890 if (hard_lp_ctr == 0) in cpt_lf_disable_iqueue()
894 hard_lp_ctr = 100000; in cpt_lf_disable_iqueue()
906 hard_lp_ctr--; in cpt_lf_disable_iqueue()
908 } while (hard_lp_ctr && (i < 10)); in cpt_lf_disable_iqueue()
910 if (hard_lp_ctr == 0) in cpt_lf_disable_iqueue()