Lines Matching refs:fc_lport

80 static int fcoe_xmit(struct fc_lport *, struct fc_frame *);
84 static void fcoe_percpu_clean(struct fc_lport *);
85 static int fcoe_link_ok(struct fc_lport *);
87 static struct fc_lport *fcoe_hostlist_lookup(const struct net_device *);
88 static int fcoe_hostlist_add(const struct fc_lport *);
89 static void fcoe_hostlist_del(const struct fc_lport *);
101 static void fcoe_update_src_mac(struct fc_lport *, u8 *);
102 static u8 *fcoe_get_src_mac(struct fc_lport *);
105 static int fcoe_ddp_setup(struct fc_lport *, u16, struct scatterlist *,
107 static int fcoe_ddp_done(struct fc_lport *, u16);
108 static int fcoe_ddp_target(struct fc_lport *, u16, struct scatterlist *,
125 static struct fc_seq *fcoe_elsct_send(struct fc_lport *,
156 static void fcoe_set_port_id(struct fc_lport *, u32, struct fc_frame *);
563 static void fcoe_update_src_mac(struct fc_lport *lport, u8 *addr) in fcoe_update_src_mac()
579 static u8 *fcoe_get_src_mac(struct fc_lport *lport) in fcoe_get_src_mac()
592 static int fcoe_lport_config(struct fc_lport *lport) in fcoe_lport_config()
623 static void fcoe_netdev_features_change(struct fc_lport *lport, in fcoe_netdev_features_change()
672 static int fcoe_netdev_config(struct fc_lport *lport, struct net_device *netdev) in fcoe_netdev_config()
730 static int fcoe_shost_config(struct fc_lport *lport, struct device *dev) in fcoe_shost_config()
772 static void fcoe_fdmi_info(struct fc_lport *lport, struct net_device *netdev) in fcoe_fdmi_info()
889 static inline int fcoe_em_config(struct fc_lport *lport) in fcoe_em_config()
968 static void fcoe_if_destroy(struct fc_lport *lport) in fcoe_if_destroy()
1030 static int fcoe_ddp_setup(struct fc_lport *lport, u16 xid, in fcoe_ddp_setup()
1052 static int fcoe_ddp_target(struct fc_lport *lport, u16 xid, in fcoe_ddp_target()
1072 static int fcoe_ddp_done(struct fc_lport *lport, u16 xid) in fcoe_ddp_done()
1091 static struct fc_lport *fcoe_if_create(struct fcoe_interface *fcoe, in fcoe_if_create()
1096 struct fc_lport *lport, *n_port; in fcoe_if_create()
1431 struct fc_lport *lport; in fcoe_rcv()
1585 static int fcoe_xmit(struct fc_lport *lport, struct fc_frame *fp) in fcoe_xmit()
1731 static inline int fcoe_filter_frames(struct fc_lport *lport, in fcoe_filter_frames()
1784 struct fc_lport *lport; in fcoe_recv_frame()
1987 struct fc_lport *lport = NULL; in fcoe_device_notification()
2151 struct fc_lport *lport = ctlr->lp; in fcoe_ctlr_enabled()
2177 struct fc_lport *lport; in fcoe_destroy()
2327 struct fc_lport *lport; in _fcoe_create()
2438 static int fcoe_link_ok(struct fc_lport *lport) in fcoe_link_ok()
2458 static void fcoe_percpu_clean(struct fc_lport *lport) in fcoe_percpu_clean()
2494 struct fc_lport *lport = shost_priv(shost); in fcoe_reset()
2538 static struct fc_lport *fcoe_hostlist_lookup(const struct net_device *netdev) in fcoe_hostlist_lookup()
2557 static int fcoe_hostlist_add(const struct fc_lport *lport) in fcoe_hostlist_add()
2579 static void fcoe_hostlist_del(const struct fc_lport *lport) in fcoe_hostlist_del()
2735 struct fc_lport *lport = exch->lp; in fcoe_flogi_resp()
2762 struct fc_lport *lport = arg; in fcoe_logo_resp()
2779 static struct fc_seq *fcoe_elsct_send(struct fc_lport *lport, u32 did, in fcoe_elsct_send()
2818 struct fc_lport *n_port = shost_priv(shost); in fcoe_vport_create()
2822 struct fc_lport *vn_port; in fcoe_vport_create()
2866 struct fc_lport *n_port = shost_priv(shost); in fcoe_vport_destroy()
2867 struct fc_lport *vn_port = vport->dd_data; in fcoe_vport_destroy()
2887 struct fc_lport *lport = vport->dd_data; in fcoe_vport_disable()
2911 struct fc_lport *lport = vport->dd_data; in fcoe_set_vport_symbolic_name()
2954 static void fcoe_set_port_id(struct fc_lport *lport, in fcoe_set_port_id()