Lines Matching defs:BCE_BC_STATE_SIGN

1023 #define BCE_BC_STATE_SIGN			0x42530000
1025 #define BCE_BC_STATE_BC1_START (BCE_BC_STATE_SIGN | 0x1)
1026 #define BCE_BC_STATE_GET_NVM_CFG1 (BCE_BC_STATE_SIGN | 0x2)
1027 #define BCE_BC_STATE_PROG_BAR (BCE_BC_STATE_SIGN | 0x3)
1028 #define BCE_BC_STATE_INIT_VID (BCE_BC_STATE_SIGN | 0x4)
1029 #define BCE_BC_STATE_GET_NVM_CFG2 (BCE_BC_STATE_SIGN | 0x5)
1030 #define BCE_BC_STATE_APPLY_WKARND (BCE_BC_STATE_SIGN | 0x6)
1031 #define BCE_BC_STATE_LOAD_BC2 (BCE_BC_STATE_SIGN | 0x7)
1032 #define BCE_BC_STATE_GOING_BC2 (BCE_BC_STATE_SIGN | 0x8)
1033 #define BCE_BC_STATE_GOING_DIAG (BCE_BC_STATE_SIGN | 0x9)
1034 #define BCE_BC_STATE_RT_FINAL_INIT (BCE_BC_STATE_SIGN | 0x81)
1035 #define BCE_BC_STATE_RT_WKARND (BCE_BC_STATE_SIGN | 0x82)
1036 #define BCE_BC_STATE_RT_DRV_PULSE (BCE_BC_STATE_SIGN | 0x83)
1037 #define BCE_BC_STATE_RT_FIOEVTS (BCE_BC_STATE_SIGN | 0x84)
1038 #define BCE_BC_STATE_RT_DRV_CMD (BCE_BC_STATE_SIGN | 0x85)
1039 #define BCE_BC_STATE_RT_LOW_POWER (BCE_BC_STATE_SIGN | 0x86)
1040 #define BCE_BC_STATE_RT_SET_WOL (BCE_BC_STATE_SIGN | 0x87)
1041 #define BCE_BC_STATE_RT_OTHER_FW (BCE_BC_STATE_SIGN | 0x88)
1042 #define BCE_BC_STATE_RT_GOING_D3 (BCE_BC_STATE_SIGN | 0x89)
1043 #define BCE_BC_STATE_ERR_BAD_VERSION (BCE_BC_STATE_SIGN | 0x0100)
1044 #define BCE_BC_STATE_ERR_BAD_BC2_CRC (BCE_BC_STATE_SIGN | 0x0200)
1045 #define BCE_BC_STATE_ERR_BC1_LOOP (BCE_BC_STATE_SIGN | 0x0300)
1046 #define BCE_BC_STATE_ERR_UNKNOWN_CMD (BCE_BC_STATE_SIGN | 0x0400)
1047 #define BCE_BC_STATE_ERR_DRV_DEAD (BCE_BC_STATE_SIGN | 0x0500)
1048 #define BCE_BC_STATE_ERR_NO_RXP (BCE_BC_STATE_SIGN | 0x0600)
1049 #define BCE_BC_STATE_ERR_TOO_MANY_RBUF (BCE_BC_STATE_SIGN | 0x0700)