Lines Matching refs:npalf
479 int npalf, id, all; in rvu_dbg_npa_ctx_display() local
487 npalf = rvu->rvu_dbg.npa_aura_ctx.lf; in rvu_dbg_npa_ctx_display()
493 npalf = rvu->rvu_dbg.npa_pool_ctx.lf; in rvu_dbg_npa_ctx_display()
501 if (!rvu_dbg_is_valid_lf(rvu, BLKTYPE_NPA, npalf, &pcifunc)) in rvu_dbg_npa_ctx_display()
553 int npalf, int id, int ctype) in write_npa_ctx() argument
559 if (!rvu_dbg_is_valid_lf(rvu, BLKTYPE_NPA, npalf, &pcifunc)) in write_npa_ctx()
587 rvu->rvu_dbg.npa_aura_ctx.lf = npalf; in write_npa_ctx()
593 rvu->rvu_dbg.npa_pool_ctx.lf = npalf; in write_npa_ctx()
604 const char __user *buffer, int *npalf, in parse_cmd_buffer_ctx() argument
625 ret = subtoken ? kstrtoint(subtoken, 10, npalf) : -EINVAL; in parse_cmd_buffer_ctx()
649 int npalf, id = 0, ret; in rvu_dbg_npa_ctx_write() local
659 &npalf, &id, &all); in rvu_dbg_npa_ctx_write()
666 ret = write_npa_ctx(rvu, all, npalf, id, ctype); in rvu_dbg_npa_ctx_write()