Linux Kernel
3.7.1
|
Go to the source code of this file.
Typedefs | |
typedef u8 | PI_UINT8 |
typedef u16 | PI_UINT16 |
typedef u32 | PI_UINT32 |
typedef struct DFX_board_tag | DFX_board_t |
#define DEFEA_PROD_ID_1 0x0130A310 /* DEC product 300, rev 1 */ |
#define DEFEA_PROD_ID_2 0x0230A310 /* DEC product 300, rev 2 */ |
#define DEFEA_PROD_ID_3 0x0330A310 /* DEC product 300, rev 3 */ |
#define DEFEA_PROD_ID_4 0x0430A310 /* DEC product 300, rev 4 */ |
#define DEFEA_PRODUCT_ID 0x0030A310 /* DEC product 300 (no rev) */ |
#define DFX_FC_PRH2_PRH1_PRH0 0x54003820 /* Packet Request Header bytes + FC */ |
#define DFX_PRH0_BYTE 0x20 /* Packet Request Header byte 0 */ |
#define DFX_PRH1_BYTE 0x38 /* Packet Request Header byte 1 */ |
#define DFX_PRH2_BYTE 0x00 /* Packet Request Header byte 2 */ |
#define PFI_K_LAT_TIMER_DEF 0x88 /* def max master latency timer */ |
#define PFI_K_LAT_TIMER_MIN 0x20 /* min max master latency timer */ |
#define PFI_STATUS_M_PFI_ERROR 0X00000020 /* only valid in rev 1 or later PFI */ |
#define PI_ALIGN_K_DESC_BLK 8192 /* Descriptor block boundary */ |
#define PI_HALT_ID_K_BUS_EXCEPTION 8 /* 68K bus exception */ |
#define PI_HOST_INT_M_SMT_HOST_ENB 0x10000000 /* Type 1 Enables */ |
#define PI_HOST_INT_M_TYPE_0_RESERVED 0x0000FF00 /* Type 0 Enables */ |
#define PI_HOST_INT_M_XMT_DATA_ENB 0x80000000 /* Type 2 Enables */ |
#define PI_HOST_INT_V_TYPE_0_RESERVED 8 /* Type 0 Enables */ |
#define PI_ITEM_K_CON_POLICIES 0x18 /* PORTConnectionPolicies */ |
#define PI_ITEM_K_EMAC_RING_PURGER 0x2A /* eMACRingPurgerEnable */ |
#define PI_ITEM_K_EMAC_RTOKEN_TIMEOUT 0x2B /* eMACRestrictedTokenTimeout */ |
#define PI_ITEM_K_LEM_THRESHOLD 0x04 /* DECnet LEM Threshold */ |
#define PI_ITEM_K_MAC_PATHS_REQ 0x15 /* MACPathsRequested */ |
#define PI_ITEM_K_PORT_PATHS_REQ 0x19 /* PORTPathsRequested */ |
#define PI_ITEM_K_RESTRICTED_TOKEN 0x03 /* DECnet Restricted Token */ |
#define PI_ITEM_K_RING_PURGER 0x05 /* DECnet Ring Purger Enable */ |
#define PI_ITEM_K_STATION_ACTION 0x13 /* SMTStationAction */ |
#define PI_LOG_CALLER_ID_K_CONSOLE 8 /* Console Caller Id */ |
#define PI_LOG_CALLER_ID_K_ONLINE 3 /* On-line diagnostics */ |
#define PI_LOG_EVENT_STATUS_K_INVALID 1 /* Invalid Event Status */ |
#define PI_LOG_EVENT_STATUS_K_VALID 0 /* Valid Event Status */ |
#define PI_PDATA_A_INIT_M_BSWAP_INIT (PI_PDATA_A_INIT_M_BSWAP_DATA) |
#define PI_PDATA_B_DMA_BURST_SIZE_32 3 /* not supported on PCI */ |
#define PI_PDATA_B_DMA_BURST_SIZE_DEF PI_PDATA_B_DMA_BURST_SIZE_16 |
#define RCV_BUFF_K_DESCR 0 /* four byte FMC descriptor */ |
#define RCV_BUFS_DEF 8 /* default pre-allocated receive buffers */ |
#define RCV_BUFS_MAX 32 /* maximum pre-allocated receive buffers */ |
#define RCV_BUFS_MIN 2 /* minimum pre-allocated receive buffers */ |
typedef struct DFX_board_tag DFX_board_t |