Home
last modified time | relevance | path

Searched refs:NIC_MBOX_MSG_READY (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_mbox.c16 [NIC_MBOX_MSG_READY] = "NIC_MBOX_MSG_READY",
132 case NIC_MBOX_MSG_READY: in nicvf_handle_mbx_intr()
195 struct nic_mbx mbx = { .msg = {.msg = NIC_MBOX_MSG_READY} }; in nicvf_mbox_check_pf_ready()
H A Dnicvf_mbox.h24 #define NIC_MBOX_MSG_READY 0x01 /* Is PF ready to rcv msgs */ macro