Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/cavium/cpt/
Dcptpf_main.c26 static void cpt_disable_cores(struct cpt_device *cpt, u64 coremask, in cpt_disable_cores()
63 static void cpt_enable_cores(struct cpt_device *cpt, u64 coremask, in cpt_enable_cores()
77 static void cpt_configure_group(struct cpt_device *cpt, u8 grp, in cpt_configure_group()
91 static void cpt_disable_mbox_interrupts(struct cpt_device *cpt) in cpt_disable_mbox_interrupts()
97 static void cpt_disable_ecc_interrupts(struct cpt_device *cpt) in cpt_disable_ecc_interrupts()
103 static void cpt_disable_exec_interrupts(struct cpt_device *cpt) in cpt_disable_exec_interrupts()
109 static void cpt_disable_all_interrupts(struct cpt_device *cpt) in cpt_disable_all_interrupts()
116 static void cpt_enable_mbox_interrupts(struct cpt_device *cpt) in cpt_enable_mbox_interrupts()
122 static int cpt_load_microcode(struct cpt_device *cpt, struct microcode *mcode) in cpt_load_microcode()
160 static int do_cpt_init(struct cpt_device *cpt, struct microcode *mcode) in do_cpt_init()
[all …]
Dcptpf_mbox.c8 static void cpt_send_msg_to_vf(struct cpt_device *cpt, int vf, in cpt_send_msg_to_vf()
20 static void cpt_mbox_send_ack(struct cpt_device *cpt, int vf, in cpt_mbox_send_ack()
28 static void cpt_clear_mbox_intr(struct cpt_device *cpt, u32 vf) in cpt_clear_mbox_intr()
37 static void cpt_cfg_qlen_for_vf(struct cpt_device *cpt, int vf, u32 size) in cpt_cfg_qlen_for_vf()
50 static void cpt_cfg_vq_priority(struct cpt_device *cpt, int vf, u32 pri) in cpt_cfg_vq_priority()
59 static int cpt_bind_vq_to_grp(struct cpt_device *cpt, u8 q, u8 grp) in cpt_bind_vq_to_grp()
86 static void cpt_handle_mbox_intr(struct cpt_device *cpt, int vf) in cpt_handle_mbox_intr()
146 void cpt_mbox_intr_handler (struct cpt_device *cpt, int mbx) in cpt_mbox_intr_handler()
Dcpt_common.h24 #define cpt_sriov_enabled(cpt) ((cpt)->flags & CPT_FLAG_SRIOV_ENABLED) argument
25 #define cpt_vf_driver(cpt) ((cpt)->flags & CPT_FLAG_VF_DRIVER) argument
26 #define cpt_device_ready(cpt) ((cpt)->flags & CPT_FLAG_DEVICE_READY) argument
/linux-6.1.9/drivers/crypto/marvell/octeontx/
Dotx_cptpf_main.c17 static void otx_cpt_disable_mbox_interrupts(struct otx_cpt_device *cpt) in otx_cpt_disable_mbox_interrupts()
23 static void otx_cpt_enable_mbox_interrupts(struct otx_cpt_device *cpt) in otx_cpt_enable_mbox_interrupts()
30 void *cpt) in otx_cpt_mbx0_intr_handler()
37 static void otx_cpt_reset(struct otx_cpt_device *cpt) in otx_cpt_reset()
42 static void otx_cpt_find_max_enabled_cores(struct otx_cpt_device *cpt) in otx_cpt_find_max_enabled_cores()
51 static u32 otx_cpt_check_bist_status(struct otx_cpt_device *cpt) in otx_cpt_check_bist_status()
59 static u64 otx_cpt_check_exe_bist_status(struct otx_cpt_device *cpt) in otx_cpt_check_exe_bist_status()
67 static int otx_cpt_device_init(struct otx_cpt_device *cpt) in otx_cpt_device_init()
112 static int otx_cpt_register_interrupts(struct otx_cpt_device *cpt) in otx_cpt_register_interrupts()
142 static void otx_cpt_unregister_interrupts(struct otx_cpt_device *cpt) in otx_cpt_unregister_interrupts()
[all …]
Dotx_cptpf_mbox.c74 static void otx_cpt_send_msg_to_vf(struct otx_cpt_device *cpt, int vf, in otx_cpt_send_msg_to_vf()
86 static void otx_cpt_mbox_send_ack(struct otx_cpt_device *cpt, int vf, in otx_cpt_mbox_send_ack()
95 static void otx_cptpf_mbox_send_nack(struct otx_cpt_device *cpt, int vf, in otx_cptpf_mbox_send_nack()
103 static void otx_cpt_clear_mbox_intr(struct otx_cpt_device *cpt, u32 vf) in otx_cpt_clear_mbox_intr()
112 static void otx_cpt_cfg_qlen_for_vf(struct otx_cpt_device *cpt, int vf, in otx_cpt_cfg_qlen_for_vf()
126 static void otx_cpt_cfg_vq_priority(struct otx_cpt_device *cpt, int vf, u32 pri) in otx_cpt_cfg_vq_priority()
135 static int otx_cpt_bind_vq_to_grp(struct otx_cpt_device *cpt, u8 q, u8 grp) in otx_cpt_bind_vq_to_grp()
178 static void otx_cpt_handle_mbox_intr(struct otx_cpt_device *cpt, int vf) in otx_cpt_handle_mbox_intr()
240 void otx_cpt_mbox_intr_handler (struct otx_cpt_device *cpt, int mbx) in otx_cpt_mbox_intr_handler()
Dotx_cptpf_ucode.c177 struct otx_cpt_device *cpt = (struct otx_cpt_device *) obj; in cpt_set_ucode_base() local
206 struct otx_cpt_device *cpt = (struct otx_cpt_device *) obj; in cpt_detach_and_disable_cores() local
254 struct otx_cpt_device *cpt = (struct otx_cpt_device *) obj; in cpt_attach_and_enable_cores() local
1564 void otx_cpt_disable_all_cores(struct otx_cpt_device *cpt) in otx_cpt_disable_all_cores()
Dotx_cptvf.h22 #define otx_cpt_device_ready(cpt) ((cpt)->flags & OTX_CPT_FLAG_DEVICE_READY) argument
/linux-6.1.9/arch/parisc/kernel/
Dtime.c73 unsigned long cpt = clocktick; in timer_interrupt() local
/linux-6.1.9/arch/s390/include/asm/
Dcio.h96 __u32 cpt : 1; member
/linux-6.1.9/drivers/media/dvb-frontends/
Dstv0367.c1438 int cpt = 0; in stv0367ter_snr_readreg() local
/linux-6.1.9/tools/perf/
Dbuiltin-kmem.c693 const char *cpt; in compact_gfp_flags() local
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c803 unsigned int v, addr, bpt, cpt; in tm_attr_show() local
Dt3_hw.c2974 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; in t3_config_sched() local
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h66 struct dentry *cpt; member
Dmbox.h452 u16 cpt; member
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c10284 unsigned int v, addr, bpt, cpt; in t4_get_tx_sched() local