Lines Matching defs:fcoe_ctlr_device
15 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)
46 struct fcoe_ctlr_device {
68 static inline void *fcoe_ctlr_device_priv(const struct fcoe_ctlr_device *ctlr)
110 struct fcoe_ctlr_device *fcoe_ctlr_device_add(struct device *parent,
113 void fcoe_ctlr_device_delete(struct fcoe_ctlr_device *);
114 struct fcoe_fcf_device *fcoe_fcf_device_add(struct fcoe_ctlr_device *,