Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/fcoe/
Dfcoe_transport.c25 static int fcoe_transport_destroy(const char *, const struct kernel_param *);
58 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
924 static int fcoe_transport_destroy(const char *buffer, in fcoe_transport_destroy() function