Lines Matching refs:fc_seq
464 static int fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp, in fc_seq_send_locked()
526 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send()
547 static struct fc_seq *fc_seq_alloc(struct fc_exch *ep, u8 seq_id) in fc_seq_alloc()
549 struct fc_seq *sp; in fc_seq_alloc()
563 static struct fc_seq *fc_seq_start_next_locked(struct fc_seq *sp) in fc_seq_start_next_locked()
578 struct fc_seq *fc_seq_start_next(struct fc_seq *sp) in fc_seq_start_next()
595 void fc_seq_set_resp(struct fc_seq *sp, in fc_seq_set_resp()
596 void (*resp)(struct fc_seq *, struct fc_frame *, void *), in fc_seq_set_resp() argument
637 struct fc_seq *sp; in fc_exch_abort_locked()
693 int fc_seq_exch_abort(const struct fc_seq *req_sp, unsigned int timer_msec) in fc_seq_exch_abort()
730 static bool fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp, in fc_invoke_resp()
733 void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg); in fc_invoke_resp()
769 struct fc_seq *sp = &ep->seq; in fc_exch_timeout()
969 void fc_exch_done(struct fc_seq *sp) in fc_exch_done()
1046 struct fc_seq *sp = NULL; in fc_seq_lookup_recip()
1170 static struct fc_seq *fc_seq_lookup_orig(struct fc_exch_mgr *mp, in fc_seq_lookup_orig()
1175 struct fc_seq *sp = NULL; in fc_seq_lookup_orig()
1258 static void fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, in fc_seq_send_last()
1277 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) in fc_seq_send_ack()
1347 struct fc_seq *sp; in fc_exch_send_ba_rjt()
1418 struct fc_seq *sp; in fc_exch_recv_abts()
1476 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp) in fc_seq_assign()
1496 void fc_seq_release(struct fc_seq *sp) in fc_seq_release()
1515 struct fc_seq *sp = NULL; in fc_exch_recv_req()
1576 struct fc_seq *sp; in fc_exch_recv_seq_resp()
1663 struct fc_seq *sp; in fc_exch_recv_resp()
1687 struct fc_seq *sp; in fc_exch_abts_resp()
1829 struct fc_seq *sp; in fc_seq_ls_acc()
1861 struct fc_seq *sp; in fc_seq_ls_rjt()
1888 struct fc_seq *sp; in fc_exch_reset()
2090 static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg) in fc_exch_rrq_resp()
2164 struct fc_seq *fc_exch_seq_send(struct fc_lport *lport, in fc_exch_seq_send()
2166 void (*resp)(struct fc_seq *, in fc_exch_seq_send() argument
2169 void (*destructor)(struct fc_seq *, void *), in fc_exch_seq_send() argument
2173 struct fc_seq *sp = NULL; in fc_exch_seq_send()