Home
last modified time | relevance | path

Searched refs:OTX2_MBOX_REQ_SIG (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_mbox_common.c35 req->sig = OTX2_MBOX_REQ_SIG; in otx2_cpt_send_ready_msg()
63 reg_msg->hdr.sig = OTX2_MBOX_REQ_SIG; in otx2_cpt_add_read_af_reg()
88 reg_msg->hdr.sig = OTX2_MBOX_REQ_SIG; in otx2_cpt_add_write_af_reg()
141 req->hdr.sig = OTX2_MBOX_REQ_SIG; in otx2_cpt_attach_rscrs_msg()
171 req->hdr.sig = OTX2_MBOX_REQ_SIG; in otx2_cpt_detach_rsrcs_msg()
200 req->sig = OTX2_MBOX_REQ_SIG; in otx2_cpt_msix_offset_msg()
H A Dotx2_cptvf_mbox.c182 req->hdr.sig = OTX2_MBOX_REQ_SIG; in otx2_cptvf_send_eng_grp_num_msg()
203 req->sig = OTX2_MBOX_REQ_SIG; in otx2_cptvf_send_kvf_limits_msg()
H A Dotx2_cptpf_mbox.c144 req->hdr.sig = OTX2_MBOX_REQ_SIG; in send_inline_ipsec_inbound_msg()
172 nix_req->hdr.sig = OTX2_MBOX_REQ_SIG; in rx_inline_ipsec_lf_cfg()
269 if (req->sig != OTX2_MBOX_REQ_SIG) in cptpf_handle_vf_req()
H A Dotx2_cptpf_main.c153 req->sig = OTX2_MBOX_REQ_SIG; in cptpf_flr_wq_handler()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c122 if (req->sig != OTX2_MBOX_REQ_SIG) { in otx2vf_process_mbox_msg_up()
H A Dotx2_pf.c472 if (msg->sig != OTX2_MBOX_REQ_SIG) in otx2_pfvf_mbox_handler()
892 if (req->sig != OTX2_MBOX_REQ_SIG) { in otx2_process_mbox_msg_up()
3168 req->hdr.sig = OTX2_MBOX_REQ_SIG; in otx2_vf_link_event_task()
H A Dotx2_common.h854 req->hdr.sig = OTX2_MBOX_REQ_SIG; \
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_rvu_if.c28 req->hdr.sig = OTX2_MBOX_REQ_SIG; \
H A Drvu_cpt.c1108 req->hdr.sig = OTX2_MBOX_REQ_SIG; in cpt_inline_inb_lf_cmd_send()
H A Drvu_cgx.c35 req->hdr.sig = OTX2_MBOX_REQ_SIG; \
H A Dmbox.h87 #define OTX2_MBOX_REQ_SIG (0xdead) macro
H A Drvu.c2073 if (req->sig != OTX2_MBOX_REQ_SIG) in rvu_process_mbox_msg()