Linux Kernel
3.7.1
|
#include <linux/gfp.h>
#include <linux/hdreg.h>
#include <linux/blkdev.h>
#include <linux/netdevice.h>
#include <linux/moduleparam.h>
#include <net/net_namespace.h>
#include <asm/unaligned.h>
#include "aoe.h"
Go to the source code of this file.
Macros | |
#define | NECODES 5 |
Enumerations | |
enum | { IFLISTSZ = 1024 } |
Functions | |
module_param_string (aoe_iflist, aoe_iflist, IFLISTSZ, 0600) | |
MODULE_PARM_DESC (aoe_iflist,"aoe_iflist=\"dev1 [dev2 ...]\"") | |
__setup ("aoe_iflist=", aoe_iflist_setup) | |
int | is_aoe_netif (struct net_device *ifp) |
int | set_aoe_iflist (const char __user *user_str, size_t size) |
void | aoenet_xmit (struct sk_buff_head *queue) |
int __init | aoenet_init (void) |
void | aoenet_exit (void) |
__setup | ( | ) |
void aoenet_xmit | ( | struct sk_buff_head * | queue | ) |
int is_aoe_netif | ( | struct net_device * | ifp | ) |
module_param_string | ( | aoe_iflist | , |
aoe_iflist | , | ||
IFLISTSZ | , | ||
0600 | |||
) |
MODULE_PARM_DESC | ( | aoe_iflist | , |
" | aoe_iflist = \"dev1 [dev2 ...]\"" |
||
) |