Searched refs:fcoe_ctlr (Results 1 – 1 of 1) sorted by relevance
129 struct fcoe_ctlr { struct162 void (*send)(struct fcoe_ctlr *, struct sk_buff *); argument173 static inline void *fcoe_ctlr_priv(const struct fcoe_ctlr *ctlr) in fcoe_ctlr_priv()213 struct fcoe_ctlr *fip;254 void fcoe_ctlr_init(struct fcoe_ctlr *, enum fip_mode);255 void fcoe_ctlr_destroy(struct fcoe_ctlr *);256 void fcoe_ctlr_link_up(struct fcoe_ctlr *);257 int fcoe_ctlr_link_down(struct fcoe_ctlr *);258 int fcoe_ctlr_els_send(struct fcoe_ctlr *, struct fc_lport *, struct sk_buff *);259 void fcoe_ctlr_recv(struct fcoe_ctlr *, struct sk_buff *);[all …]