diff options
Diffstat (limited to 'drivers/net/qlge/qlge.h')
-rw-r--r-- | drivers/net/qlge/qlge.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/qlge/qlge.h b/drivers/net/qlge/qlge.h index 872e95ee40ee..5e4d3439043e 100644 --- a/drivers/net/qlge/qlge.h +++ b/drivers/net/qlge/qlge.h | |||
@@ -816,6 +816,18 @@ enum { | |||
816 | MB_CMD_GET_MGMNT_TFK_CTL = 0x00000161, /* Get Mgmnt Traffic Control */ | 816 | MB_CMD_GET_MGMNT_TFK_CTL = 0x00000161, /* Get Mgmnt Traffic Control */ |
817 | MB_GET_MPI_TFK_STOPPED = (1 << 0), | 817 | MB_GET_MPI_TFK_STOPPED = (1 << 0), |
818 | MB_GET_MPI_TFK_FIFO_EMPTY = (1 << 1), | 818 | MB_GET_MPI_TFK_FIFO_EMPTY = (1 << 1), |
819 | /* Sub-commands for IDC request. | ||
820 | * This describes the reason for the | ||
821 | * IDC request. | ||
822 | */ | ||
823 | MB_CMD_IOP_NONE = 0x0000, | ||
824 | MB_CMD_IOP_PREP_UPDATE_MPI = 0x0001, | ||
825 | MB_CMD_IOP_COMP_UPDATE_MPI = 0x0002, | ||
826 | MB_CMD_IOP_PREP_LINK_DOWN = 0x0010, | ||
827 | MB_CMD_IOP_DVR_START = 0x0100, | ||
828 | MB_CMD_IOP_FLASH_ACC = 0x0101, | ||
829 | MB_CMD_IOP_RESTART_MPI = 0x0102, | ||
830 | MB_CMD_IOP_CORE_DUMP_MPI = 0x0103, | ||
819 | 831 | ||
820 | /* Mailbox Command Status. */ | 832 | /* Mailbox Command Status. */ |
821 | MB_CMD_STS_GOOD = 0x00004000, /* Success. */ | 833 | MB_CMD_STS_GOOD = 0x00004000, /* Success. */ |