Lines Matching refs:fc_frame
81 static void fc_fcp_recv_data(struct fc_fcp_pkt *, struct fc_frame *);
82 static void fc_fcp_recv(struct fc_seq *, struct fc_frame *, void *);
83 static void fc_fcp_resp(struct fc_fcp_pkt *, struct fc_frame *);
85 static void fc_tm_done(struct fc_seq *, struct fc_frame *, void *);
86 static void fc_fcp_error(struct fc_fcp_pkt *, struct fc_frame *);
90 static void fc_fcp_rec_error(struct fc_fcp_pkt *, struct fc_frame *);
91 static void fc_fcp_rec_resp(struct fc_seq *, struct fc_frame *, void *);
95 static void fc_fcp_srr_resp(struct fc_seq *, struct fc_frame *, void *);
96 static void fc_fcp_srr_error(struct fc_fcp_pkt *, struct fc_frame *);
432 * fc_fcp_frame_alloc() - Allocates fc_frame structure and buffer.
436 * Allocates fc_frame structure and buffer but if fails to allocate
439 static inline struct fc_frame *fc_fcp_frame_alloc(struct fc_lport *lport,
442 struct fc_frame *fp;
479 static void fc_fcp_recv_data(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
605 struct fc_frame *fp = NULL;
746 static void fc_fcp_abts_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
783 static void fc_fcp_recv(struct fc_seq *seq, struct fc_frame *fp, void *arg)
858 static void fc_fcp_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
1020 struct fc_frame *conf_frame;
1174 struct fc_frame *fp,
1177 struct fc_frame *fp;
1225 static void fc_fcp_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
1372 static void fc_tm_done(struct fc_seq *seq, struct fc_frame *fp, void *arg)
1468 struct fc_frame *fp;
1514 static void fc_fcp_rec_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
1658 static void fc_fcp_rec_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
1732 struct fc_frame *fp;
1778 static void fc_fcp_srr_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
1825 static void fc_fcp_srr_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp)