Lines Matching defs:lport
153 struct fc_lport *lport; member
165 static int fc_frame_drop(struct fc_lport *lport, struct fc_frame *fp) in fc_frame_drop()
180 static void fc_lport_rport_callback(struct fc_lport *lport, in fc_lport_rport_callback()
224 static const char *fc_lport_state(struct fc_lport *lport) in fc_lport_state()
241 static void fc_lport_ptp_setup(struct fc_lport *lport, in fc_lport_ptp_setup()
267 struct fc_lport *lport = shost_priv(shost); in fc_get_host_port_state() local
290 struct fc_lport *lport = shost_priv(shost); in fc_get_host_speed() local
303 struct fc_lport *lport = shost_priv(shost); in fc_get_host_stats() local
359 static void fc_lport_flogi_fill(struct fc_lport *lport, in fc_lport_flogi_fill()
394 static void fc_lport_add_fc4_type(struct fc_lport *lport, enum fc_fh_type type) in fc_lport_add_fc4_type()
410 static void fc_lport_recv_rlir_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_rlir_req()
427 static void fc_lport_recv_echo_req(struct fc_lport *lport, in fc_lport_recv_echo_req()
463 static void fc_lport_recv_rnid_req(struct fc_lport *lport, in fc_lport_recv_rnid_req()
522 static void fc_lport_recv_logo_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_logo_req()
536 int fc_fabric_login(struct fc_lport *lport) in fc_fabric_login()
559 void __fc_linkup(struct fc_lport *lport) in __fc_linkup()
573 void fc_linkup(struct fc_lport *lport) in fc_linkup()
590 void __fc_linkdown(struct fc_lport *lport) in __fc_linkdown()
603 void fc_linkdown(struct fc_lport *lport) in fc_linkdown()
621 int fc_fabric_logoff(struct fc_lport *lport) in fc_fabric_logoff()
647 int fc_lport_destroy(struct fc_lport *lport) in fc_lport_destroy()
669 int fc_set_mfs(struct fc_lport *lport, u32 mfs) in fc_set_mfs()
701 static void fc_lport_disc_callback(struct fc_lport *lport, in fc_lport_disc_callback()
729 static void fc_lport_enter_ready(struct fc_lport *lport) in fc_lport_enter_ready()
752 static void fc_lport_set_port_id(struct fc_lport *lport, u32 port_id, in fc_lport_set_port_id()
777 void fc_lport_set_local_id(struct fc_lport *lport, u32 port_id) in fc_lport_set_local_id()
808 static void fc_lport_recv_flogi_req(struct fc_lport *lport, in fc_lport_recv_flogi_req()
887 static void fc_lport_recv_els_req(struct fc_lport *lport, in fc_lport_recv_els_req()
954 static void fc_lport_recv_req(struct fc_lport *lport, in fc_lport_recv_req()
994 int fc_lport_reset(struct fc_lport *lport) in fc_lport_reset()
1011 static void fc_lport_reset_locked(struct fc_lport *lport) in fc_lport_reset_locked()
1038 static void fc_lport_enter_reset(struct fc_lport *lport) in fc_lport_enter_reset()
1068 static void fc_lport_enter_disabled(struct fc_lport *lport) in fc_lport_enter_disabled()
1087 static void fc_lport_error(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_error()
1128 struct fc_lport *lport = lp_arg; in fc_lport_ns_resp() local
1204 struct fc_lport *lport = lp_arg; in fc_lport_ms_resp() local
1282 struct fc_lport *lport = lp_arg; in fc_lport_scr_resp() local
1324 static void fc_lport_enter_scr(struct fc_lport *lport) in fc_lport_enter_scr()
1352 static void fc_lport_enter_ns(struct fc_lport *lport, enum fc_lport_state state) in fc_lport_enter_ns()
1422 static void fc_lport_enter_dns(struct fc_lport *lport) in fc_lport_enter_dns()
1452 static void fc_lport_enter_ms(struct fc_lport *lport, enum fc_lport_state state) in fc_lport_enter_ms()
1539 static void fc_lport_enter_fdmi(struct fc_lport *lport) in fc_lport_enter_fdmi()
1568 struct fc_lport *lport = in fc_lport_timeout() local
1628 struct fc_lport *lport = lp_arg; in fc_lport_logo_resp() local
1671 static void fc_lport_enter_logo(struct fc_lport *lport) in fc_lport_enter_logo()
1707 struct fc_lport *lport = lp_arg; in fc_lport_flogi_resp() local
1812 static void fc_lport_enter_flogi(struct fc_lport *lport) in fc_lport_enter_flogi()
1843 int fc_lport_config(struct fc_lport *lport) in fc_lport_config()
1862 int fc_lport_init(struct fc_lport *lport) in fc_lport_init()
1876 fc_host_supported_fc4s(lport->host)[2] = 1; in fc_lport_init() local
1877 fc_host_supported_fc4s(lport->host)[7] = 1; in fc_lport_init() local
1882 fc_host_active_fc4s(lport->host)[2] = 1; in fc_lport_init() local
1883 fc_host_active_fc4s(lport->host)[7] = 1; in fc_lport_init() local
1907 struct fc_lport *lport = info->lport; in fc_lport_bsg_resp() local
1969 struct fc_lport *lport, in fc_lport_els_request()
2030 struct fc_lport *lport, u32 did, u32 tov) in fc_lport_ct_request()
2089 struct fc_lport *lport = shost_priv(shost); in fc_lport_bsg_request() local