Lines Matching refs:fcoe_ctlr_device
27 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)
58 struct fcoe_ctlr_device { struct
80 static inline void *fcoe_ctlr_device_priv(const struct fcoe_ctlr_device *ctlr) in fcoe_ctlr_device_priv() argument
122 struct fcoe_ctlr_device *fcoe_ctlr_device_add(struct device *parent,
125 void fcoe_ctlr_device_delete(struct fcoe_ctlr_device *);
126 struct fcoe_fcf_device *fcoe_fcf_device_add(struct fcoe_ctlr_device *,