Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cpt.c451 int num_lfs, slot; in rvu_mbox_handler_cpt_lf_alloc() local
462 num_lfs = rvu_get_rsrc_mapcount(rvu_get_pfvf(rvu, pcifunc), in rvu_mbox_handler_cpt_lf_alloc()
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
521 num_lfs = rvu_get_rsrc_mapcount(rvu_get_pfvf(rvu, pcifunc), in cpt_lf_free()
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()
[all …]
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_mbox.c205 struct otx2_cptlfs_info *lfs, u8 egrp, int num_lfs) in otx2_inline_cptlf_setup() argument
248 int num_lfs = 1, ret; in handle_msg_rx_inline_ipsec_lf_cfg() local
272 ret = otx2_inline_cptlf_setup(cptpf, &cptpf->lfs, egrp, num_lfs); in handle_msg_rx_inline_ipsec_lf_cfg()
280 cptpf->cpt1_lfs.global_slot = num_lfs; in handle_msg_rx_inline_ipsec_lf_cfg()
284 num_lfs); in handle_msg_rx_inline_ipsec_lf_cfg()
H A Dotx2_cptpf.h75 struct otx2_cptlfs_info *lfs, u8 egrp, int num_lfs);