Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/cavium/cpt/
A Dcptpf_main.c319 static int cpt_ucode_load(struct cpt_device *cpt) in cpt_ucode_load()
340 struct cpt_device *cpt = (struct cpt_device *)cpt_irq; in cpt_mbx0_intr_handler() local
347 static void cpt_reset(struct cpt_device *cpt) in cpt_reset()
361 static u32 cpt_check_bist_status(struct cpt_device *cpt) in cpt_check_bist_status()
381 static void cpt_disable_all_cores(struct cpt_device *cpt) in cpt_disable_all_cores()
411 static void cpt_unload_microcode(struct cpt_device *cpt) in cpt_unload_microcode()
430 static int cpt_device_init(struct cpt_device *cpt) in cpt_device_init()
466 static int cpt_register_interrupts(struct cpt_device *cpt) in cpt_register_interrupts()
545 struct cpt_device *cpt; in cpt_probe() local
618 struct cpt_device *cpt = pci_get_drvdata(pdev); in cpt_remove() local
[all …]
A 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()
A 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.3-rc2/drivers/crypto/marvell/octeontx/
A 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()
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()
156 struct otx_cpt_device *cpt = pci_get_drvdata(pdev); in otx_cpt_sriov_configure() local
193 struct otx_cpt_device *cpt; in otx_cpt_probe() local
[all …]
A 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()
A 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
1563 void otx_cpt_disable_all_cores(struct otx_cpt_device *cpt) in otx_cpt_disable_all_cores()
A Dotx_cptvf.h22 #define otx_cpt_device_ready(cpt) ((cpt)->flags & OTX_CPT_FLAG_DEVICE_READY) argument
/linux-6.3-rc2/arch/parisc/kernel/
A Dtime.c73 unsigned long cpt = clocktick; in timer_interrupt() local
/linux-6.3-rc2/arch/s390/include/asm/
A Dcio.h96 __u32 cpt : 1; member
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Dstv0367.c1438 int cpt = 0; in stv0367ter_snr_readreg() local
/linux-6.3-rc2/tools/perf/
A Dbuiltin-kmem.c693 const char *cpt; in compact_gfp_flags() local
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dcxgb3_main.c803 unsigned int v, addr, bpt, cpt; in tm_attr_show() local
A Dt3_hw.c2974 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; in t3_config_sched() local
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu.h66 struct dentry *cpt; member
A Dmbox.h460 u16 cpt; member
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dt4_hw.c10284 unsigned int v, addr, bpt, cpt; in t4_get_tx_sched() local

Completed in 65 milliseconds