Lines Matching refs:fcoe_ctlr
125 struct fcoe_ctlr { struct
157 void (*send)(struct fcoe_ctlr *, struct sk_buff *); argument
168 static inline void *fcoe_ctlr_priv(const struct fcoe_ctlr *ctlr) in fcoe_ctlr_priv()
208 struct fcoe_ctlr *fip;
248 void fcoe_ctlr_init(struct fcoe_ctlr *, enum fip_state);
249 void fcoe_ctlr_destroy(struct fcoe_ctlr *);
250 void fcoe_ctlr_link_up(struct fcoe_ctlr *);
251 int fcoe_ctlr_link_down(struct fcoe_ctlr *);
252 int fcoe_ctlr_els_send(struct fcoe_ctlr *, struct fc_lport *, struct sk_buff *);
253 void fcoe_ctlr_recv(struct fcoe_ctlr *, struct sk_buff *);
254 int fcoe_ctlr_recv_flogi(struct fcoe_ctlr *, struct fc_lport *,
259 int fcoe_libfc_config(struct fc_lport *, struct fcoe_ctlr *,
276 static inline bool is_fip_mode(struct fcoe_ctlr *fip) in is_fip_mode()