Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/marvell/octeontx2/
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()
248 req->hdr.sig = OTX2_MBOX_REQ_SIG; in otx2_cpt_lf_reset_msg()
Dotx2_cptvf_mbox.c190 req->hdr.sig = OTX2_MBOX_REQ_SIG; in otx2_cptvf_send_eng_grp_num_msg()
211 req->sig = OTX2_MBOX_REQ_SIG; in otx2_cptvf_send_kvf_limits_msg()
231 req->sig = OTX2_MBOX_REQ_SIG; in otx2_cptvf_send_caps_msg()
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()
316 if (req->sig != OTX2_MBOX_REQ_SIG) in cptpf_handle_vf_req()
Dotx2_cptpf_main.c155 req->sig = OTX2_MBOX_REQ_SIG; in cptpf_flr_wq_handler()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c122 if (req->sig != OTX2_MBOX_REQ_SIG) { in otx2vf_process_mbox_msg_up()
Dotx2_pf.c470 if (msg->sig != OTX2_MBOX_REQ_SIG) in otx2_pfvf_mbox_handler()
888 if (req->sig != OTX2_MBOX_REQ_SIG) { in otx2_process_mbox_msg_up()
3172 req->hdr.sig = OTX2_MBOX_REQ_SIG; in otx2_vf_link_event_task()
Dotx2_common.h854 req->hdr.sig = OTX2_MBOX_REQ_SIG; \
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Dmcs_rvu_if.c28 req->hdr.sig = OTX2_MBOX_REQ_SIG; \
Drvu_cpt.c1178 req->hdr.sig = OTX2_MBOX_REQ_SIG; in cpt_inline_inb_lf_cmd_send()
Drvu_cgx.c35 req->hdr.sig = OTX2_MBOX_REQ_SIG; \
Dmbox.h87 #define OTX2_MBOX_REQ_SIG (0xdead) macro
Drvu.c2143 if (req->sig != OTX2_MBOX_REQ_SIG) in rvu_process_mbox_msg()