Home
last modified time | relevance | path

Searched refs:otx_cpt_device (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/crypto/marvell/octeontx/
H 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()
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()
156 struct otx_cpt_device *cpt = pci_get_drvdata(pdev); in otx_cpt_sriov_configure()
193 struct otx_cpt_device *cpt; in otx_cpt_probe()
[all …]
H 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()
H A Dotx_cptpf.h21 struct otx_cpt_device { struct
31 void otx_cpt_mbox_intr_handler(struct otx_cpt_device *cpt, int mbx); argument
32 void otx_cpt_disable_all_cores(struct otx_cpt_device *cpt);
H A Dotx_cptpf_ucode.c177 struct otx_cpt_device *cpt = (struct otx_cpt_device *) obj; in cpt_set_ucode_base()
206 struct otx_cpt_device *cpt = (struct otx_cpt_device *) obj; in cpt_detach_and_disable_cores()
254 struct otx_cpt_device *cpt = (struct otx_cpt_device *) obj; in cpt_attach_and_enable_cores()
1563 void otx_cpt_disable_all_cores(struct otx_cpt_device *cpt) in otx_cpt_disable_all_cores()