Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe_transport.c29 static int fcoe_transport_disable(const char *, const struct kernel_param *);
65 module_param_call(disable, fcoe_transport_disable, NULL, NULL, S_IWUSR);
968 static int fcoe_transport_disable(const char *buffer, in fcoe_transport_disable() function