• Home
  • Raw
  • Download

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 *);
592 static void fcoe_update_src_mac(struct fc_lport *lport, u8 *addr) in fcoe_update_src_mac()
608 static u8 *fcoe_get_src_mac(struct fc_lport *lport) in fcoe_get_src_mac()
621 static int fcoe_lport_config(struct fc_lport *lport) in fcoe_lport_config()
652 static void fcoe_netdev_features_change(struct fc_lport *lport, in fcoe_netdev_features_change()
701 static int fcoe_netdev_config(struct fc_lport *lport, struct net_device *netdev) in fcoe_netdev_config()
765 static int fcoe_shost_config(struct fc_lport *lport, struct device *dev) in fcoe_shost_config()
807 static void fcoe_fdmi_info(struct fc_lport *lport, struct net_device *netdev) in fcoe_fdmi_info()
921 static inline int fcoe_em_config(struct fc_lport *lport) in fcoe_em_config()
1002 static void fcoe_if_destroy(struct fc_lport *lport) in fcoe_if_destroy()
1062 static int fcoe_ddp_setup(struct fc_lport *lport, u16 xid, in fcoe_ddp_setup()
1084 static int fcoe_ddp_target(struct fc_lport *lport, u16 xid, in fcoe_ddp_target()
1104 static int fcoe_ddp_done(struct fc_lport *lport, u16 xid) in fcoe_ddp_done()
1123 static struct fc_lport *fcoe_if_create(struct fcoe_interface *fcoe, in fcoe_if_create()
1128 struct fc_lport *lport, *n_port; in fcoe_if_create()
1338 struct fc_lport *lport; in fcoe_rcv()
1471 static int fcoe_xmit(struct fc_lport *lport, struct fc_frame *fp) in fcoe_xmit()
1607 static inline int fcoe_filter_frames(struct fc_lport *lport, in fcoe_filter_frames()
1659 struct fc_lport *lport; in fcoe_recv_frame()
1847 struct fc_lport *lport = NULL; in fcoe_device_notification()
2016 struct fc_lport *lport = ctlr->lp; in fcoe_ctlr_enabled()
2068 struct fc_lport *lport; in fcoe_destroy()
2204 struct fc_lport *lport; in _fcoe_create()
2317 static int fcoe_link_ok(struct fc_lport *lport) in fcoe_link_ok()
2336 static void fcoe_percpu_clean(struct fc_lport *lport) in fcoe_percpu_clean()
2356 struct fc_lport *lport = shost_priv(shost); in fcoe_reset()
2400 static struct fc_lport *fcoe_hostlist_lookup(const struct net_device *netdev) in fcoe_hostlist_lookup()
2419 static int fcoe_hostlist_add(const struct fc_lport *lport) in fcoe_hostlist_add()
2441 static void fcoe_hostlist_del(const struct fc_lport *lport) in fcoe_hostlist_del()
2575 struct fc_lport *lport = exch->lp; in fcoe_flogi_resp()
2602 struct fc_lport *lport = arg; in fcoe_logo_resp()
2619 static struct fc_seq *fcoe_elsct_send(struct fc_lport *lport, u32 did, in fcoe_elsct_send()
2658 struct fc_lport *n_port = shost_priv(shost); in fcoe_vport_create()
2662 struct fc_lport *vn_port; in fcoe_vport_create()
2706 struct fc_lport *n_port = shost_priv(shost); in fcoe_vport_destroy()
2707 struct fc_lport *vn_port = vport->dd_data; in fcoe_vport_destroy()
2726 static void fcoe_vport_remove(struct fc_lport *lport) in fcoe_vport_remove()
2760 struct fc_lport *lport = vport->dd_data; in fcoe_vport_disable()
2784 struct fc_lport *lport = vport->dd_data; in fcoe_set_vport_symbolic_name()
2827 static void fcoe_set_port_id(struct fc_lport *lport, in fcoe_set_port_id()