Lines Matching defs:lport

141 	struct fc_lport *lport;  member
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() local
280 struct fc_lport *lport = shost_priv(shost); in fc_get_host_speed() local
293 struct fc_lport *lport = shost_priv(shost); in fc_get_host_stats() local
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() local
1185 struct fc_lport *lport = lp_arg; in fc_lport_ms_resp() local
1263 struct fc_lport *lport = lp_arg; in fc_lport_scr_resp() local
1302 static void fc_lport_enter_scr(struct fc_lport *lport) in fc_lport_enter_scr()
1330 static void fc_lport_enter_ns(struct fc_lport *lport, enum fc_lport_state state) in fc_lport_enter_ns()
1399 static void fc_lport_enter_dns(struct fc_lport *lport) in fc_lport_enter_dns()
1429 static void fc_lport_enter_ms(struct fc_lport *lport, enum fc_lport_state state) in fc_lport_enter_ms()
1515 static void fc_lport_enter_fdmi(struct fc_lport *lport) in fc_lport_enter_fdmi()
1546 struct fc_lport *lport = in fc_lport_timeout() local
1606 struct fc_lport *lport = lp_arg; in fc_lport_logo_resp() local
1646 static void fc_lport_enter_logo(struct fc_lport *lport) in fc_lport_enter_logo()
1684 struct fc_lport *lport = lp_arg; in fc_lport_flogi_resp() local
1788 static void fc_lport_enter_flogi(struct fc_lport *lport) in fc_lport_enter_flogi()
1821 int fc_lport_config(struct fc_lport *lport) in fc_lport_config()
1840 int fc_lport_init(struct fc_lport *lport) in fc_lport_init()
1848 fc_host_supported_fc4s(lport->host)[2] = 1; in fc_lport_init() local
1849 fc_host_supported_fc4s(lport->host)[7] = 1; in fc_lport_init() local
1854 fc_host_active_fc4s(lport->host)[2] = 1; in fc_lport_init() local
1855 fc_host_active_fc4s(lport->host)[7] = 1; in fc_lport_init() local
1880 struct fc_lport *lport = info->lport; in fc_lport_bsg_resp() local
1940 struct fc_lport *lport, in fc_lport_els_request()
2000 struct fc_lport *lport, u32 did, u32 tov) in fc_lport_ct_request()
2062 struct fc_lport *lport = shost_priv(shost); in fc_lport_bsg_request() local