Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | fd_dev |
struct | fd_host |
Macros | |
#define | FD_VERSION "4.0" |
#define | FD_MAX_DEV_NAME 256 |
#define | FD_DEVICE_QUEUE_DEPTH 32 |
#define | FD_MAX_DEVICE_QUEUE_DEPTH 128 |
#define | FD_BLOCKSIZE 512 |
#define | FD_MAX_SECTORS 1024 |
#define | RRF_EMULATE_CDB 0x01 |
#define | RRF_GOT_LBA 0x02 |
#define | FBDF_HAS_PATH 0x01 |
#define | FBDF_HAS_SIZE 0x02 |
#define | FDBD_HAS_BUFFERED_IO_WCE 0x04 |
Variables | |
struct fd_dev | ____cacheline_aligned |
#define FBDF_HAS_PATH 0x01 |
Definition at line 15 of file target_core_file.h.
#define FBDF_HAS_SIZE 0x02 |
Definition at line 16 of file target_core_file.h.
#define FD_BLOCKSIZE 512 |
Definition at line 9 of file target_core_file.h.
#define FD_DEVICE_QUEUE_DEPTH 32 |
Definition at line 7 of file target_core_file.h.
#define FD_MAX_DEV_NAME 256 |
Definition at line 6 of file target_core_file.h.
#define FD_MAX_DEVICE_QUEUE_DEPTH 128 |
Definition at line 8 of file target_core_file.h.
#define FD_MAX_SECTORS 1024 |
Definition at line 10 of file target_core_file.h.
#define FD_VERSION "4.0" |
Definition at line 4 of file target_core_file.h.
#define FDBD_HAS_BUFFERED_IO_WCE 0x04 |
Definition at line 17 of file target_core_file.h.
#define RRF_EMULATE_CDB 0x01 |
Definition at line 12 of file target_core_file.h.
#define RRF_GOT_LBA 0x02 |
Definition at line 13 of file target_core_file.h.