Home
last modified time | relevance | path

Searched refs:fcoe_ctlr_device (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/scsi/
Dfcoe_sysfs.h27 struct fcoe_ctlr_device;
31 void (*get_fcoe_ctlr_link_fail)(struct fcoe_ctlr_device *);
32 void (*get_fcoe_ctlr_vlink_fail)(struct fcoe_ctlr_device *);
33 void (*get_fcoe_ctlr_miss_fka)(struct fcoe_ctlr_device *);
34 void (*get_fcoe_ctlr_symb_err)(struct fcoe_ctlr_device *);
35 void (*get_fcoe_ctlr_err_block)(struct fcoe_ctlr_device *);
36 void (*get_fcoe_ctlr_fcs_error)(struct fcoe_ctlr_device *);
37 void (*set_fcoe_ctlr_mode)(struct fcoe_ctlr_device *);
38 int (*set_fcoe_ctlr_enabled)(struct fcoe_ctlr_device *);
44 container_of((d), struct fcoe_ctlr_device, dev)
[all …]
Dlibfcoe.h131 struct fcoe_ctlr_device *cdev;
270 void fcoe_ctlr_get_lesb(struct fcoe_ctlr_device *ctlr_dev);
384 void fcoe_ctlr_set_fip_mode(struct fcoe_ctlr_device *);
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_sysfs.c153 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); \
166 struct fcoe_ctlr_device *ctlr = fcoe_fcf_dev_to_ctlr_dev(fcf); \
178 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); \
274 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in show_ctlr_mode()
288 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in store_ctlr_mode()
337 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in store_ctlr_enabled()
374 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in fcoe_enum_name_search()
393 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in store_private_fcoe_ctlr_fcf_dev_loss_tmo()
528 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in fcoe_ctlr_device_release()
576 static void fcoe_ctlr_device_flush_work(struct fcoe_ctlr_device *ctlr) in fcoe_ctlr_device_flush_work()
[all …]
Dfcoe.c122 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev);
388 struct fcoe_ctlr_device *ctlr_dev; in fcoe_interface_create()
1986 struct fcoe_ctlr_device *cdev; in fcoe_device_notification()
2148 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev) in fcoe_ctlr_enabled()
2205 struct fcoe_ctlr_device *cdev; in fcoe_destroy_work()
2324 struct fcoe_ctlr_device *ctlr_dev; in _fcoe_create()
2498 struct fcoe_ctlr_device *cdev = fcoe_ctlr_to_ctlr_dev(ctlr); in fcoe_reset()
2934 struct fcoe_ctlr_device *ctlr_dev = in fcoe_fcf_get_vlan_id()
Dfcoe_ctlr.c172 struct fcoe_ctlr_device *ctlr_dev; in fcoe_sysfs_fcf_add()
245 struct fcoe_ctlr_device *cdev; in fcoe_sysfs_fcf_del()
2927 struct fcoe_ctlr_device *ctlr_dev = fcoe_fcf_dev_to_ctlr_dev(fcf_dev); in fcoe_fcf_get_selected()
2945 void fcoe_ctlr_set_fip_mode(struct fcoe_ctlr_device *ctlr_dev) in fcoe_ctlr_set_fip_mode()
Dfcoe_transport.c206 void fcoe_ctlr_get_lesb(struct fcoe_ctlr_device *ctlr_dev) in fcoe_ctlr_get_lesb()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-fcoe10 fcoe_ctlr_device (ctlr_X). The user can then configure any
11 per-port settings and finally write to the fcoe_ctlr_device's
16 fcoe_ctlr_device's sysfs name to this file will log the
17 fcoe_ctlr_device out of the fabric or otherwise connected
19 for this fcoe_ctlr_device and any structures associated
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c68 static int bnx2fc_ctlr_enabled(struct fcoe_ctlr_device *cdev);
116 struct fcoe_ctlr_device *ctlr_dev = in bnx2fc_fcf_get_vlan_id()
811 struct fcoe_ctlr_device *cdev; in bnx2fc_indicate_netevent()
1241 struct fcoe_ctlr_device *ctlr_dev; in bnx2fc_interface_release()
1371 struct fcoe_ctlr_device *ctlr_dev; in bnx2fc_interface_create()
2176 static int bnx2fc_ctlr_enabled(struct fcoe_ctlr_device *cdev) in bnx2fc_ctlr_enabled()
2215 struct fcoe_ctlr_device *cdev; in _bnx2fc_create()