Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/
Dfcoe_sysfs.h15 struct fcoe_ctlr_device;
19 void (*get_fcoe_ctlr_link_fail)(struct fcoe_ctlr_device *);
20 void (*get_fcoe_ctlr_vlink_fail)(struct fcoe_ctlr_device *);
21 void (*get_fcoe_ctlr_miss_fka)(struct fcoe_ctlr_device *);
22 void (*get_fcoe_ctlr_symb_err)(struct fcoe_ctlr_device *);
23 void (*get_fcoe_ctlr_err_block)(struct fcoe_ctlr_device *);
24 void (*get_fcoe_ctlr_fcs_error)(struct fcoe_ctlr_device *);
25 void (*set_fcoe_ctlr_mode)(struct fcoe_ctlr_device *);
26 int (*set_fcoe_ctlr_enabled)(struct fcoe_ctlr_device *);
32 container_of((d), struct fcoe_ctlr_device, dev)
[all …]
Dlibfcoe.h123 struct fcoe_ctlr_device *cdev;
264 void fcoe_ctlr_get_lesb(struct fcoe_ctlr_device *ctlr_dev);
380 void fcoe_ctlr_set_fip_mode(struct fcoe_ctlr_device *);
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe_sysfs.c141 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); \
154 struct fcoe_ctlr_device *ctlr = fcoe_fcf_dev_to_ctlr_dev(fcf); \
166 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); \
262 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in show_ctlr_mode()
276 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in store_ctlr_mode()
325 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in store_ctlr_enabled()
370 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in fcoe_enum_name_search()
388 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in store_ctlr_fip_resp()
412 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); in show_ctlr_fip_resp()
441 struct fcoe_ctlr_device *ctlr_dev = dev_to_ctlr(dev); in store_ctlr_r_a_tov()
[all …]
Dfcoe.c115 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev);
116 static void fcoe_ctlr_mode(struct fcoe_ctlr_device *ctlr_dev);
382 struct fcoe_ctlr_device *ctlr_dev; in fcoe_interface_create()
1846 struct fcoe_ctlr_device *cdev; in fcoe_device_notification()
2013 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev) in fcoe_ctlr_enabled()
2038 static void fcoe_ctlr_mode(struct fcoe_ctlr_device *ctlr_dev) in fcoe_ctlr_mode()
2096 struct fcoe_ctlr_device *cdev; in fcoe_destroy_work()
2201 struct fcoe_ctlr_device *ctlr_dev; in _fcoe_create()
2360 struct fcoe_ctlr_device *cdev = fcoe_ctlr_to_ctlr_dev(ctlr); in fcoe_reset()
2807 struct fcoe_ctlr_device *ctlr_dev = in fcoe_fcf_get_vlan_id()
Dfcoe_ctlr.c164 struct fcoe_ctlr_device *ctlr_dev; in fcoe_sysfs_fcf_add()
237 struct fcoe_ctlr_device *cdev; in fcoe_sysfs_fcf_del()
3224 struct fcoe_ctlr_device *ctlr_dev = fcoe_fcf_dev_to_ctlr_dev(fcf_dev); in fcoe_fcf_get_selected()
3242 void fcoe_ctlr_set_fip_mode(struct fcoe_ctlr_device *ctlr_dev) in fcoe_ctlr_set_fip_mode()
Dfcoe_transport.c217 void fcoe_ctlr_get_lesb(struct fcoe_ctlr_device *ctlr_dev) in fcoe_ctlr_get_lesb()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-fcoe12 fcoe_ctlr_device (ctlr_X). The user can then configure any
13 per-port settings and finally write to the fcoe_ctlr_device's
19 fcoe_ctlr_device's sysfs name to this file will log the
20 fcoe_ctlr_device out of the fabric or otherwise connected
22 for this fcoe_ctlr_device and any structures associated
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c69 static int bnx2fc_ctlr_enabled(struct fcoe_ctlr_device *cdev);
139 struct fcoe_ctlr_device *ctlr_dev = in bnx2fc_fcf_get_vlan_id()
866 struct fcoe_ctlr_device *cdev; in bnx2fc_indicate_netevent()
1308 struct fcoe_ctlr_device *ctlr_dev; in bnx2fc_interface_release()
1440 struct fcoe_ctlr_device *ctlr_dev; in bnx2fc_interface_create()
2259 static int bnx2fc_ctlr_enabled(struct fcoe_ctlr_device *cdev) in bnx2fc_ctlr_enabled()
2298 struct fcoe_ctlr_device *cdev; in _bnx2fc_create()