Home
last modified time | relevance | path

Searched defs:fcoe_sysfs_function_template (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/include/scsi/
Dfcoe_sysfs.h18 struct fcoe_sysfs_function_template { struct
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 *);
50 struct fcoe_sysfs_function_template *f; argument