Home
last modified time | relevance | path

Searched refs:OTX2_MBOX_RSP_SIG (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c39 if (msg->sig != OTX2_MBOX_RSP_SIG) { in otx2vf_process_vfaf_mbox_msg()
129 rsp->hdr.sig = OTX2_MBOX_RSP_SIG; in otx2vf_process_mbox_msg_up()
Dotx2_pf.c519 if (msg->sig != OTX2_MBOX_RSP_SIG) { in otx2_pfvf_mbox_up_handler()
740 if (msg->sig != OTX2_MBOX_RSP_SIG) { in otx2_process_pfaf_mbox_msg()
895 rsp->hdr.sig = OTX2_MBOX_RSP_SIG; \ in otx2_process_mbox_msg_up()
/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.c342 rsp->hdr.sig = OTX2_MBOX_RSP_SIG; in otx2_reply_invalid_msg()
Dmbox.h87 #define OTX2_MBOX_RSP_SIG (0xbeef) macro
Drvu.c1637 rsp->hdr.sig = OTX2_MBOX_RSP_SIG; \ in rvu_process_mbox_msg()
1788 if (msg->sig != OTX2_MBOX_RSP_SIG) { in __rvu_mbox_up_handler()