Home
last modified time | relevance | path

Searched refs:fcoe_fcf_device (Results 1 – 5 of 5) sorted by relevance

/linux/include/scsi/
H A Dfcoe_sysfs.h16 struct fcoe_fcf_device;
27 void (*get_fcoe_fcf_selected)(struct fcoe_fcf_device *);
28 void (*get_fcoe_fcf_vlan_id)(struct fcoe_fcf_device *);
79 struct fcoe_fcf_device { struct
101 container_of((d), struct fcoe_fcf_device, dev) argument
112 struct fcoe_fcf_device *fcoe_fcf_device_add(struct fcoe_ctlr_device *,
113 struct fcoe_fcf_device *);
114 void fcoe_fcf_device_delete(struct fcoe_fcf_device *);
/linux/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c112 static int fcoe_fcf_set_dev_loss_tmo(struct fcoe_fcf_device *fcf, in fcoe_fcf_set_dev_loss_tmo()
150 struct fcoe_fcf_device *fcf = dev_to_fcf(dev); \
172 struct fcoe_fcf_device *fcf = dev_to_fcf(dev); \
233 struct fcoe_fcf_device *fcf = dev_to_fcf(dev); in fcoe_enum_name_search()
477 struct fcoe_fcf_device *fcf; in store_private_fcoe_ctlr_fcf_dev_loss_tmo()
520 struct fcoe_fcf_device *fcf = dev_to_fcf(dev); in store_fcoe_fcf_dev_loss_tmo()
626 struct fcoe_fcf_device *fcf = dev_to_fcf(dev); in fcoe_fcf_device_release()
751 static int fcoe_fcf_device_match(struct fcoe_fcf_device *new, in fcoe_fcf_device_match()
752 struct fcoe_fcf_device *old) in fcoe_fcf_device_match()
850 struct fcoe_fcf_device *fcf, *next; in fcoe_ctlr_device_delete()
[all …]
H A Dfcoe_ctlr.c165 struct fcoe_fcf_device *temp, *fcf_dev; in fcoe_sysfs_fcf_add()
238 struct fcoe_fcf_device *fcf_dev; in fcoe_sysfs_fcf_del()
3214 void fcoe_fcf_get_selected(struct fcoe_fcf_device *fcf_dev) in fcoe_fcf_get_selected()
H A Dfcoe.c145 static void fcoe_fcf_get_vlan_id(struct fcoe_fcf_device *);
2793 static void fcoe_fcf_get_vlan_id(struct fcoe_fcf_device *fcf_dev) in fcoe_fcf_get_vlan_id()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c139 static void bnx2fc_fcf_get_vlan_id(struct fcoe_fcf_device *fcf_dev) in bnx2fc_fcf_get_vlan_id()