/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptlf.c | 53 struct otx2_cptlfs_info *lfs = lf->lfs; in cptlf_set_pri() local 57 ret = otx2_cpt_read_af_reg(lfs->mbox, lfs->pdev, in cptlf_set_pri() 65 ret = otx2_cpt_write_af_reg(lfs->mbox, lfs->pdev, in cptlf_set_pri() 74 struct otx2_cptlfs_info *lfs = lf->lfs; in cptlf_set_eng_grps_mask() local 78 ret = otx2_cpt_read_af_reg(lfs->mbox, lfs->pdev, in cptlf_set_eng_grps_mask() 86 ret = otx2_cpt_write_af_reg(lfs->mbox, lfs->pdev, in cptlf_set_eng_grps_mask() 380 if (!lfs->pdev || !lfs->reg_base) in otx2_cptlf_init() 385 lfs->lf[slot].lfs = lfs; in otx2_cptlf_init() 388 lfs->lf[slot].lmtline = lfs->lmt_base + in otx2_cptlf_init() 391 lfs->lf[slot].lmtline = lfs->reg_base + in otx2_cptlf_init() [all …]
|
A D | otx2_cptvf_main.c | 138 if (!lfs->lf[i].wqe) in cleanup_tasklet_work() 142 kfree(lfs->lf[i].wqe); in cleanup_tasklet_work() 143 lfs->lf[i].wqe = NULL; in cleanup_tasklet_work() 160 wqe->lfs = lfs; in init_tasklet_work() 162 lfs->lf[i].wqe = wqe; in init_tasklet_work() 185 if (!lfs->lfs_num) in alloc_pending_queues() 251 lf_sw_cleanup(lfs); in cptvf_lf_shutdown() 258 struct otx2_cptlfs_info *lfs = &cptvf->lfs; in cptvf_lf_init() local 284 lfs_num = cptvf->lfs.kvf_limits ? cptvf->lfs.kvf_limits : in cptvf_lf_init() 297 ret = lf_sw_init(lfs); in cptvf_lf_init() [all …]
|
A D | otx2_cptlf.h | 78 struct otx2_cptlfs_info *lfs; member 122 struct otx2_cptlfs_info *lfs) in otx2_cpt_free_instruction_queues() argument 127 for (i = 0; i < lfs->lfs_num; i++) { in otx2_cpt_free_instruction_queues() 128 iq = &lfs->lf[i].iqueue; in otx2_cpt_free_instruction_queues() 130 dma_free_coherent(&lfs->pdev->dev, in otx2_cpt_free_instruction_queues() 140 struct otx2_cptlfs_info *lfs) in otx2_cpt_alloc_instruction_queues() argument 145 if (!lfs->lfs_num) in otx2_cpt_alloc_instruction_queues() 148 for (i = 0; i < lfs->lfs_num; i++) { in otx2_cpt_alloc_instruction_queues() 149 iq = &lfs->lf[i].iqueue; in otx2_cpt_alloc_instruction_queues() 176 struct otx2_cptlfs_info *lfs) in otx2_cptlf_set_iqueues_base_addr() argument [all …]
|
A D | otx2_cpt_mbox_common.c | 128 struct otx2_mbox *mbox = lfs->mbox; in otx2_cpt_attach_rscrs_msg() 143 req->cptlfs = lfs->lfs_num; in otx2_cpt_attach_rscrs_msg() 144 ret = otx2_cpt_send_mbox_msg(mbox, lfs->pdev); in otx2_cpt_attach_rscrs_msg() 148 if (!lfs->are_lfs_attached) in otx2_cpt_attach_rscrs_msg() 156 struct otx2_mbox *mbox = lfs->mbox; in otx2_cpt_detach_rsrcs_msg() 171 ret = otx2_cpt_send_mbox_msg(mbox, lfs->pdev); in otx2_cpt_detach_rsrcs_msg() 175 if (lfs->are_lfs_attached) in otx2_cpt_detach_rsrcs_msg() 184 struct otx2_mbox *mbox = lfs->mbox; in otx2_cpt_msix_offset_msg() 185 struct pci_dev *pdev = lfs->pdev; in otx2_cpt_msix_offset_msg() 203 for (i = 0; i < lfs->lfs_num; i++) { in otx2_cpt_msix_offset_msg() [all …]
|
A D | cn10k_cpt.c | 53 cptpf->lfs.ops = &otx2_hw_ops; in cn10k_cptpf_lmtst_init() 57 cptpf->lfs.ops = &cn10k_hw_ops; in cn10k_cptpf_lmtst_init() 65 cptpf->lfs.lmt_base = devm_ioremap_wc(&pdev->dev, lmt_base, size); in cn10k_cptpf_lmtst_init() 66 if (!cptpf->lfs.lmt_base) { in cn10k_cptpf_lmtst_init() 82 cptvf->lfs.ops = &otx2_hw_ops; in cn10k_cptvf_lmtst_init() 86 cptvf->lfs.ops = &cn10k_hw_ops; in cn10k_cptvf_lmtst_init() 90 cptvf->lfs.lmt_base = devm_ioremap_wc(&pdev->dev, offset, size); in cn10k_cptvf_lmtst_init() 91 if (!cptvf->lfs.lmt_base) { in cn10k_cptvf_lmtst_init()
|
A D | otx2_cptvf_reqmgr.c | 247 if (unlikely(!otx2_cptlf_started(lf->lfs))) in process_request() 323 lf->lfs->ops->send_cmd(&cptinst, 1, lf); in process_request() 346 struct otx2_cptlfs_info *lfs = &cptvf->lfs; in otx2_cpt_do_request() local 348 return process_request(lfs->pdev, req, &lfs->lf[cpu_num].pqueue, in otx2_cpt_do_request() 349 &lfs->lf[cpu_num]); in otx2_cpt_do_request() 358 u8 ccode = lfs->ops->cpt_get_compcode(cpt_status); in cpt_process_ccode() 359 struct pci_dev *pdev = lfs->pdev; in cpt_process_ccode() 441 struct pci_dev *pdev = lfs->pdev; in process_pending_queue() 535 process_pending_queue(wqe->lfs, in otx2_cpt_post_process() 536 &wqe->lfs->lf[wqe->lf_num].pqueue); in otx2_cpt_post_process() [all …]
|
A D | otx2_cptvf_mbox.c | 72 struct otx2_cptlfs_info *lfs = &cptvf->lfs; in process_pfvf_mbox_mbox_msg() local 98 lfs->are_lfs_attached = 1; in process_pfvf_mbox_mbox_msg() 103 lfs->are_lfs_attached = 0; in process_pfvf_mbox_mbox_msg() 108 lfs->lf[i].msix_offset = rsp_msix->cptlf_msixoff[i]; in process_pfvf_mbox_mbox_msg() 124 cptvf->lfs.kcrypto_eng_grp_num = rsp_grp->eng_grp_num; in process_pfvf_mbox_mbox_msg() 128 cptvf->lfs.kvf_limits = rsp_limits->kvf_limits; in process_pfvf_mbox_mbox_msg()
|
A D | otx2_cpt_common.h | 155 int otx2_cpt_attach_rscrs_msg(struct otx2_cptlfs_info *lfs); 156 int otx2_cpt_detach_rsrcs_msg(struct otx2_cptlfs_info *lfs); 157 int otx2_cpt_msix_offset_msg(struct otx2_cptlfs_info *lfs);
|
A D | otx2_cptvf.h | 15 struct otx2_cptlfs_info lfs; /* CPT LFs attached to this VF */ member
|
A D | otx2_cptpf_ucode.c | 1480 struct otx2_cptlfs_info *lfs = &cptpf->lfs; in otx2_cpt_discover_eng_capabilities() local 1507 lfs->pdev = pdev; in otx2_cpt_discover_eng_capabilities() 1508 lfs->reg_base = cptpf->reg_base; in otx2_cpt_discover_eng_capabilities() 1509 lfs->mbox = &cptpf->afpf_mbox; in otx2_cpt_discover_eng_capabilities() 1510 lfs->blkaddr = BLKADDR_CPT0; in otx2_cpt_discover_eng_capabilities() 1511 ret = otx2_cptlf_init(&cptpf->lfs, OTX2_CPT_ALL_ENG_GRPS_MASK, in otx2_cpt_discover_eng_capabilities() 1551 lfs->ops->send_cmd(&inst, 1, &cptpf->lfs.lf[0]); in otx2_cpt_discover_eng_capabilities() 1553 while (lfs->ops->cpt_get_compcode(result) == in otx2_cpt_discover_eng_capabilities() 1565 otx2_cptlf_shutdown(&cptpf->lfs); in otx2_cpt_discover_eng_capabilities()
|
A D | otx2_cptpf.h | 33 struct otx2_cptlfs_info lfs; /* CPT LFs attached to this PF */ member
|
A D | otx2_cptpf_mbox.c | 276 cptpf->lfs.are_lfs_attached = 1; in process_afpf_mbox_msg() 280 cptpf->lfs.are_lfs_attached = 0; in process_afpf_mbox_msg()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | fpu.S | 33 lfs 0,0(r5); \ 54 lfs 0,0(r5); \ 55 lfs 1,0(r6); \ 77 lfs 0,0(r5); \ 78 lfs 1,0(r6); \ 79 lfs 2,0(r7); \ 278 lfs 0,0(r3)
|
/linux-6.3-rc2/arch/powerpc/math-emu/ |
A D | math.c | 63 FLOATFUNC(lfs); 241 case LFS: func = lfs; type = D; break; in do_mathemu() 242 case LFSU: func = lfs; type = DU; break; in do_mathemu() 252 case LFSX: func = lfs; type = XE; break; in do_mathemu() 253 case LFSUX: func = lfs; type = XEU; break; in do_mathemu()
|
A D | lfs.c | 12 lfs(void *frD, void *ea) in lfs() function
|
A D | Makefile | 10 frsp.o fsel.o lfs.o frsqrte.o fsub.o \
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_debugfs.c | 666 char *lfs) in get_lf_str_list() argument 696 lfs[len] = '\0'; in get_lf_str_list() 744 char *lfs; in rvu_dbg_rsrc_attach_status() local 759 if (!lfs) { in rvu_dbg_rsrc_attach_status() 791 "%-*s", lf_str_size, lfs); in rvu_dbg_rsrc_attach_status() 793 sprintf(lfs, "PF%d", pf); in rvu_dbg_rsrc_attach_status() 796 "%-*s", lf_str_size, lfs); in rvu_dbg_rsrc_attach_status() 804 lfs[len] = '\0'; in rvu_dbg_rsrc_attach_status() 806 if (strlen(lfs)) in rvu_dbg_rsrc_attach_status() 810 "%-*s", lf_str_size, lfs); in rvu_dbg_rsrc_attach_status() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/alignment/ |
A D | alignment_handler.c | 539 LOAD_FLOAT_DFORM_TEST(lfs); in test_alignment_handler_fp() 597 LOAD_FLOAT_DFORM_TEST(lfs); in test_alignment_handler_fp_prefix()
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | ldstfp.S | 217 lfs fr0, 0(r3)
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | vector.S | 170 lfs fr,name@l(r11)
|
/linux-6.3-rc2/include/linux/ |
A D | nfs4.h | 47 uint32_t lfs; member
|
/linux-6.3-rc2/fs/nfs/ |
A D | internal.h | 348 dst->lfs = src->lfs; in nfs4_label_copy()
|
A D | nfs4xdr.c | 1187 *p++ = cpu_to_be32(label->lfs); in encode_attrs() 4214 uint32_t lfs = 0; in decode_attr_security_label() local 4225 lfs = be32_to_cpup(p++); in decode_attr_security_label() 4245 label->lfs = lfs; in decode_attr_security_label() 4254 label->len, label->pi, label->lfs); in decode_attr_security_label()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | f2fs.rst | 211 and "lfs". In "lfs" mode, there should be no random 232 with "mode=lfs".
|
A D | ramfs-rootfs-initramfs.rst | 251 - http://www.linuxfromscratch.org/lfs/view/stable/
|