Go to the documentation of this file.
34 #define RIO_REGS_WIN(mport) (((struct rio_priv *)(mport->priv))->regs_win)
36 #define RIO_MAINT_WIN_SIZE 0x400000
37 #define RIO_LTLEDCSR 0x0608
39 #define DOORBELL_ROWAR_EN 0x80000000
40 #define DOORBELL_ROWAR_TFLOWLV 0x08000000
41 #define DOORBELL_ROWAR_PCI 0x02000000
42 #define DOORBELL_ROWAR_NREAD 0x00040000
43 #define DOORBELL_ROWAR_MAINTRD 0x00070000
44 #define DOORBELL_ROWAR_RES 0x00002000
45 #define DOORBELL_ROWAR_MAINTWD 0x00007000
46 #define DOORBELL_ROWAR_SIZE 0x0000000b
48 #define RIO_ATMU_REGS_PORT1_OFFSET 0x10c00
49 #define RIO_ATMU_REGS_PORT2_OFFSET 0x10e00
50 #define RIO_S_DBELL_REGS_OFFSET 0x13400
51 #define RIO_S_PW_REGS_OFFSET 0x134e0
52 #define RIO_ATMU_REGS_DBELL_OFFSET 0x10C40
54 #define MAX_MSG_UNIT_NUM 2
55 #define MAX_PORT_NUM 4