Lines Matching defs:lport

146 	struct fc_lport *lport;  member
158 static int fc_frame_drop(struct fc_lport *lport, struct fc_frame *fp) in fc_frame_drop()
173 static void fc_lport_rport_callback(struct fc_lport *lport, in fc_lport_rport_callback()
211 static const char *fc_lport_state(struct fc_lport *lport) in fc_lport_state()
228 static void fc_lport_ptp_setup(struct fc_lport *lport, in fc_lport_ptp_setup()
254 struct fc_lport *lport = shost_priv(shost); in fc_get_host_port_state() local
277 struct fc_lport *lport = shost_priv(shost); in fc_get_host_speed() local
290 struct fc_lport *lport = shost_priv(shost); in fc_get_host_stats() local
339 static void fc_lport_flogi_fill(struct fc_lport *lport, in fc_lport_flogi_fill()
374 static void fc_lport_add_fc4_type(struct fc_lport *lport, enum fc_fh_type type) in fc_lport_add_fc4_type()
390 static void fc_lport_recv_rlir_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_rlir_req()
407 static void fc_lport_recv_echo_req(struct fc_lport *lport, in fc_lport_recv_echo_req()
443 static void fc_lport_recv_rnid_req(struct fc_lport *lport, in fc_lport_recv_rnid_req()
502 static void fc_lport_recv_logo_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_logo_req()
516 int fc_fabric_login(struct fc_lport *lport) in fc_fabric_login()
539 void __fc_linkup(struct fc_lport *lport) in __fc_linkup()
553 void fc_linkup(struct fc_lport *lport) in fc_linkup()
570 void __fc_linkdown(struct fc_lport *lport) in __fc_linkdown()
583 void fc_linkdown(struct fc_lport *lport) in fc_linkdown()
601 int fc_fabric_logoff(struct fc_lport *lport) in fc_fabric_logoff()
627 int fc_lport_destroy(struct fc_lport *lport) in fc_lport_destroy()
648 int fc_set_mfs(struct fc_lport *lport, u32 mfs) in fc_set_mfs()
680 static void fc_lport_disc_callback(struct fc_lport *lport, in fc_lport_disc_callback()
708 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()
756 void fc_lport_set_local_id(struct fc_lport *lport, u32 port_id) in fc_lport_set_local_id()
787 static void fc_lport_recv_flogi_req(struct fc_lport *lport, in fc_lport_recv_flogi_req()
866 static void fc_lport_recv_els_req(struct fc_lport *lport, in fc_lport_recv_els_req()
933 static void fc_lport_recv_req(struct fc_lport *lport, in fc_lport_recv_req()
972 int fc_lport_reset(struct fc_lport *lport) in fc_lport_reset()
989 static void fc_lport_reset_locked(struct fc_lport *lport) in fc_lport_reset_locked()
1016 static void fc_lport_enter_reset(struct fc_lport *lport) in fc_lport_enter_reset()
1046 static void fc_lport_enter_disabled(struct fc_lport *lport) in fc_lport_enter_disabled()
1065 static void fc_lport_error(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_error()
1106 struct fc_lport *lport = lp_arg; in fc_lport_ns_resp() local
1178 struct fc_lport *lport = lp_arg; in fc_lport_scr_resp() local
1220 static void fc_lport_enter_scr(struct fc_lport *lport) in fc_lport_enter_scr()
1248 static void fc_lport_enter_ns(struct fc_lport *lport, enum fc_lport_state state) in fc_lport_enter_ns()
1318 static void fc_lport_enter_dns(struct fc_lport *lport) in fc_lport_enter_dns()
1347 struct fc_lport *lport = in fc_lport_timeout() local
1398 struct fc_lport *lport = lp_arg; in fc_lport_logo_resp() local
1441 static void fc_lport_enter_logo(struct fc_lport *lport) in fc_lport_enter_logo()
1477 struct fc_lport *lport = lp_arg; in fc_lport_flogi_resp() local
1572 static void fc_lport_enter_flogi(struct fc_lport *lport) in fc_lport_enter_flogi()
1603 int fc_lport_config(struct fc_lport *lport) in fc_lport_config()
1622 int fc_lport_init(struct fc_lport *lport) in fc_lport_init()
1636 fc_host_supported_fc4s(lport->host)[2] = 1; in fc_lport_init() local
1637 fc_host_supported_fc4s(lport->host)[7] = 1; in fc_lport_init() local
1642 fc_host_active_fc4s(lport->host)[2] = 1; in fc_lport_init() local
1643 fc_host_active_fc4s(lport->host)[7] = 1; in fc_lport_init() local
1667 struct fc_lport *lport = info->lport; in fc_lport_bsg_resp() local
1729 struct fc_lport *lport, in fc_lport_els_request()
1790 struct fc_lport *lport, u32 did, u32 tov) in fc_lport_ct_request()
1849 struct fc_lport *lport = shost_priv(shost); in fc_lport_bsg_request() local