Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platform/linux-thunder/include/thunder/nicvf/nic_mbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ typedef uint64_t u64;
#define NIC_MBOX_MSG_ALLOC_SQS 0x12 /* Allocate secondary Qset */
#define NIC_MBOX_MSG_LOOPBACK 0x16 /* Set interface in loopback */
#define NIC_MBOX_MSG_RESET_STAT_COUNTER 0x17 /* Reset statistics counters */
#define NIC_MBOX_MSG_CFG_DONE 0x7E /* VF configuration done */
#define NIC_MBOX_MSG_SHUTDOWN 0x7F /* VF is being shutdown */
#define NIC_MBOX_MSG_CFG_DONE 0xF0 /* VF configuration done */
#define NIC_MBOX_MSG_SHUTDOWN 0xF1 /* VF is being shutdown */
#define NIC_MBOX_MSG_RES_BIT 0x80 /* Mark for response message */
#define NIC_MBOX_MSG_MAX 0x100 /* Maximum number of messages */

Expand Down