|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | rd_dev_sg_table |
| struct | rd_dev |
| struct | rd_host |
Macros | |
| #define | RD_HBA_VERSION "v4.0" |
| #define | RD_MCP_VERSION "4.0" |
| #define | RD_MAX_ALLOCATION_SIZE 65536 |
| #define | RD_DEVICE_QUEUE_DEPTH 32 |
| #define | RD_MAX_DEVICE_QUEUE_DEPTH 128 |
| #define | RD_BLOCKSIZE 512 |
| #define | RDF_HAS_PAGE_COUNT 0x01 |
Functions | |
| int __init | rd_module_init (void) |
| void | rd_module_exit (void) |
Variables | |
| struct rd_dev_sg_table | ____cacheline_aligned |
| #define RD_BLOCKSIZE 512 |
Definition at line 11 of file target_core_rd.h.
| #define RD_DEVICE_QUEUE_DEPTH 32 |
Definition at line 9 of file target_core_rd.h.
| #define RD_HBA_VERSION "v4.0" |
Definition at line 4 of file target_core_rd.h.
| #define RD_MAX_ALLOCATION_SIZE 65536 |
Definition at line 8 of file target_core_rd.h.
| #define RD_MAX_DEVICE_QUEUE_DEPTH 128 |
Definition at line 10 of file target_core_rd.h.
| #define RD_MCP_VERSION "4.0" |
Definition at line 5 of file target_core_rd.h.
| #define RDF_HAS_PAGE_COUNT 0x01 |
Definition at line 24 of file target_core_rd.h.
Definition at line 503 of file target_core_rd.c.
Definition at line 491 of file target_core_rd.c.
1.8.2