Lines Matching refs:ENODEV
555 rc = -ENODEV; in fcoe_transport_detach()
745 rc = -ENODEV; in fcoe_ctlr_create_store()
762 rc = -ENODEV; in fcoe_ctlr_create_store()
767 err = ft->alloc ? ft->alloc(netdev) : -ENODEV; in fcoe_ctlr_create_store()
779 rc = -ENODEV; in fcoe_ctlr_create_store()
798 int rc = -ENODEV; in fcoe_ctlr_destroy_store()
847 int rc = -ENODEV; in fcoe_transport_create()
885 rc = ft->create ? ft->create(netdev, fip_mode) : -ENODEV; in fcoe_transport_create()
912 int rc = -ENODEV; in fcoe_transport_destroy()
932 rc = ft->destroy ? ft->destroy(netdev) : -ENODEV; in fcoe_transport_destroy()
956 int rc = -ENODEV; in fcoe_transport_disable()
970 rc = ft->disable ? ft->disable(netdev) : -ENODEV; in fcoe_transport_disable()
990 int rc = -ENODEV; in fcoe_transport_enable()
1004 rc = ft->enable ? ft->enable(netdev) : -ENODEV; in fcoe_transport_enable()