Searched refs:NIC_MBOX_MSG_READY (Results 1 – 2 of 2) sorted by relevance
16 [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()
24 #define NIC_MBOX_MSG_READY 0x01 /* Is PF ready to rcv msgs */ macro