Lines Matching refs:fc_lport
98 static void fc_lport_error(struct fc_lport *, struct fc_frame *);
100 static void fc_lport_enter_reset(struct fc_lport *);
101 static void fc_lport_enter_flogi(struct fc_lport *);
102 static void fc_lport_enter_dns(struct fc_lport *);
103 static void fc_lport_enter_ns(struct fc_lport *, enum fc_lport_state);
104 static void fc_lport_enter_scr(struct fc_lport *);
105 static void fc_lport_enter_ready(struct fc_lport *);
106 static void fc_lport_enter_logo(struct fc_lport *);
107 static void fc_lport_enter_fdmi(struct fc_lport *lport);
108 static void fc_lport_enter_ms(struct fc_lport *, enum fc_lport_state);
141 struct fc_lport *lport;
153 static int fc_frame_drop(struct fc_lport *lport, struct fc_frame *fp) in fc_frame_drop()
168 static void fc_lport_rport_callback(struct fc_lport *lport, in fc_lport_rport_callback()
212 static const char *fc_lport_state(struct fc_lport *lport) in fc_lport_state()
229 static void fc_lport_ptp_setup(struct fc_lport *lport, in fc_lport_ptp_setup()
257 struct fc_lport *lport = shost_priv(shost); in fc_get_host_port_state()
280 struct fc_lport *lport = shost_priv(shost); in fc_get_host_speed()
293 struct fc_lport *lport = shost_priv(shost); in fc_get_host_stats()
346 static void fc_lport_flogi_fill(struct fc_lport *lport, in fc_lport_flogi_fill()
381 static void fc_lport_add_fc4_type(struct fc_lport *lport, enum fc_fh_type type) in fc_lport_add_fc4_type()
394 static void fc_lport_recv_rlir_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_rlir_req()
410 static void fc_lport_recv_echo_req(struct fc_lport *lport, in fc_lport_recv_echo_req()
445 static void fc_lport_recv_rnid_req(struct fc_lport *lport, in fc_lport_recv_rnid_req()
503 static void fc_lport_recv_logo_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_logo_req()
519 int fc_fabric_login(struct fc_lport *lport) in fc_fabric_login()
540 void __fc_linkup(struct fc_lport *lport) in __fc_linkup()
556 void fc_linkup(struct fc_lport *lport) in fc_linkup()
571 void __fc_linkdown(struct fc_lport *lport) in __fc_linkdown()
586 void fc_linkdown(struct fc_lport *lport) in fc_linkdown()
604 int fc_fabric_logoff(struct fc_lport *lport) in fc_fabric_logoff()
630 int fc_lport_destroy(struct fc_lport *lport) in fc_lport_destroy()
652 int fc_set_mfs(struct fc_lport *lport, u32 mfs) in fc_set_mfs()
684 static void fc_lport_disc_callback(struct fc_lport *lport, in fc_lport_disc_callback()
709 static void fc_lport_enter_ready(struct fc_lport *lport) in fc_lport_enter_ready()
731 static void fc_lport_set_port_id(struct fc_lport *lport, u32 port_id, in fc_lport_set_port_id()
758 void fc_lport_set_local_id(struct fc_lport *lport, u32 port_id) in fc_lport_set_local_id()
786 static void fc_lport_recv_flogi_req(struct fc_lport *lport, in fc_lport_recv_flogi_req()
867 static void fc_lport_recv_els_req(struct fc_lport *lport, in fc_lport_recv_els_req()
936 void fc_lport_recv(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv()
976 int fc_lport_reset(struct fc_lport *lport) in fc_lport_reset()
990 static void fc_lport_reset_locked(struct fc_lport *lport) in fc_lport_reset_locked()
1018 static void fc_lport_enter_reset(struct fc_lport *lport) in fc_lport_enter_reset()
1047 static void fc_lport_enter_disabled(struct fc_lport *lport) in fc_lport_enter_disabled()
1068 static void fc_lport_error(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_error()
1109 struct fc_lport *lport = lp_arg; in fc_lport_ns_resp()
1185 struct fc_lport *lport = lp_arg; in fc_lport_ms_resp()
1263 struct fc_lport *lport = lp_arg; in fc_lport_scr_resp()
1302 static void fc_lport_enter_scr(struct fc_lport *lport) in fc_lport_enter_scr()
1329 static void fc_lport_enter_ns(struct fc_lport *lport, enum fc_lport_state state) in fc_lport_enter_ns()
1398 static void fc_lport_enter_dns(struct fc_lport *lport) in fc_lport_enter_dns()
1427 static void fc_lport_enter_ms(struct fc_lport *lport, enum fc_lport_state state) in fc_lport_enter_ms()
1513 static void fc_lport_enter_fdmi(struct fc_lport *lport) in fc_lport_enter_fdmi()
1544 struct fc_lport *lport = in fc_lport_timeout()
1545 container_of(work, struct fc_lport, in fc_lport_timeout()
1604 struct fc_lport *lport = lp_arg; in fc_lport_logo_resp()
1644 static void fc_lport_enter_logo(struct fc_lport *lport) in fc_lport_enter_logo()
1682 struct fc_lport *lport = lp_arg; in fc_lport_flogi_resp()
1786 static void fc_lport_enter_flogi(struct fc_lport *lport) in fc_lport_enter_flogi()
1819 int fc_lport_config(struct fc_lport *lport) in fc_lport_config()
1838 int fc_lport_init(struct fc_lport *lport) in fc_lport_init()
1878 struct fc_lport *lport = info->lport; in fc_lport_bsg_resp()
1937 struct fc_lport *lport, in fc_lport_els_request()
1997 struct fc_lport *lport, u32 did, u32 tov) in fc_lport_ct_request()
2059 struct fc_lport *lport = shost_priv(shost); in fc_lport_bsg_request()