Lines Matching refs:fc_lport

73 static int fcoe_xmit(struct fc_lport *, struct fc_frame *);
76 static void fcoe_percpu_clean(struct fc_lport *);
77 static int fcoe_link_ok(struct fc_lport *);
79 static struct fc_lport *fcoe_hostlist_lookup(const struct net_device *);
80 static int fcoe_hostlist_add(const struct fc_lport *);
81 static void fcoe_hostlist_del(const struct fc_lport *);
95 static void fcoe_update_src_mac(struct fc_lport *, u8 *);
96 static u8 *fcoe_get_src_mac(struct fc_lport *);
99 static int fcoe_ddp_setup(struct fc_lport *, u16, struct scatterlist *,
101 static int fcoe_ddp_done(struct fc_lport *, u16);
102 static int fcoe_ddp_target(struct fc_lport *, u16, struct scatterlist *,
118 static struct fc_seq *fcoe_elsct_send(struct fc_lport *,
144 static void fcoe_set_port_id(struct fc_lport *, u32, struct fc_frame *);
146 static void fcoe_vport_remove(struct fc_lport *);
591 static void fcoe_update_src_mac(struct fc_lport *lport, u8 *addr) in fcoe_update_src_mac()
607 static u8 *fcoe_get_src_mac(struct fc_lport *lport) in fcoe_get_src_mac()
620 static int fcoe_lport_config(struct fc_lport *lport) in fcoe_lport_config()
651 static void fcoe_netdev_features_change(struct fc_lport *lport, in fcoe_netdev_features_change()
700 static int fcoe_netdev_config(struct fc_lport *lport, struct net_device *netdev) in fcoe_netdev_config()
764 static int fcoe_shost_config(struct fc_lport *lport, struct device *dev) in fcoe_shost_config()
806 static void fcoe_fdmi_info(struct fc_lport *lport, struct net_device *netdev) in fcoe_fdmi_info()
920 static inline int fcoe_em_config(struct fc_lport *lport) in fcoe_em_config()
1001 static void fcoe_if_destroy(struct fc_lport *lport) in fcoe_if_destroy()
1061 static int fcoe_ddp_setup(struct fc_lport *lport, u16 xid, in fcoe_ddp_setup()
1083 static int fcoe_ddp_target(struct fc_lport *lport, u16 xid, in fcoe_ddp_target()
1103 static int fcoe_ddp_done(struct fc_lport *lport, u16 xid) in fcoe_ddp_done()
1122 static struct fc_lport *fcoe_if_create(struct fcoe_interface *fcoe, in fcoe_if_create()
1127 struct fc_lport *lport, *n_port; in fcoe_if_create()
1337 struct fc_lport *lport; in fcoe_rcv()
1470 static int fcoe_xmit(struct fc_lport *lport, struct fc_frame *fp) in fcoe_xmit()
1602 static inline int fcoe_filter_frames(struct fc_lport *lport, in fcoe_filter_frames()
1650 struct fc_lport *lport; in fcoe_recv_frame()
1837 struct fc_lport *lport = NULL; in fcoe_device_notification()
2002 struct fc_lport *lport = ctlr->lp; in fcoe_ctlr_enabled()
2054 struct fc_lport *lport; in fcoe_destroy()
2190 struct fc_lport *lport; in _fcoe_create()
2303 static int fcoe_link_ok(struct fc_lport *lport) in fcoe_link_ok()
2322 static void fcoe_percpu_clean(struct fc_lport *lport) in fcoe_percpu_clean()
2342 struct fc_lport *lport = shost_priv(shost); in fcoe_reset()
2386 static struct fc_lport *fcoe_hostlist_lookup(const struct net_device *netdev) in fcoe_hostlist_lookup()
2405 static int fcoe_hostlist_add(const struct fc_lport *lport) in fcoe_hostlist_add()
2427 static void fcoe_hostlist_del(const struct fc_lport *lport) in fcoe_hostlist_del()
2563 struct fc_lport *lport = exch->lp; in fcoe_flogi_resp()
2590 struct fc_lport *lport = arg; in fcoe_logo_resp()
2607 static struct fc_seq *fcoe_elsct_send(struct fc_lport *lport, u32 did, in fcoe_elsct_send()
2646 struct fc_lport *n_port = shost_priv(shost); in fcoe_vport_create()
2650 struct fc_lport *vn_port; in fcoe_vport_create()
2694 struct fc_lport *n_port = shost_priv(shost); in fcoe_vport_destroy()
2695 struct fc_lport *vn_port = vport->dd_data; in fcoe_vport_destroy()
2714 static void fcoe_vport_remove(struct fc_lport *lport) in fcoe_vport_remove()
2748 struct fc_lport *lport = vport->dd_data; in fcoe_vport_disable()
2772 struct fc_lport *lport = vport->dd_data; in fcoe_set_vport_symbolic_name()
2815 static void fcoe_set_port_id(struct fc_lport *lport, in fcoe_set_port_id()