Lines Matching refs:destroy
57 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
58 __MODULE_PARM_TYPE(destroy, "string");
59 MODULE_PARM_DESC(destroy, " Destroys fcoe instance on an ethernet interface");
832 /* pass to transport destroy */
833 rc = ft->destroy(netdev);
838 LIBFCOE_TRANSPORT_DBG("transport %s %s to destroy fcoe on %s.\n",
921 * registered fcoe transport's destroy function.
947 /* pass to transport destroy */
948 rc = ft->destroy ? ft->destroy(netdev) : -ENODEV;
950 LIBFCOE_TRANSPORT_DBG("transport %s %s to destroy fcoe on %s.\n",