Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.c432 rsp->hdr.sig = OTX2_MBOX_RSP_SIG; in otx2_reply_invalid_msg()
H A Dotx2_mbox.h90 #define OTX2_MBOX_RSP_SIG (0xbeef) macro
1815 hdr->sig = OTX2_MBOX_RSP_SIG; in otx2_mbox_rsp_init()
H A Dotx2_dev.c523 rsp->hdr.sig = OTX2_MBOX_RSP_SIG; \ in mbox_process_msgs_up()