Home
last modified time | relevance | path

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

/linux/drivers/scsi/fcoe/
H A Dfcoe.c116 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 Controller
1981 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
H A Dfcoe_sysfs.c68 #define fcoe_ctlr_enabled(x) \ macro