Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c994 u64 inprog, inst_ptr; in cpt_lf_disable_iqueue() local
1001 inprog = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue()
1003 inprog |= BIT_ULL(16); in cpt_lf_disable_iqueue()
1005 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG), inprog); in cpt_lf_disable_iqueue()
1025 inprog = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue()
1028 if ((FIELD_GET(INFLIGHT, inprog) == 0) && in cpt_lf_disable_iqueue()
1029 (FIELD_GET(GRB_CNT, inprog) == 0)) { in cpt_lf_disable_iqueue()
/Linux-v6.6/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()