Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c391 attach ? pfvf->cptlfs++ : pfvf->cptlfs--; in rvu_update_rsrc_map()
392 num_lfs = pfvf->cptlfs; in rvu_update_rsrc_map()
1293 return pfvf->cptlfs; in rvu_get_rsrc_mapcount()
1315 return pfvf->cptlfs || pfvf->cpt1_lfs; in is_blktype_attached()
1489 else if ((blkid == BLKADDR_CPT0) && !detach->cptlfs) in rvu_detach_rsrcs()
1491 else if ((blkid == BLKADDR_CPT1) && !detach->cptlfs) in rvu_detach_rsrcs()
1710 if (req->cptlfs) { in rvu_check_rsrc_availability()
1716 if (req->cptlfs > block->lf.max) { in rvu_check_rsrc_availability()
1719 pcifunc, req->cptlfs, block->lf.max); in rvu_check_rsrc_availability()
1724 if (req->cptlfs > mappedlfs && in rvu_check_rsrc_availability()
[all …]
H A Drvu.h249 u16 cptlfs; member
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_mbox.c476 for (i = 0; i < rsp_msix->cptlfs; i++) in process_afpf_mbox_msg()