Home
last modified time | relevance | path

Searched refs:cptlfs (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c390 attach ? pfvf->cptlfs++ : pfvf->cptlfs--; in rvu_update_rsrc_map()
391 num_lfs = pfvf->cptlfs; in rvu_update_rsrc_map()
1251 return pfvf->cptlfs; in rvu_get_rsrc_mapcount()
1273 return pfvf->cptlfs || pfvf->cpt1_lfs; in is_blktype_attached()
1446 else if ((blkid == BLKADDR_CPT0) && !detach->cptlfs) in rvu_detach_rsrcs()
1448 else if ((blkid == BLKADDR_CPT1) && !detach->cptlfs) in rvu_detach_rsrcs()
1658 if (req->cptlfs) { in rvu_check_rsrc_availability()
1664 if (req->cptlfs > block->lf.max) { in rvu_check_rsrc_availability()
1667 pcifunc, req->cptlfs, block->lf.max); in rvu_check_rsrc_availability()
1672 if (req->cptlfs > mappedlfs && in rvu_check_rsrc_availability()
[all …]
Dmbox.h423 u16 cptlfs; member
440 u8 cptlfs:1; member
472 u16 cptlfs; member
Drvu.h195 u16 cptlfs; member
/linux-6.1.9/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_mbox_common.c136 req->cptlfs = lfs->lfs_num; in otx2_cpt_attach_rscrs_msg()
Dotx2_cptvf_mbox.c107 for (i = 0; i < rsp_msix->cptlfs; i++) in process_pfvf_mbox_mbox_msg()