Lines Matching refs:fc_frame
93 static void fc_fcp_recv_data(struct fc_fcp_pkt *, struct fc_frame *);
94 static void fc_fcp_recv(struct fc_seq *, struct fc_frame *, void *);
95 static void fc_fcp_resp(struct fc_fcp_pkt *, struct fc_frame *);
97 static void fc_tm_done(struct fc_seq *, struct fc_frame *, void *);
98 static void fc_fcp_error(struct fc_fcp_pkt *, struct fc_frame *);
102 static void fc_fcp_rec_error(struct fc_fcp_pkt *, struct fc_frame *);
103 static void fc_fcp_rec_resp(struct fc_seq *, struct fc_frame *, void *);
107 static void fc_fcp_srr_resp(struct fc_seq *, struct fc_frame *, void *);
108 static void fc_fcp_srr_error(struct fc_fcp_pkt *, struct fc_frame *);
445 static inline struct fc_frame *fc_fcp_frame_alloc(struct fc_lport *lport, in fc_fcp_frame_alloc()
448 struct fc_frame *fp; in fc_fcp_frame_alloc()
485 static void fc_fcp_recv_data(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_recv_data()
611 struct fc_frame *fp = NULL; in fc_fcp_send_data()
752 static void fc_fcp_abts_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_abts_resp()
789 static void fc_fcp_recv(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_recv()
864 static void fc_fcp_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_resp()
1026 struct fc_frame *conf_frame; in fc_fcp_complete_locked()
1180 struct fc_frame *fp, in fc_fcp_cmd_send()
1183 struct fc_frame *fp; in fc_fcp_cmd_send()
1231 static void fc_fcp_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_error()
1378 static void fc_tm_done(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_tm_done()
1474 struct fc_frame *fp; in fc_fcp_rec()
1520 static void fc_fcp_rec_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_rec_resp()
1664 static void fc_fcp_rec_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_rec_error()
1735 struct fc_frame *fp; in fc_fcp_srr()
1781 static void fc_fcp_srr_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_srr_resp()
1828 static void fc_fcp_srr_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_srr_error()