Home
last modified time | relevance | path

Searched refs:fcf_dev (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/scsi/
Dlibfcoe.h214 struct fcoe_fcf_device *fcf_dev; member
232 ((x)->fcf_dev)
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_ctlr.c176 struct fcoe_fcf_device *temp, *fcf_dev; in fcoe_sysfs_fcf_add() local
206 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() local
266 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 …]
Dfcoe.c2820 static void fcoe_fcf_get_vlan_id(struct fcoe_fcf_device *fcf_dev) in fcoe_fcf_get_vlan_id() argument
2823 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()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c137 static void bnx2fc_fcf_get_vlan_id(struct fcoe_fcf_device *fcf_dev) in bnx2fc_fcf_get_vlan_id() argument
140 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()