Home
last modified time | relevance | path

Searched refs:fcoe_transport_enable (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_transport.c29 static int fcoe_transport_enable(const char *, const struct kernel_param *);
62 module_param_call(enable, fcoe_transport_enable, NULL, NULL, S_IWUSR);
1004 static int fcoe_transport_enable(const char *buffer, in fcoe_transport_enable() function