Searched refs:otx_cpt_mbox (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_mbox.c | 60 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg() 64 hex_dump_to_buffer(mbox_msg, sizeof(struct otx_cpt_mbox), 16, 8, in dump_mbox_msg() 76 struct otx_cpt_mbox *mbx) in cptvf_send_msg_to_pf() 86 struct otx_cpt_mbox mbx = {}; in otx_cptvf_handle_mbox_intr() 129 struct otx_cpt_mbox *mbx) in cptvf_send_msg_to_pf_timeout() 161 struct otx_cpt_mbox mbx = {}; in otx_cptvf_check_pf_ready() 174 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vq_size_msg() 187 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_to_grp_msg() 206 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_priority_msg() 220 struct otx_cpt_mbox mbx = {}; in otx_cptvf_send_vf_up() [all …]
|
D | otx_cptpf_mbox.c | 59 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg() 63 hex_dump_to_buffer(mbox_msg, sizeof(struct otx_cpt_mbox), 16, 8, in dump_mbox_msg() 75 struct otx_cpt_mbox *mbx) in otx_cpt_send_msg_to_vf() 87 struct otx_cpt_mbox *mbx) in otx_cpt_mbox_send_ack() 96 struct otx_cpt_mbox *mbx) in otx_cptpf_mbox_send_nack() 181 struct otx_cpt_mbox mbx = {}; in otx_cpt_handle_mbox_intr()
|
D | otx_cpt_common.h | 46 struct otx_cpt_mbox { struct
|