Lines Matching refs:cptlfs
390 attach ? pfvf->cptlfs++ : pfvf->cptlfs--; in rvu_update_rsrc_map()
391 num_lfs = pfvf->cptlfs; in rvu_update_rsrc_map()
1259 return pfvf->cptlfs; in rvu_get_rsrc_mapcount()
1281 return pfvf->cptlfs || pfvf->cpt1_lfs; in is_blktype_attached()
1454 else if ((blkid == BLKADDR_CPT0) && !detach->cptlfs) in rvu_detach_rsrcs()
1456 else if ((blkid == BLKADDR_CPT1) && !detach->cptlfs) in rvu_detach_rsrcs()
1666 if (req->cptlfs) { in rvu_check_rsrc_availability()
1672 if (req->cptlfs > block->lf.max) { in rvu_check_rsrc_availability()
1675 pcifunc, req->cptlfs, block->lf.max); in rvu_check_rsrc_availability()
1680 if (req->cptlfs > mappedlfs && in rvu_check_rsrc_availability()
1681 ((req->cptlfs - mappedlfs) > free_lfs)) in rvu_check_rsrc_availability()
1759 if (attach->cptlfs) { in rvu_mbox_handler_attach_resources()
1764 attach->cptlfs, attach); in rvu_mbox_handler_attach_resources()
1882 rsp->cptlfs = pfvf->cptlfs; in rvu_mbox_handler_msix_offset()
1883 for (slot = 0; slot < rsp->cptlfs; slot++) { in rvu_mbox_handler_msix_offset()