Searched refs:num_lfs (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_cpt.c | 451 int num_lfs, slot; in rvu_mbox_handler_cpt_lf_alloc() local 464 if (!num_lfs) in rvu_mbox_handler_cpt_lf_alloc() 485 for (slot = 0; slot < num_lfs; slot++) { in rvu_mbox_handler_cpt_lf_alloc() 517 int num_lfs, cptlf, slot, err; in cpt_lf_free() local 523 if (!num_lfs) in cpt_lf_free() 526 for (slot = 0; slot < num_lfs; slot++) { in cpt_lf_free() 700 int blkaddr, num_lfs, lf; in validate_and_update_reg_offset() local 717 num_lfs = rvu_get_rsrc_mapcount(pfvf, block->addr); in validate_and_update_reg_offset() 718 if (lf >= num_lfs) in validate_and_update_reg_offset() 1234 int slot = 0, num_lfs; in rvu_cpt_ctx_flush() local [all …]
|
| A D | rvu.c | 345 int devnum, num_lfs = 0; in rvu_update_rsrc_map() local 370 num_lfs = pfvf->npalf; in rvu_update_rsrc_map() 375 num_lfs = pfvf->nixlf; in rvu_update_rsrc_map() 379 num_lfs = pfvf->sso; in rvu_update_rsrc_map() 383 num_lfs = pfvf->ssow; in rvu_update_rsrc_map() 1388 int slot, lf, num_lfs; in rvu_detach_block() local 1401 if (!num_lfs) in rvu_detach_block() 1558 if (!num_lfs) in rvu_attach_block() 1700 int blkaddr, num_lfs; in rvu_attach_from_same_block() local 1710 return !!num_lfs; in rvu_attach_from_same_block() [all …]
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| A D | otx2_cptpf_mbox.c | 204 struct otx2_cptlfs_info *lfs, u8 egrp, int num_lfs) in otx2_inline_cptlf_setup() argument 247 int num_lfs = 1, ret; in handle_msg_rx_inline_ipsec_lf_cfg() local 273 ret = otx2_inline_cptlf_setup(cptpf, &cptpf->lfs, egrp, num_lfs); in handle_msg_rx_inline_ipsec_lf_cfg() 284 cptpf->cpt1_lfs.global_slot = num_lfs; in handle_msg_rx_inline_ipsec_lf_cfg() 288 num_lfs); in handle_msg_rx_inline_ipsec_lf_cfg()
|
| A D | otx2_cptpf.h | 75 struct otx2_cptlfs_info *lfs, u8 egrp, int num_lfs);
|
Completed in 17 milliseconds