Home
last modified time | relevance | path

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

/linux/drivers/scsi/fcoe/
H A Dfcoe.c117 static void fcoe_ctlr_mode(struct fcoe_ctlr_device *ctlr_dev);
150 .set_fcoe_ctlr_mode = fcoe_ctlr_mode,
1999 * fcoe_ctlr_mode() - Switch FIP mode
2006 static void fcoe_ctlr_mode(struct fcoe_ctlr_device *ctlr_dev) in fcoe_ctlr_mode()
2004 static void fcoe_ctlr_mode(struct fcoe_ctlr_device *ctlr_dev) fcoe_ctlr_mode() function
H A Dfcoe_sysfs.c52 #define fcoe_ctlr_mode(x) \ macro