Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | aoe_hdr |
struct | aoe_atahdr |
struct | aoe_cfghdr |
struct | buf |
struct | frame |
struct | aoeif |
struct | aoetgt |
struct | aoedev |
struct | ktstate |
Macros | |
#define | VERSION "50" |
#define | AOE_MAJOR 152 |
#define | DEVICE_NAME "aoe" |
#define | AOE_PARTITIONS (16) |
#define | WHITESPACE " \t\v\f\n" |
Enumerations | |
enum | { AOECMD_ATA, AOECMD_CFG, AOECMD_VEND_MIN = 0xf0, AOEFL_RSP = (1<<3), AOEFL_ERR = (1<<2), AOEAFL_EXT = (1<<6), AOEAFL_DEV = (1<<4), AOEAFL_ASYNC = (1<<1), AOEAFL_WRITE = (1<<0), AOECCMD_READ = 0, AOECCMD_TEST, AOECCMD_PTEST, AOECCMD_SET, AOECCMD_FSET, AOE_HVER = 0x10 } |
enum | { DEVFL_UP = 1, DEVFL_TKILL = (1<<1), DEVFL_EXT = (1<<2), DEVFL_GDALLOC = (1<<3), DEVFL_KICKME = (1<<4), DEVFL_NEWSIZE = (1<<5) } |
enum | { DEFAULTBCNT = 2 * 512, MIN_BUFS = 16, NTARGETS = 8, NAOEIFS = 8, NSKBPOOLMAX = 256, NFACTIVE = 61, TIMERTICK = HZ / 10, MINTIMER = HZ >> 2, MAXTIMER = HZ << 1 } |
anonymous enum |
anonymous enum |
anonymous enum |
void aoecmd_sleepwork | ( | struct work_struct * | ) |
void aoenet_xmit | ( | struct sk_buff_head * | ) |
int is_aoe_netif | ( | struct net_device * | ifp | ) |