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()
1228 return pfvf->cptlfs; in rvu_get_rsrc_mapcount()
1250 return pfvf->cptlfs || pfvf->cpt1_lfs; in is_blktype_attached()
1369 else if ((blkid == BLKADDR_CPT0) && !detach->cptlfs) in rvu_detach_rsrcs()
1371 else if ((blkid == BLKADDR_CPT1) && !detach->cptlfs) in rvu_detach_rsrcs()
1581 if (req->cptlfs) { in rvu_check_rsrc_availability()
1587 if (req->cptlfs > block->lf.max) { in rvu_check_rsrc_availability()
1590 pcifunc, req->cptlfs, block->lf.max); in rvu_check_rsrc_availability()
1595 if (req->cptlfs > mappedlfs && in rvu_check_rsrc_availability()
1596 ((req->cptlfs - mappedlfs) > free_lfs)) in rvu_check_rsrc_availability()
1674 if (attach->cptlfs) { in rvu_mbox_handler_attach_resources()
1679 attach->cptlfs, attach); in rvu_mbox_handler_attach_resources()
1797 rsp->cptlfs = pfvf->cptlfs; in rvu_mbox_handler_msix_offset()
1798 for (slot = 0; slot < rsp->cptlfs; slot++) { in rvu_mbox_handler_msix_offset()