Lines Matching refs:cptlfs
385 attach ? pfvf->cptlfs++ : pfvf->cptlfs--; in rvu_update_rsrc_map()
386 num_lfs = pfvf->cptlfs; in rvu_update_rsrc_map()
1225 return pfvf->cptlfs; in rvu_get_rsrc_mapcount()
1247 return pfvf->cptlfs || pfvf->cpt1_lfs; in is_blktype_attached()
1366 else if ((blkid == BLKADDR_CPT0) && !detach->cptlfs) in rvu_detach_rsrcs()
1368 else if ((blkid == BLKADDR_CPT1) && !detach->cptlfs) in rvu_detach_rsrcs()
1578 if (req->cptlfs) { in rvu_check_rsrc_availability()
1584 if (req->cptlfs > block->lf.max) { in rvu_check_rsrc_availability()
1587 pcifunc, req->cptlfs, block->lf.max); in rvu_check_rsrc_availability()
1592 if (req->cptlfs > mappedlfs && in rvu_check_rsrc_availability()
1593 ((req->cptlfs - mappedlfs) > free_lfs)) in rvu_check_rsrc_availability()
1671 if (attach->cptlfs) { in rvu_mbox_handler_attach_resources()
1676 attach->cptlfs, attach); in rvu_mbox_handler_attach_resources()
1794 rsp->cptlfs = pfvf->cptlfs; in rvu_mbox_handler_msix_offset()
1795 for (slot = 0; slot < rsp->cptlfs; slot++) { in rvu_mbox_handler_msix_offset()