Lines Matching refs:fc_lport

101 static void fc_lport_error(struct fc_lport *, struct fc_frame *);
103 static void fc_lport_enter_reset(struct fc_lport *);
104 static void fc_lport_enter_flogi(struct fc_lport *);
105 static void fc_lport_enter_dns(struct fc_lport *);
106 static void fc_lport_enter_ns(struct fc_lport *, enum fc_lport_state);
107 static void fc_lport_enter_scr(struct fc_lport *);
108 static void fc_lport_enter_ready(struct fc_lport *);
109 static void fc_lport_enter_logo(struct fc_lport *);
110 static void fc_lport_enter_fdmi(struct fc_lport *lport);
111 static void fc_lport_enter_ms(struct fc_lport *, enum fc_lport_state);
144 struct fc_lport *lport;
156 static int fc_frame_drop(struct fc_lport *lport, struct fc_frame *fp) in fc_frame_drop()
171 static void fc_lport_rport_callback(struct fc_lport *lport, in fc_lport_rport_callback()
215 static const char *fc_lport_state(struct fc_lport *lport) in fc_lport_state()
232 static void fc_lport_ptp_setup(struct fc_lport *lport, in fc_lport_ptp_setup()
266 struct fc_lport *lport = shost_priv(shost); in fc_get_host_port_state()
289 struct fc_lport *lport = shost_priv(shost); in fc_get_host_speed()
302 struct fc_lport *lport = shost_priv(shost); in fc_get_host_stats()
355 static void fc_lport_flogi_fill(struct fc_lport *lport, in fc_lport_flogi_fill()
390 static void fc_lport_add_fc4_type(struct fc_lport *lport, enum fc_fh_type type) in fc_lport_add_fc4_type()
403 static void fc_lport_recv_rlir_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_rlir_req()
419 static void fc_lport_recv_echo_req(struct fc_lport *lport, in fc_lport_recv_echo_req()
454 static void fc_lport_recv_rnid_req(struct fc_lport *lport, in fc_lport_recv_rnid_req()
512 static void fc_lport_recv_logo_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_logo_req()
528 int fc_fabric_login(struct fc_lport *lport) in fc_fabric_login()
549 void __fc_linkup(struct fc_lport *lport) in __fc_linkup()
565 void fc_linkup(struct fc_lport *lport) in fc_linkup()
580 void __fc_linkdown(struct fc_lport *lport) in __fc_linkdown()
595 void fc_linkdown(struct fc_lport *lport) in fc_linkdown()
613 int fc_fabric_logoff(struct fc_lport *lport) in fc_fabric_logoff()
639 int fc_lport_destroy(struct fc_lport *lport) in fc_lport_destroy()
661 int fc_set_mfs(struct fc_lport *lport, u32 mfs) in fc_set_mfs()
693 static void fc_lport_disc_callback(struct fc_lport *lport, in fc_lport_disc_callback()
718 static void fc_lport_enter_ready(struct fc_lport *lport) in fc_lport_enter_ready()
740 static void fc_lport_set_port_id(struct fc_lport *lport, u32 port_id, in fc_lport_set_port_id()
767 void fc_lport_set_local_id(struct fc_lport *lport, u32 port_id) in fc_lport_set_local_id()
795 static void fc_lport_recv_flogi_req(struct fc_lport *lport, in fc_lport_recv_flogi_req()
876 static void fc_lport_recv_els_req(struct fc_lport *lport, in fc_lport_recv_els_req()
945 void fc_lport_recv(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv()
985 int fc_lport_reset(struct fc_lport *lport) in fc_lport_reset()
999 static void fc_lport_reset_locked(struct fc_lport *lport) in fc_lport_reset_locked()
1027 static void fc_lport_enter_reset(struct fc_lport *lport) in fc_lport_enter_reset()
1056 static void fc_lport_enter_disabled(struct fc_lport *lport) in fc_lport_enter_disabled()
1077 static void fc_lport_error(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_error()
1118 struct fc_lport *lport = lp_arg; in fc_lport_ns_resp()
1194 struct fc_lport *lport = lp_arg; in fc_lport_ms_resp()
1278 struct fc_lport *lport = lp_arg; in fc_lport_scr_resp()
1317 static void fc_lport_enter_scr(struct fc_lport *lport) in fc_lport_enter_scr()
1345 static void fc_lport_enter_ns(struct fc_lport *lport, enum fc_lport_state state) in fc_lport_enter_ns()
1414 static void fc_lport_enter_dns(struct fc_lport *lport) in fc_lport_enter_dns()
1444 static void fc_lport_enter_ms(struct fc_lport *lport, enum fc_lport_state state) in fc_lport_enter_ms()
1560 static void fc_lport_enter_fdmi(struct fc_lport *lport) in fc_lport_enter_fdmi()
1591 struct fc_lport *lport = in fc_lport_timeout()
1592 container_of(work, struct fc_lport, in fc_lport_timeout()
1659 struct fc_lport *lport = lp_arg; in fc_lport_logo_resp()
1699 static void fc_lport_enter_logo(struct fc_lport *lport) in fc_lport_enter_logo()
1737 struct fc_lport *lport = lp_arg; in fc_lport_flogi_resp()
1841 static void fc_lport_enter_flogi(struct fc_lport *lport) in fc_lport_enter_flogi()
1874 int fc_lport_config(struct fc_lport *lport) in fc_lport_config()
1893 int fc_lport_init(struct fc_lport *lport) in fc_lport_init()
1960 struct fc_lport *lport = info->lport; in fc_lport_bsg_resp()
2020 struct fc_lport *lport, in fc_lport_els_request()
2080 struct fc_lport *lport, u32 did, u32 tov) in fc_lport_ct_request()
2142 struct fc_lport *lport = shost_priv(shost); in fc_lport_bsg_request()