Lines Matching refs:fc_seq

462 static int fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp,  in fc_seq_send_locked()
524 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send()
545 static struct fc_seq *fc_seq_alloc(struct fc_exch *ep, u8 seq_id) in fc_seq_alloc()
547 struct fc_seq *sp; in fc_seq_alloc()
561 static struct fc_seq *fc_seq_start_next_locked(struct fc_seq *sp) in fc_seq_start_next_locked()
576 struct fc_seq *fc_seq_start_next(struct fc_seq *sp) in fc_seq_start_next()
593 void fc_seq_set_resp(struct fc_seq *sp, in fc_seq_set_resp()
594 void (*resp)(struct fc_seq *, struct fc_frame *, void *), in fc_seq_set_resp() argument
635 struct fc_seq *sp; in fc_exch_abort_locked()
691 int fc_seq_exch_abort(const struct fc_seq *req_sp, unsigned int timer_msec) in fc_seq_exch_abort()
725 static bool fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp, in fc_invoke_resp()
728 void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg); in fc_invoke_resp()
764 struct fc_seq *sp = &ep->seq; in fc_exch_timeout()
964 void fc_exch_done(struct fc_seq *sp) in fc_exch_done()
1041 struct fc_seq *sp = NULL; in fc_seq_lookup_recip()
1165 static struct fc_seq *fc_seq_lookup_orig(struct fc_exch_mgr *mp, in fc_seq_lookup_orig()
1170 struct fc_seq *sp = NULL; in fc_seq_lookup_orig()
1253 static void fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, in fc_seq_send_last()
1272 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) in fc_seq_send_ack()
1342 struct fc_seq *sp; in fc_exch_send_ba_rjt()
1413 struct fc_seq *sp; in fc_exch_recv_abts()
1471 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp) in fc_seq_assign()
1491 void fc_seq_release(struct fc_seq *sp) in fc_seq_release()
1510 struct fc_seq *sp = NULL; in fc_exch_recv_req()
1571 struct fc_seq *sp; in fc_exch_recv_seq_resp()
1658 struct fc_seq *sp; in fc_exch_recv_resp()
1682 struct fc_seq *sp; in fc_exch_abts_resp()
1824 struct fc_seq *sp; in fc_seq_ls_acc()
1856 struct fc_seq *sp; in fc_seq_ls_rjt()
1883 struct fc_seq *sp; in fc_exch_reset()
2085 static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg) in fc_exch_rrq_resp()
2159 struct fc_seq *fc_exch_seq_send(struct fc_lport *lport, in fc_exch_seq_send()
2161 void (*resp)(struct fc_seq *, in fc_exch_seq_send() argument
2164 void (*destructor)(struct fc_seq *, void *), in fc_exch_seq_send() argument
2168 struct fc_seq *sp = NULL; in fc_exch_seq_send()