Lines Matching refs:fc_seq
466 static int fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp, in fc_seq_send_locked()
528 static int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, in fc_seq_send()
549 static struct fc_seq *fc_seq_alloc(struct fc_exch *ep, u8 seq_id) in fc_seq_alloc()
551 struct fc_seq *sp; in fc_seq_alloc()
565 static struct fc_seq *fc_seq_start_next_locked(struct fc_seq *sp) in fc_seq_start_next_locked()
580 static struct fc_seq *fc_seq_start_next(struct fc_seq *sp) in fc_seq_start_next()
596 static void fc_seq_set_resp(struct fc_seq *sp, in fc_seq_set_resp()
597 void (*resp)(struct fc_seq *, struct fc_frame *, in fc_seq_set_resp() argument
631 struct fc_seq *sp; in fc_exch_abort_locked()
683 static int fc_seq_exch_abort(const struct fc_seq *req_sp, in fc_seq_exch_abort()
718 static bool fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp, in fc_invoke_resp()
721 void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg); in fc_invoke_resp()
757 struct fc_seq *sp = &ep->seq; in fc_exch_timeout()
933 static void fc_exch_done(struct fc_seq *sp) in fc_exch_done()
1009 struct fc_seq *sp = NULL; in fc_seq_lookup_recip()
1133 static struct fc_seq *fc_seq_lookup_orig(struct fc_exch_mgr *mp, in fc_seq_lookup_orig()
1138 struct fc_seq *sp = NULL; in fc_seq_lookup_orig()
1220 static void fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, in fc_seq_send_last()
1239 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) in fc_seq_send_ack()
1373 struct fc_seq *sp; in fc_exch_recv_abts()
1428 static struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp) in fc_seq_assign()
1447 static void fc_seq_release(struct fc_seq *sp) in fc_seq_release()
1465 struct fc_seq *sp = NULL; in fc_exch_recv_req()
1526 struct fc_seq *sp; in fc_exch_recv_seq_resp()
1616 struct fc_seq *sp; in fc_exch_recv_resp()
1640 struct fc_seq *sp; in fc_exch_abts_resp()
1828 struct fc_seq *sp; in fc_exch_reset()
2015 static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg) in fc_exch_rrq_resp()
2071 static struct fc_seq *fc_exch_seq_send(struct fc_lport *lport, in fc_exch_seq_send()
2073 void (*resp)(struct fc_seq *, in fc_exch_seq_send() argument
2076 void (*destructor)(struct fc_seq *, in fc_exch_seq_send() argument
2081 struct fc_seq *sp = NULL; in fc_exch_seq_send()