Lines Matching defs:fcoe_ctlr
78 * struct fcoe_ctlr - FCoE Controller and FIP state
118 struct fcoe_ctlr {
151 void (*send)(struct fcoe_ctlr *, struct sk_buff *);
159 * fcoe_ctlr_priv() - Return the private data from a fcoe_ctlr
160 * @cltr: The fcoe_ctlr whose private data will be returned
162 static inline void *fcoe_ctlr_priv(const struct fcoe_ctlr *ctlr)
168 * This assumes that the fcoe_ctlr (x) is allocated with the fcoe_ctlr_device.
202 struct fcoe_ctlr *fip;
243 void fcoe_ctlr_init(struct fcoe_ctlr *, enum fip_mode);
244 void fcoe_ctlr_destroy(struct fcoe_ctlr *);
245 void fcoe_ctlr_link_up(struct fcoe_ctlr *);
246 int fcoe_ctlr_link_down(struct fcoe_ctlr *);
247 int fcoe_ctlr_els_send(struct fcoe_ctlr *, struct fc_lport *, struct sk_buff *);
248 void fcoe_ctlr_recv(struct fcoe_ctlr *, struct sk_buff *);
249 int fcoe_ctlr_recv_flogi(struct fcoe_ctlr *, struct fc_lport *,
255 int fcoe_libfc_config(struct fc_lport *, struct fcoe_ctlr *,
272 static inline bool is_fip_mode(struct fcoe_ctlr *fip)