Searched refs:fcf_dev (Results 1 – 4 of 4) sorted by relevance
209 struct fcoe_fcf_device *fcf_dev; member227 ((x)->fcf_dev)
173 struct fcoe_fcf_device *temp, *fcf_dev; in fcoe_sysfs_fcf_add() local203 fcf_dev = fcoe_fcf_device_add(ctlr_dev, temp); in fcoe_sysfs_fcf_add()204 if (unlikely(!fcf_dev)) { in fcoe_sysfs_fcf_add()220 BUG_ON(fcf_dev->priv); in fcoe_sysfs_fcf_add()222 fcf_dev->priv = new; in fcoe_sysfs_fcf_add()223 new->fcf_dev = fcf_dev; in fcoe_sysfs_fcf_add()246 struct fcoe_fcf_device *fcf_dev; in fcoe_sysfs_fcf_del() local263 fcf_dev = fcoe_fcf_to_fcf_dev(new); in fcoe_sysfs_fcf_del()264 WARN_ON(!fcf_dev); in fcoe_sysfs_fcf_del()265 new->fcf_dev = NULL; in fcoe_sysfs_fcf_del()[all …]
2932 static void fcoe_fcf_get_vlan_id(struct fcoe_fcf_device *fcf_dev) in fcoe_fcf_get_vlan_id() argument2935 fcoe_fcf_dev_to_ctlr_dev(fcf_dev); in fcoe_fcf_get_vlan_id()2939 fcf_dev->vlan_id = vlan_dev_vlan_id(fcoe->netdev); in fcoe_fcf_get_vlan_id()
114 static void bnx2fc_fcf_get_vlan_id(struct fcoe_fcf_device *fcf_dev) in bnx2fc_fcf_get_vlan_id() argument117 fcoe_fcf_dev_to_ctlr_dev(fcf_dev); in bnx2fc_fcf_get_vlan_id()121 fcf_dev->vlan_id = fcoe->vlan_id; in bnx2fc_fcf_get_vlan_id()