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 *);
426 * fc_fcp_frame_alloc() - Allocates fc_frame structure and buffer.
430 * Allocates fc_frame structure and buffer but if fails to allocate
433 static inline struct fc_frame *fc_fcp_frame_alloc(struct fc_lport *lport,
436 struct fc_frame *fp;
472 static void fc_fcp_recv_data(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
595 struct fc_frame *fp = NULL;
736 static void fc_fcp_abts_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
773 static void fc_fcp_recv(struct fc_seq *seq, struct fc_frame *fp, void *arg)
848 static void fc_fcp_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
1010 struct fc_frame *conf_frame;
1164 struct fc_frame *fp,
1167 struct fc_frame *fp;
1215 static void fc_fcp_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
1362 static void fc_tm_done(struct fc_seq *seq, struct fc_frame *fp, void *arg)
1458 struct fc_frame *fp;
1504 static void fc_fcp_rec_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
1648 static void fc_fcp_rec_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
1722 struct fc_frame *fp;
1768 static void fc_fcp_srr_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
1815 static void fc_fcp_srr_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp)