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 *);
564 static void fcoe_update_src_mac(struct fc_lport *lport, u8 *addr) in fcoe_update_src_mac()
580 static u8 *fcoe_get_src_mac(struct fc_lport *lport) in fcoe_get_src_mac()
593 static int fcoe_lport_config(struct fc_lport *lport) in fcoe_lport_config()
624 static void fcoe_netdev_features_change(struct fc_lport *lport, in fcoe_netdev_features_change()
673 static int fcoe_netdev_config(struct fc_lport *lport, struct net_device *netdev) in fcoe_netdev_config()
731 static int fcoe_shost_config(struct fc_lport *lport, struct device *dev) in fcoe_shost_config()
773 static void fcoe_fdmi_info(struct fc_lport *lport, struct net_device *netdev) in fcoe_fdmi_info()
890 static inline int fcoe_em_config(struct fc_lport *lport) in fcoe_em_config()
969 static void fcoe_if_destroy(struct fc_lport *lport) in fcoe_if_destroy()
1031 static int fcoe_ddp_setup(struct fc_lport *lport, u16 xid, in fcoe_ddp_setup()
1053 static int fcoe_ddp_target(struct fc_lport *lport, u16 xid, in fcoe_ddp_target()
1073 static int fcoe_ddp_done(struct fc_lport *lport, u16 xid) in fcoe_ddp_done()
1092 static struct fc_lport *fcoe_if_create(struct fcoe_interface *fcoe, in fcoe_if_create()
1097 struct fc_lport *lport, *n_port; in fcoe_if_create()
1432 struct fc_lport *lport; in fcoe_rcv()
1586 static int fcoe_xmit(struct fc_lport *lport, struct fc_frame *fp) in fcoe_xmit()
1732 static inline int fcoe_filter_frames(struct fc_lport *lport, in fcoe_filter_frames()
1785 struct fc_lport *lport; in fcoe_recv_frame()
1989 struct fc_lport *lport = NULL; in fcoe_device_notification()
2153 struct fc_lport *lport = ctlr->lp; in fcoe_ctlr_enabled()
2179 struct fc_lport *lport; in fcoe_destroy()
2329 struct fc_lport *lport; in _fcoe_create()
2440 static int fcoe_link_ok(struct fc_lport *lport) in fcoe_link_ok()
2460 static void fcoe_percpu_clean(struct fc_lport *lport) in fcoe_percpu_clean()
2496 struct fc_lport *lport = shost_priv(shost); in fcoe_reset()
2540 static struct fc_lport *fcoe_hostlist_lookup(const struct net_device *netdev) in fcoe_hostlist_lookup()
2559 static int fcoe_hostlist_add(const struct fc_lport *lport) in fcoe_hostlist_add()
2581 static void fcoe_hostlist_del(const struct fc_lport *lport) in fcoe_hostlist_del()
2737 struct fc_lport *lport = exch->lp; in fcoe_flogi_resp()
2764 struct fc_lport *lport = arg; in fcoe_logo_resp()
2781 static struct fc_seq *fcoe_elsct_send(struct fc_lport *lport, u32 did, in fcoe_elsct_send()
2820 struct fc_lport *n_port = shost_priv(shost); in fcoe_vport_create()
2824 struct fc_lport *vn_port; in fcoe_vport_create()
2868 struct fc_lport *n_port = shost_priv(shost); in fcoe_vport_destroy()
2869 struct fc_lport *vn_port = vport->dd_data; in fcoe_vport_destroy()
2889 struct fc_lport *lport = vport->dd_data; in fcoe_vport_disable()
2913 struct fc_lport *lport = vport->dd_data; in fcoe_set_vport_symbolic_name()
2956 static void fcoe_set_port_id(struct fc_lport *lport, in fcoe_set_port_id()