Searched refs:fcf_dev (Results 1 – 4 of 4) sorted by relevance
214 struct fcoe_fcf_device *fcf_dev; member232 ((x)->fcf_dev)
176 struct fcoe_fcf_device *temp, *fcf_dev; in fcoe_sysfs_fcf_add() local206 fcf_dev = fcoe_fcf_device_add(ctlr_dev, temp); in fcoe_sysfs_fcf_add()207 if (unlikely(!fcf_dev)) { in fcoe_sysfs_fcf_add()223 BUG_ON(fcf_dev->priv); in fcoe_sysfs_fcf_add()225 fcf_dev->priv = new; in fcoe_sysfs_fcf_add()226 new->fcf_dev = fcf_dev; in fcoe_sysfs_fcf_add()249 struct fcoe_fcf_device *fcf_dev; in fcoe_sysfs_fcf_del() local266 fcf_dev = fcoe_fcf_to_fcf_dev(new); in fcoe_sysfs_fcf_del()267 WARN_ON(!fcf_dev); in fcoe_sysfs_fcf_del()268 new->fcf_dev = NULL; in fcoe_sysfs_fcf_del()[all …]
2820 static void fcoe_fcf_get_vlan_id(struct fcoe_fcf_device *fcf_dev) in fcoe_fcf_get_vlan_id() argument2823 fcoe_fcf_dev_to_ctlr_dev(fcf_dev); in fcoe_fcf_get_vlan_id()2827 fcf_dev->vlan_id = vlan_dev_vlan_id(fcoe->netdev); in fcoe_fcf_get_vlan_id()
137 static void bnx2fc_fcf_get_vlan_id(struct fcoe_fcf_device *fcf_dev) in bnx2fc_fcf_get_vlan_id() argument140 fcoe_fcf_dev_to_ctlr_dev(fcf_dev); in bnx2fc_fcf_get_vlan_id()144 fcf_dev->vlan_id = fcoe->vlan_id; in bnx2fc_fcf_get_vlan_id()