Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_transport.c36 static int fcoe_transport_destroy(const char *, struct kernel_param *);
69 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
910 static int fcoe_transport_destroy(const char *buffer, struct kernel_param *kp) in fcoe_transport_destroy() function