Searched refs:fcoe_ctlr_enabled (Results 1 – 2 of 2) sorted by relevance
116 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev);151 .set_fcoe_ctlr_enabled = fcoe_ctlr_enabled,1912 * Deprecated: use fcoe_ctlr_enabled() in fcoe_disable() 1972 * fcoe_ctlr_enabled() - Enable or disable an FCoE Controller1981 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev) in fcoe_ctlr_enabled() 1979 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev) fcoe_ctlr_enabled() function
68 #define fcoe_ctlr_enabled(x) \ macro