Searched refs:otx_cpt_device (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/crypto/marvell/octeontx/ |
A D | otx_cptpf_main.c | 17 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 …]
|
A D | otx_cptpf_mbox.c | 74 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 D | otx_cptpf.h | 21 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);
|
A D | otx_cptpf_ucode.c | 177 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() 1550 void otx_cpt_disable_all_cores(struct otx_cpt_device *cpt) in otx_cpt_disable_all_cores()
|
Completed in 9 milliseconds