Lines Matching refs:seq

204 static void fc_fcp_pkt_destroy(struct fc_seq *seq, void *fsp)  in fc_fcp_pkt_destroy()  argument
559 static int fc_fcp_send_data(struct fc_fcp_pkt *fsp, struct fc_seq *seq, in fc_fcp_send_data() argument
612 seq = lport->tt.seq_start_next(seq); in fc_fcp_send_data()
614 WARN_ON(!seq); in fc_fcp_send_data()
683 ep = fc_seq_exch(seq); in fc_fcp_send_data()
690 error = lport->tt.seq_send(lport, seq, fp); in fc_fcp_send_data()
750 static void fc_fcp_recv(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_recv() argument
789 rc = fc_fcp_send_data(fsp, seq, in fc_fcp_recv()
793 seq->rec_data = fsp->xfer_len; in fc_fcp_recv()
801 seq->rec_data = fsp->xfer_contig_end; in fc_fcp_recv()
944 struct fc_seq *seq; in fc_fcp_complete_locked() local
966 seq = fsp->seq_ptr; in fc_fcp_complete_locked()
967 if (seq) { in fc_fcp_complete_locked()
973 csp = lport->tt.seq_start_next(seq); in fc_fcp_complete_locked()
978 ep = fc_seq_exch(seq); in fc_fcp_complete_locked()
985 lport->tt.exch_done(seq); in fc_fcp_complete_locked()
1143 struct fc_seq *seq; in fc_fcp_cmd_send() local
1168 seq = lport->tt.exch_seq_send(lport, fp, resp, fc_fcp_pkt_destroy, in fc_fcp_cmd_send()
1170 if (!seq) { in fc_fcp_cmd_send()
1174 fsp->seq_ptr = seq; in fc_fcp_cmd_send()
1330 static void fc_tm_done(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_tm_done() argument
1358 fsp->lp->tt.exch_done(seq); in fc_tm_done()
1463 static void fc_fcp_rec_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_rec_resp() argument
1668 struct fc_seq *seq; in fc_fcp_srr() local
1696 seq = lport->tt.exch_seq_send(lport, fp, fc_fcp_srr_resp, in fc_fcp_srr()
1699 if (!seq) in fc_fcp_srr()
1702 fsp->recov_seq = seq; in fc_fcp_srr()
1718 static void fc_fcp_srr_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_srr_resp() argument
1756 fsp->lp->tt.exch_done(seq); in fc_fcp_srr_resp()