| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_mbox.c | 205 struct otx2_cptlfs_info *lfs, u8 egrp, int num_lfs) in otx2_inline_cptlf_setup() argument 209 ret = otx2_cptlf_init(lfs, 1 << egrp, OTX2_CPT_QUEUE_HI_PRIO, 1); in otx2_inline_cptlf_setup() 217 ret = otx2_cpt_msix_offset_msg(lfs); in otx2_inline_cptlf_setup() 222 ret = otx2_cptlf_register_misc_interrupts(lfs); in otx2_inline_cptlf_setup() 228 otx2_cptlf_unregister_misc_interrupts(lfs); in otx2_inline_cptlf_setup() 230 otx2_cptlf_shutdown(lfs); in otx2_inline_cptlf_setup() 235 otx2_inline_cptlf_cleanup(struct otx2_cptlfs_info *lfs) in otx2_inline_cptlf_cleanup() argument 238 otx2_cptlf_unregister_misc_interrupts(lfs); in otx2_inline_cptlf_cleanup() 241 otx2_cptlf_shutdown(lfs); in otx2_inline_cptlf_cleanup() 252 if (cptpf->lfs.lfs_num) { in handle_msg_rx_inline_ipsec_lf_cfg() [all …]
|
| H A D | otx2_cpt_common.h | 206 int otx2_cpt_attach_rscrs_msg(struct otx2_cptlfs_info *lfs); 207 int otx2_cpt_detach_rsrcs_msg(struct otx2_cptlfs_info *lfs); 208 int otx2_cpt_msix_offset_msg(struct otx2_cptlfs_info *lfs); 210 int otx2_cpt_lf_reset_msg(struct otx2_cptlfs_info *lfs, int slot); 211 int otx2_cpt_lmtst_tbl_setup_msg(struct otx2_cptlfs_info *lfs);
|
| H A D | otx2_cptpf.h | 33 struct otx2_cptlfs_info lfs; /* CPT LFs attached to this PF */ member 75 struct otx2_cptlfs_info *lfs, u8 egrp, int num_lfs); 76 void otx2_inline_cptlf_cleanup(struct otx2_cptlfs_info *lfs);
|
| H A D | otx2_cptvf.h | 15 struct otx2_cptlfs_info lfs; /* CPT LFs attached to this VF */ member
|
| /linux/arch/powerpc/kvm/ |
| H 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/arch/powerpc/math-emu/ |
| H 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()
|
| H A D | lfs.c | 12 lfs(void *frD, void *ea) in lfs() function
|
| H A D | Makefile | 10 frsp.o fsel.o lfs.o frsqrte.o fsub.o \
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_debugfs.c | 650 char *lfs) in get_lf_str_list() argument 668 len += sprintf(lfs + len, "-%d,%d", prev_lf, lf); in get_lf_str_list() 670 len += (len ? sprintf(lfs + len, ",%d", lf) : in get_lf_str_list() 671 sprintf(lfs + len, "%d", lf)); in get_lf_str_list() 678 len += sprintf(lfs + len, "-%d", prev_lf); in get_lf_str_list() 680 lfs[len] = '\0'; in get_lf_str_list() 728 char *lfs; in rvu_dbg_rsrc_attach_status() local 742 lfs = kzalloc(lf_str_size, GFP_KERNEL); in rvu_dbg_rsrc_attach_status() 743 if (!lfs) { in rvu_dbg_rsrc_attach_status() 772 sprintf(lfs, "PF%d:VF%d", pf, vf - 1); in rvu_dbg_rsrc_attach_status() [all …]
|
| /linux/tools/testing/selftests/powerpc/alignment/ |
| H 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/arch/powerpc/lib/ |
| H A D | ldstfp.S | 217 lfs fr0, 0(r3)
|
| /linux/arch/powerpc/kernel/ |
| H A D | vector.S | 172 lfs fr,name@l(r11)
|
| /linux/fs/nfs/ |
| H A D | internal.h | 360 dst->lfs = src->lfs; in nfs4_label_copy()
|
| H A D | nfs4xdr.c | 1191 *p++ = cpu_to_be32(label->lfs); in encode_attrs() 4280 uint32_t lfs = 0; in decode_attr_security_label() local 4291 lfs = be32_to_cpup(p++); in decode_attr_security_label() 4311 label->lfs = lfs; in decode_attr_security_label() 4320 label->len, label->pi, label->lfs); in decode_attr_security_label()
|
| H A D | nfs4proc.c | 125 label->lfs = 0; in nfs4_label_init_security()
|
| /linux/include/linux/ |
| H A D | nfs4.h | 48 uint32_t lfs; member
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 360 u32 lfs, pi, length; in nfsd4_decode_security_label() local 363 if (xdr_stream_decode_u32(argp->xdr, &lfs) < 0) in nfsd4_decode_security_label()
|