Lines Matching refs:fc_frame
77 static void fc_fcp_recv_data(struct fc_fcp_pkt *, struct fc_frame *);
78 static void fc_fcp_recv(struct fc_seq *, struct fc_frame *, void *);
79 static void fc_fcp_resp(struct fc_fcp_pkt *, struct fc_frame *);
81 static void fc_tm_done(struct fc_seq *, struct fc_frame *, void *);
82 static void fc_fcp_error(struct fc_fcp_pkt *, struct fc_frame *);
86 static void fc_fcp_rec_error(struct fc_fcp_pkt *, struct fc_frame *);
87 static void fc_fcp_rec_resp(struct fc_seq *, struct fc_frame *, void *);
91 static void fc_fcp_srr_resp(struct fc_seq *, struct fc_frame *, void *);
92 static void fc_fcp_srr_error(struct fc_fcp_pkt *, struct fc_frame *);
428 static inline struct fc_frame *fc_fcp_frame_alloc(struct fc_lport *lport, in fc_fcp_frame_alloc()
431 struct fc_frame *fp; in fc_fcp_frame_alloc()
467 static void fc_fcp_recv_data(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_recv_data()
590 struct fc_frame *fp = NULL; in fc_fcp_send_data()
731 static void fc_fcp_abts_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_abts_resp()
768 static void fc_fcp_recv(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_recv()
843 static void fc_fcp_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_resp()
1005 struct fc_frame *conf_frame; in fc_fcp_complete_locked()
1159 struct fc_frame *fp, in fc_fcp_cmd_send()
1162 struct fc_frame *fp; in fc_fcp_cmd_send()
1210 static void fc_fcp_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_error()
1357 static void fc_tm_done(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_tm_done()
1453 struct fc_frame *fp; in fc_fcp_rec()
1499 static void fc_fcp_rec_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_rec_resp()
1643 static void fc_fcp_rec_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_rec_error()
1716 struct fc_frame *fp; in fc_fcp_srr()
1762 static void fc_fcp_srr_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_srr_resp()
1809 static void fc_fcp_srr_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_srr_error()