Symbol: BCE_BC_STATE_SIGN
sys/dev/netif/bce/if_bcereg.h
457
#define BCE_BC_STATE_BC1_START (BCE_BC_STATE_SIGN | 0x1)
sys/dev/netif/bce/if_bcereg.h
458
#define BCE_BC_STATE_GET_NVM_CFG1 (BCE_BC_STATE_SIGN | 0x2)
sys/dev/netif/bce/if_bcereg.h
459
#define BCE_BC_STATE_PROG_BAR (BCE_BC_STATE_SIGN | 0x3)
sys/dev/netif/bce/if_bcereg.h
460
#define BCE_BC_STATE_INIT_VID (BCE_BC_STATE_SIGN | 0x4)
sys/dev/netif/bce/if_bcereg.h
461
#define BCE_BC_STATE_GET_NVM_CFG2 (BCE_BC_STATE_SIGN | 0x5)
sys/dev/netif/bce/if_bcereg.h
462
#define BCE_BC_STATE_APPLY_WKARND (BCE_BC_STATE_SIGN | 0x6)
sys/dev/netif/bce/if_bcereg.h
463
#define BCE_BC_STATE_LOAD_BC2 (BCE_BC_STATE_SIGN | 0x7)
sys/dev/netif/bce/if_bcereg.h
464
#define BCE_BC_STATE_GOING_BC2 (BCE_BC_STATE_SIGN | 0x8)
sys/dev/netif/bce/if_bcereg.h
465
#define BCE_BC_STATE_GOING_DIAG (BCE_BC_STATE_SIGN | 0x9)
sys/dev/netif/bce/if_bcereg.h
466
#define BCE_BC_STATE_RT_FINAL_INIT (BCE_BC_STATE_SIGN | 0x81)
sys/dev/netif/bce/if_bcereg.h
467
#define BCE_BC_STATE_RT_WKARND (BCE_BC_STATE_SIGN | 0x82)
sys/dev/netif/bce/if_bcereg.h
468
#define BCE_BC_STATE_RT_DRV_PULSE (BCE_BC_STATE_SIGN | 0x83)
sys/dev/netif/bce/if_bcereg.h
469
#define BCE_BC_STATE_RT_FIOEVTS (BCE_BC_STATE_SIGN | 0x84)
sys/dev/netif/bce/if_bcereg.h
470
#define BCE_BC_STATE_RT_DRV_CMD (BCE_BC_STATE_SIGN | 0x85)
sys/dev/netif/bce/if_bcereg.h
471
#define BCE_BC_STATE_RT_LOW_POWER (BCE_BC_STATE_SIGN | 0x86)
sys/dev/netif/bce/if_bcereg.h
472
#define BCE_BC_STATE_RT_SET_WOL (BCE_BC_STATE_SIGN | 0x87)
sys/dev/netif/bce/if_bcereg.h
473
#define BCE_BC_STATE_RT_OTHER_FW (BCE_BC_STATE_SIGN | 0x88)
sys/dev/netif/bce/if_bcereg.h
474
#define BCE_BC_STATE_RT_GOING_D3 (BCE_BC_STATE_SIGN | 0x89)
sys/dev/netif/bce/if_bcereg.h
475
#define BCE_BC_STATE_ERR_BAD_VERSION (BCE_BC_STATE_SIGN | 0x0100)
sys/dev/netif/bce/if_bcereg.h
476
#define BCE_BC_STATE_ERR_BAD_BC2_CRC (BCE_BC_STATE_SIGN | 0x0200)
sys/dev/netif/bce/if_bcereg.h
477
#define BCE_BC_STATE_ERR_BC1_LOOP (BCE_BC_STATE_SIGN | 0x0300)
sys/dev/netif/bce/if_bcereg.h
478
#define BCE_BC_STATE_ERR_UNKNOWN_CMD (BCE_BC_STATE_SIGN | 0x0400)
sys/dev/netif/bce/if_bcereg.h
479
#define BCE_BC_STATE_ERR_DRV_DEAD (BCE_BC_STATE_SIGN | 0x0500)
sys/dev/netif/bce/if_bcereg.h
480
#define BCE_BC_STATE_ERR_NO_RXP (BCE_BC_STATE_SIGN | 0x0600)
sys/dev/netif/bce/if_bcereg.h
481
#define BCE_BC_STATE_ERR_TOO_MANY_RBUF (BCE_BC_STATE_SIGN | 0x0700)