Lines Matching refs:fc_seq

463 static int fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp,  in fc_seq_send_locked()
525 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send()
546 static struct fc_seq *fc_seq_alloc(struct fc_exch *ep, u8 seq_id) in fc_seq_alloc()
548 struct fc_seq *sp; in fc_seq_alloc()
562 static struct fc_seq *fc_seq_start_next_locked(struct fc_seq *sp) in fc_seq_start_next_locked()
577 struct fc_seq *fc_seq_start_next(struct fc_seq *sp) in fc_seq_start_next()
594 void fc_seq_set_resp(struct fc_seq *sp, in fc_seq_set_resp()
595 void (*resp)(struct fc_seq *, struct fc_frame *, void *), in fc_seq_set_resp() argument
636 struct fc_seq *sp; in fc_exch_abort_locked()
692 int fc_seq_exch_abort(const struct fc_seq *req_sp, unsigned int timer_msec) in fc_seq_exch_abort()
729 static bool fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp, in fc_invoke_resp()
732 void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg); in fc_invoke_resp()
768 struct fc_seq *sp = &ep->seq; in fc_exch_timeout()
967 void fc_exch_done(struct fc_seq *sp) in fc_exch_done()
1044 struct fc_seq *sp = NULL; in fc_seq_lookup_recip()
1168 static struct fc_seq *fc_seq_lookup_orig(struct fc_exch_mgr *mp, in fc_seq_lookup_orig()
1173 struct fc_seq *sp = NULL; in fc_seq_lookup_orig()
1256 static void fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, in fc_seq_send_last()
1275 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) in fc_seq_send_ack()
1345 struct fc_seq *sp; in fc_exch_send_ba_rjt()
1416 struct fc_seq *sp; in fc_exch_recv_abts()
1474 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp) in fc_seq_assign()
1494 void fc_seq_release(struct fc_seq *sp) in fc_seq_release()
1513 struct fc_seq *sp = NULL; in fc_exch_recv_req()
1574 struct fc_seq *sp; in fc_exch_recv_seq_resp()
1667 struct fc_seq *sp; in fc_exch_recv_resp()
1691 struct fc_seq *sp; in fc_exch_abts_resp()
1834 struct fc_seq *sp; in fc_seq_ls_acc()
1866 struct fc_seq *sp; in fc_seq_ls_rjt()
1893 struct fc_seq *sp; in fc_exch_reset()
2101 static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg) in fc_exch_rrq_resp()
2175 struct fc_seq *fc_exch_seq_send(struct fc_lport *lport, in fc_exch_seq_send()
2177 void (*resp)(struct fc_seq *, in fc_exch_seq_send() argument
2180 void (*destructor)(struct fc_seq *, void *), in fc_exch_seq_send() argument
2184 struct fc_seq *sp = NULL; in fc_exch_seq_send()