|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | desc_t |
| struct | port_status_t |
| #define DETECT_RAM 0 /* needed for > 4MB RAM, 16 MB maximum */ |
| #define PLX_CONTROL (PLX_OFFSET + 0x6C) |
| #define PLX_DOORBELL_FROM_CARD (PLX_OFFSET + 0x64) |
| #define PLX_DOORBELL_TO_CARD (PLX_OFFSET + 0x60) |
| #define PLX_INTERRUPT_CS (PLX_OFFSET + 0x68) |
| #define PLX_MAILBOX_0 (PLX_OFFSET + 0x40) |
| #define PLX_MAILBOX_1 (PLX_OFFSET + 0x44) |
| #define PLX_MAILBOX_2 (PLX_OFFSET + 0x48) |
| #define PLX_MAILBOX_3 (PLX_OFFSET + 0x4C) |
| #define PLX_MAILBOX_4 (PLX_OFFSET + 0x50) |
| #define PLX_MAILBOX_5 (PLX_OFFSET + 0x54) |
| #define PLX_MAILBOX_6 (PLX_OFFSET + 0x58) |
| #define PLX_MAILBOX_7 (PLX_OFFSET + 0x5C) |
| #define STATUS_CABLE (STATUS_OPEN + 4) |
| #define STATUS_CLOCKING (STATUS_ENCODING + 4) |
| #define STATUS_ENCODING (STATUS_PARITY + 4) |
| #define STATUS_PARITY (STATUS_RX_FRAME_ERRORS + 4) |
| #define STATUS_RX_FRAME_ERRORS (STATUS_RX_OVERRUNS + 4) |
| #define STATUS_RX_OVERRUNS (STATUS_CABLE + 4) |
| #define STATUS_TX_DESCS (STATUS_CLOCKING + 4) |
1.8.2