Lines Matching defs:cdev
115 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev);
405 ctlr->cdev = ctlr_dev;
1846 struct fcoe_ctlr_device *cdev;
1908 cdev = fcoe_ctlr_to_ctlr_dev(ctlr);
1911 switch (cdev->enabled) {
1920 switch (cdev->enabled) {
2005 * @cdev: The FCoE Controller that is being enabled or disabled
2013 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev)
2015 struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(cdev);
2019 switch (cdev->enabled) {
2096 struct fcoe_ctlr_device *cdev;
2109 cdev = fcoe_ctlr_to_ctlr_dev(ctlr);
2120 fcoe_ctlr_device_delete(cdev);
2360 struct fcoe_ctlr_device *cdev = fcoe_ctlr_to_ctlr_dev(ctlr);
2365 if (cdev->enabled != FCOE_CTLR_DISABLED &&