Home
last modified time | relevance | path

Searched defs:lfs (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptlf.c34 static void cptlf_set_done_time_wait(struct otx2_cptlfs_info *lfs, in cptlf_set_done_time_wait()
43 static void cptlf_set_done_num_wait(struct otx2_cptlfs_info *lfs, int num_wait) in cptlf_set_done_num_wait()
53 struct otx2_cptlfs_info *lfs = lf->lfs; in cptlf_set_pri() local
74 struct otx2_cptlfs_info *lfs = lf->lfs; in cptlf_set_eng_grps_mask() local
92 static int cptlf_set_grp_and_pri(struct otx2_cptlfs_info *lfs, in cptlf_set_grp_and_pri()
109 static int cptlf_set_ctx_ilen(struct otx2_cptlfs_info *lfs, int ctx_ilen) in cptlf_set_ctx_ilen()
135 static void cptlf_hw_init(struct otx2_cptlfs_info *lfs) in cptlf_hw_init()
156 static void cptlf_hw_cleanup(struct otx2_cptlfs_info *lfs) in cptlf_hw_cleanup()
162 static void cptlf_set_misc_intrs(struct otx2_cptlfs_info *lfs, u8 enable) in cptlf_set_misc_intrs()
180 static void cptlf_set_done_intrs(struct otx2_cptlfs_info *lfs, u8 enable) in cptlf_set_done_intrs()
[all …]
H A Dotx2_cptvf_main.c133 static void cleanup_tasklet_work(struct otx2_cptlfs_info *lfs) in cleanup_tasklet_work()
147 static int init_tasklet_work(struct otx2_cptlfs_info *lfs) in init_tasklet_work()
171 static void free_pending_queues(struct otx2_cptlfs_info *lfs) in free_pending_queues()
181 static int alloc_pending_queues(struct otx2_cptlfs_info *lfs) in alloc_pending_queues()
209 static void lf_sw_cleanup(struct otx2_cptlfs_info *lfs) in lf_sw_cleanup()
215 static int lf_sw_init(struct otx2_cptlfs_info *lfs) in lf_sw_init()
238 static void cptvf_lf_shutdown(struct otx2_cptlfs_info *lfs) in cptvf_lf_shutdown()
262 struct otx2_cptlfs_info *lfs = &cptvf->lfs; in cptvf_lf_init() local
H A Dotx2_cptlf.h79 struct otx2_cptlfs_info *lfs; member
84 struct otx2_cptlfs_info *lfs; /* Ptr to cptlfs_info struct */ member
138 struct otx2_cptlfs_info *lfs) in otx2_cpt_free_instruction_queues()
156 struct otx2_cptlfs_info *lfs) in otx2_cpt_alloc_instruction_queues()
192 struct otx2_cptlfs_info *lfs) in otx2_cptlf_set_iqueues_base_addr()
214 static inline void otx2_cptlf_set_iqueues_size(struct otx2_cptlfs_info *lfs) in otx2_cptlf_set_iqueues_size()
279 static inline void otx2_cptlf_disable_iqueues(struct otx2_cptlfs_info *lfs) in otx2_cptlf_disable_iqueues()
347 static inline void otx2_cptlf_enable_iqueues(struct otx2_cptlfs_info *lfs) in otx2_cptlf_enable_iqueues()
421 static inline bool otx2_cptlf_started(struct otx2_cptlfs_info *lfs) in otx2_cptlf_started()
426 static inline void otx2_cptlf_set_dev_info(struct otx2_cptlfs_info *lfs, in otx2_cptlf_set_dev_info()
H A Dotx2_cpt_mbox_common.c126 int otx2_cpt_attach_rscrs_msg(struct otx2_cptlfs_info *lfs) in otx2_cpt_attach_rscrs_msg()
156 int otx2_cpt_detach_rsrcs_msg(struct otx2_cptlfs_info *lfs) in otx2_cpt_detach_rsrcs_msg()
185 int otx2_cpt_msix_offset_msg(struct otx2_cptlfs_info *lfs) in otx2_cpt_msix_offset_msg()
233 int otx2_cpt_lf_reset_msg(struct otx2_cptlfs_info *lfs, int slot) in otx2_cpt_lf_reset_msg()
259 int otx2_cpt_lmtst_tbl_setup_msg(struct otx2_cptlfs_info *lfs) in otx2_cpt_lmtst_tbl_setup_msg()
H A Dcn10k_cpt.c49 void cn10k_cpt_lmtst_free(struct pci_dev *pdev, struct otx2_cptlfs_info *lfs) in cn10k_cpt_lmtst_free()
64 struct otx2_cptlfs_info *lfs, u32 size) in cn10k_cpt_lmtst_alloc()
200 struct otx2_cptlfs_info *lfs = &cptvf->lfs; in cn10k_cpt_ctx_flush() local
H A Dotx2_cptvf_reqmgr.c200 struct otx2_cptlfs_info *lfs = &cptvf->lfs; in otx2_cpt_do_request() local
206 static int cpt_process_ccode(struct otx2_cptlfs_info *lfs, in cpt_process_ccode()
286 static inline void process_pending_queue(struct otx2_cptlfs_info *lfs, in process_pending_queue()
H A Dotx2_cptpf_mbox.c205 struct otx2_cptlfs_info *lfs, u8 egrp, int num_lfs) in otx2_inline_cptlf_setup()
235 otx2_inline_cptlf_cleanup(struct otx2_cptlfs_info *lfs) in otx2_inline_cptlf_cleanup()
452 struct otx2_cptlfs_info *lfs = &cptpf->lfs; in process_afpf_mbox_msg() local
599 struct otx2_cptlfs_info *lfs = &cptpf->lfs; in handle_msg_cpt_inst_lmtst() local
H A Dotx2_cptvf.h15 struct otx2_cptlfs_info lfs; /* CPT LFs attached to this VF */ member
H A Dotx2_cptvf_mbox.c72 struct otx2_cptlfs_info *lfs = &cptvf->lfs; in process_pfvf_mbox_mbox_msg() local
H A Dotx2_cptpf.h33 struct otx2_cptlfs_info lfs; /* CPT LFs attached to this PF */ member
H A Dotx2_cptpf_ucode.c1492 struct otx2_cptlfs_info *lfs = &cptpf->lfs; in otx2_cpt_discover_eng_capabilities() local
/linux/arch/powerpc/math-emu/
H A Dlfs.c12 lfs(void *frD, void *ea) in lfs() function
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c647 char *lfs) in get_lf_str_list()
725 char *lfs; in rvu_dbg_rsrc_attach_status() local
/linux/include/linux/
H A Dnfs4.h48 uint32_t lfs; member
/linux/fs/nfsd/
H A Dnfs4xdr.c358 u32 lfs, pi, length; in nfsd4_decode_security_label() local
/linux/fs/nfs/
H A Dnfs4xdr.c4279 uint32_t lfs = 0; in decode_attr_security_label() local