Searched defs:fcoe_sysfs_function_template (Results 1 – 1 of 1) sorted by relevance
30 struct fcoe_sysfs_function_template { struct31 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 *);62 struct fcoe_sysfs_function_template *f; argument