Lines Matching refs:npalf
1164 int npalf, id, all; in rvu_dbg_npa_ctx_display() local
1172 npalf = rvu->rvu_dbg.npa_aura_ctx.lf; in rvu_dbg_npa_ctx_display()
1178 npalf = rvu->rvu_dbg.npa_pool_ctx.lf; in rvu_dbg_npa_ctx_display()
1186 if (!rvu_dbg_is_valid_lf(rvu, BLKADDR_NPA, npalf, &pcifunc)) in rvu_dbg_npa_ctx_display()
1238 int npalf, int id, int ctype) in write_npa_ctx() argument
1244 if (!rvu_dbg_is_valid_lf(rvu, BLKADDR_NPA, npalf, &pcifunc)) in write_npa_ctx()
1272 rvu->rvu_dbg.npa_aura_ctx.lf = npalf; in write_npa_ctx()
1278 rvu->rvu_dbg.npa_pool_ctx.lf = npalf; in write_npa_ctx()
1289 const char __user *buffer, int *npalf, in parse_cmd_buffer_ctx() argument
1310 ret = subtoken ? kstrtoint(subtoken, 10, npalf) : -EINVAL; in parse_cmd_buffer_ctx()
1334 int npalf, id = 0, ret; in rvu_dbg_npa_ctx_write() local
1344 &npalf, &id, &all); in rvu_dbg_npa_ctx_write()
1351 ret = write_npa_ctx(rvu, all, npalf, id, ctype); in rvu_dbg_npa_ctx_write()