Lines Matching refs:fc_frame

72 static void fc_rport_recv_plogi_req(struct fc_lport *, struct fc_frame *);
73 static void fc_rport_recv_prli_req(struct fc_rport_priv *, struct fc_frame *);
74 static void fc_rport_recv_prlo_req(struct fc_rport_priv *, struct fc_frame *);
75 static void fc_rport_recv_logo_req(struct fc_lport *, struct fc_frame *);
77 static void fc_rport_error(struct fc_rport_priv *, struct fc_frame *);
78 static void fc_rport_error_retry(struct fc_rport_priv *, struct fc_frame *);
544 static void fc_rport_error(struct fc_rport_priv *rdata, struct fc_frame *fp) in fc_rport_error()
583 struct fc_frame *fp) in fc_rport_error_retry()
617 struct fc_frame *fp) in fc_rport_login_complete()
656 static void fc_rport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_flogi_resp()
723 struct fc_frame *fp; in fc_rport_enter_flogi()
751 struct fc_frame *rx_fp) in fc_rport_recv_flogi_req()
756 struct fc_frame *fp = rx_fp; in fc_rport_recv_flogi_req()
874 static void fc_rport_plogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_plogi_resp()
953 struct fc_frame *fp; in fc_rport_enter_plogi()
993 static void fc_rport_prli_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_prli_resp()
1096 struct fc_frame *fp; in fc_rport_enter_prli()
1150 static void fc_rport_rtv_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_rtv_resp()
1213 struct fc_frame *fp; in fc_rport_enter_rtv()
1241 static void fc_rport_logo_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_logo_resp()
1263 struct fc_frame *fp; in fc_rport_enter_logo()
1285 static void fc_rport_adisc_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_adisc_resp()
1343 struct fc_frame *fp; in fc_rport_enter_adisc()
1371 struct fc_frame *in_fp) in fc_rport_recv_adisc_req()
1374 struct fc_frame *fp; in fc_rport_recv_adisc_req()
1409 struct fc_frame *rx_fp) in fc_rport_recv_rls_req()
1413 struct fc_frame *fp; in fc_rport_recv_rls_req()
1475 static void fc_rport_recv_els_req(struct fc_lport *lport, struct fc_frame *fp) in fc_rport_recv_els_req()
1543 static void fc_rport_recv_req(struct fc_lport *lport, struct fc_frame *fp) in fc_rport_recv_req()
1588 struct fc_frame *rx_fp) in fc_rport_recv_plogi_req()
1592 struct fc_frame *fp = rx_fp; in fc_rport_recv_plogi_req()
1712 struct fc_frame *rx_fp) in fc_rport_recv_prli_req()
1715 struct fc_frame *fp; in fc_rport_recv_prli_req()
1831 struct fc_frame *rx_fp) in fc_rport_recv_prlo_req()
1834 struct fc_frame *fp; in fc_rport_recv_prlo_req()
1901 static void fc_rport_recv_logo_req(struct fc_lport *lport, struct fc_frame *fp) in fc_rport_recv_logo_req()