Lines Matching defs:cdev
69 static int bnx2fc_ctlr_enabled(struct fcoe_ctlr_device *cdev);
868 struct fcoe_ctlr_device *cdev;
929 cdev = fcoe_ctlr_to_ctlr_dev(ctlr);
932 switch (cdev->enabled) {
949 switch (cdev->enabled) {
1456 ctlr->cdev = ctlr_dev;
2253 * @cdev: The FCoE Controller that is being enabled or disabled
2261 static int bnx2fc_ctlr_enabled(struct fcoe_ctlr_device *cdev)
2263 struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(cdev);
2265 switch (cdev->enabled) {
2300 struct fcoe_ctlr_device *cdev;
2370 cdev = fcoe_ctlr_to_ctlr_dev(ctlr);
2382 lport = bnx2fc_if_create(interface, &cdev->dev, 0);
2399 cdev->enabled = FCOE_CTLR_ENABLED;
2401 cdev->enabled = FCOE_CTLR_DISABLED;