Searched refs:inprog (Results 1 – 1 of 1) sorted by relevance
138 union otx2_cpt_lf_inprog inprog; in otx2_cpt_iq_enable() local179 inprog.u = otx2_read64(qp->base + OTX2_CPT_LF_INPROG); in otx2_cpt_iq_enable()180 inprog.s.eena = 1; in otx2_cpt_iq_enable()181 otx2_write64(inprog.u, qp->base + OTX2_CPT_LF_INPROG); in otx2_cpt_iq_enable()190 union otx2_cpt_lf_inprog inprog; in otx2_cpt_iq_disable() local195 inprog.u = otx2_read64(qp->base + OTX2_CPT_LF_INPROG); in otx2_cpt_iq_disable()196 inprog.s.eena = 0x0; in otx2_cpt_iq_disable()208 if (inprog.s.grb_partial) in otx2_cpt_iq_disable()218 if ((inprog.s.inflight == 0) && in otx2_cpt_iq_disable()219 (inprog.s.gwb_cnt < 40) && in otx2_cpt_iq_disable()[all …]