Searched refs:fcoe_create (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c104 static int fcoe_create(const char *, struct kernel_param *);
120 module_param_call(create, fcoe_create, NULL, (void *)FIP_MODE_AUTO, S_IWUSR);
123 module_param_call(create_vn2vn, fcoe_create, NULL,
2109 * fcoe_create() - Create a fcoe interface
2117 static int fcoe_create(const char *buffer, struct kernel_param *kp) function

Completed in 59 milliseconds