Home
last modified time | relevance | path

Searched refs:cpt1_lfs (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_mbox.c281 otx2_cptlf_set_dev_info(&cptpf->cpt1_lfs, cptpf->pdev, in handle_msg_rx_inline_ipsec_lf_cfg()
284 cptpf->cpt1_lfs.global_slot = num_lfs; in handle_msg_rx_inline_ipsec_lf_cfg()
285 cptpf->cpt1_lfs.ctx_ilen_ovrd = cfg_req->ctx_ilen_valid; in handle_msg_rx_inline_ipsec_lf_cfg()
286 cptpf->cpt1_lfs.ctx_ilen = cfg_req->ctx_ilen; in handle_msg_rx_inline_ipsec_lf_cfg()
287 ret = otx2_inline_cptlf_setup(cptpf, &cptpf->cpt1_lfs, egrp, in handle_msg_rx_inline_ipsec_lf_cfg()
303 otx2_inline_cptlf_cleanup(&cptpf->cpt1_lfs); in handle_msg_rx_inline_ipsec_lf_cfg()
473 lfs = &cptpf->cpt1_lfs; in process_afpf_mbox_msg()
485 for (i = 0; i < rsp_msix->cpt1_lfs; i++) in process_afpf_mbox_msg()
Dotx2_cptpf.h34 struct otx2_cptlfs_info cpt1_lfs; /* CPT1 LFs attached to this PF */ member
Dotx2_cptpf_main.c836 if (cptpf->cpt1_lfs.lfs_num) in otx2_cptpf_remove()
837 otx2_inline_cptlf_cleanup(&cptpf->cpt1_lfs); in otx2_cptpf_remove()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c394 attach ? pfvf->cpt1_lfs++ : pfvf->cpt1_lfs--; in rvu_update_rsrc_map()
395 num_lfs = pfvf->cpt1_lfs; in rvu_update_rsrc_map()
1266 return pfvf->cpt1_lfs; in rvu_get_rsrc_mapcount()
1286 return pfvf->cptlfs || pfvf->cpt1_lfs; in is_blktype_attached()
1894 rsp->cpt1_lfs = pfvf->cpt1_lfs; in rvu_mbox_handler_msix_offset()
1895 for (slot = 0; slot < rsp->cpt1_lfs; slot++) { in rvu_mbox_handler_msix_offset()
Drvu.h221 u16 cpt1_lfs; member
Dmbox.h502 u16 cpt1_lfs; member