Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c432 u64 inprog, grp_ptr; in cpt_lf_disable_iqueue() local
439 inprog = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue()
441 inprog &= ~BIT_ULL(16); in cpt_lf_disable_iqueue()
443 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG), inprog); in cpt_lf_disable_iqueue()
447 inprog = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue()
449 if (INPROG_GRB_PARTIAL(inprog)) { in cpt_lf_disable_iqueue()
470 inprog = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue()
473 if ((INPROG_INFLIGHT(inprog) == 0) && in cpt_lf_disable_iqueue()
474 (INPROG_GWB(inprog) < 40) && in cpt_lf_disable_iqueue()
475 ((INPROG_GRB(inprog) == 0) || in cpt_lf_disable_iqueue()
[all …]
/Linux-v5.15/drivers/sbus/char/
Denvctrl.c971 static int inprog = 0; in envctrl_do_shutdown() local
973 if (inprog != 0) in envctrl_do_shutdown()
976 inprog = 1; in envctrl_do_shutdown()