Lines Matching refs:ctlr_dev
116 struct fcoe_ctlr_device *ctlr_dev = in bnx2fc_fcf_get_vlan_id() local
118 struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(ctlr_dev); in bnx2fc_fcf_get_vlan_id()
1242 struct fcoe_ctlr_device *ctlr_dev; in bnx2fc_interface_release() local
1251 ctlr_dev = fcoe_ctlr_to_ctlr_dev(ctlr); in bnx2fc_interface_release()
1258 fcoe_ctlr_device_delete(ctlr_dev); in bnx2fc_interface_release()
1372 struct fcoe_ctlr_device *ctlr_dev; in bnx2fc_interface_create() local
1379 ctlr_dev = fcoe_ctlr_device_add(&netdev->dev, &bnx2fc_fcoe_sysfs_templ, in bnx2fc_interface_create()
1381 if (!ctlr_dev) { in bnx2fc_interface_create()
1385 ctlr = fcoe_ctlr_device_priv(ctlr_dev); in bnx2fc_interface_create()
1386 ctlr->cdev = ctlr_dev; in bnx2fc_interface_create()
1406 fcoe_ctlr_device_delete(ctlr_dev); in bnx2fc_interface_create()