Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c858 u64 inprog, grp_ptr; in cpt_lf_disable_iqueue() local
865 inprog = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue()
867 inprog &= ~BIT_ULL(16); in cpt_lf_disable_iqueue()
869 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG), inprog); in cpt_lf_disable_iqueue()
873 inprog = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue()
875 if (INPROG_GRB_PARTIAL(inprog)) { in cpt_lf_disable_iqueue()
896 inprog = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue()
899 if ((INPROG_INFLIGHT(inprog) == 0) && in cpt_lf_disable_iqueue()
900 (INPROG_GWB(inprog) < 40) && in cpt_lf_disable_iqueue()
901 ((INPROG_GRB(inprog) == 0) || in cpt_lf_disable_iqueue()
[all …]
/linux-6.1.9/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()