Lines Matching refs:fc_seq

474 static int fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp,  in fc_seq_send_locked()
536 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send()
557 static struct fc_seq *fc_seq_alloc(struct fc_exch *ep, u8 seq_id) in fc_seq_alloc()
559 struct fc_seq *sp; in fc_seq_alloc()
573 static struct fc_seq *fc_seq_start_next_locked(struct fc_seq *sp) in fc_seq_start_next_locked()
588 struct fc_seq *fc_seq_start_next(struct fc_seq *sp) in fc_seq_start_next()
605 void fc_seq_set_resp(struct fc_seq *sp, in fc_seq_set_resp()
606 void (*resp)(struct fc_seq *, struct fc_frame *, void *), in fc_seq_set_resp() argument
647 struct fc_seq *sp; in fc_exch_abort_locked()
703 int fc_seq_exch_abort(const struct fc_seq *req_sp, unsigned int timer_msec) in fc_seq_exch_abort()
737 static bool fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp, in fc_invoke_resp()
740 void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg); in fc_invoke_resp()
776 struct fc_seq *sp = &ep->seq; in fc_exch_timeout()
976 void fc_exch_done(struct fc_seq *sp) in fc_exch_done()
1053 struct fc_seq *sp = NULL; in fc_seq_lookup_recip()
1177 static struct fc_seq *fc_seq_lookup_orig(struct fc_exch_mgr *mp, in fc_seq_lookup_orig()
1182 struct fc_seq *sp = NULL; in fc_seq_lookup_orig()
1265 static void fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, in fc_seq_send_last()
1284 static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp) in fc_seq_send_ack()
1354 struct fc_seq *sp; in fc_exch_send_ba_rjt()
1425 struct fc_seq *sp; in fc_exch_recv_abts()
1483 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp) in fc_seq_assign()
1503 void fc_seq_release(struct fc_seq *sp) in fc_seq_release()
1522 struct fc_seq *sp = NULL; in fc_exch_recv_req()
1583 struct fc_seq *sp; in fc_exch_recv_seq_resp()
1670 struct fc_seq *sp; in fc_exch_recv_resp()
1694 struct fc_seq *sp; in fc_exch_abts_resp()
1836 struct fc_seq *sp; in fc_seq_ls_acc()
1868 struct fc_seq *sp; in fc_seq_ls_rjt()
1895 struct fc_seq *sp; in fc_exch_reset()
2097 static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg) in fc_exch_rrq_resp()
2171 struct fc_seq *fc_exch_seq_send(struct fc_lport *lport, in fc_exch_seq_send()
2173 void (*resp)(struct fc_seq *, in fc_exch_seq_send() argument
2176 void (*destructor)(struct fc_seq *, void *), in fc_exch_seq_send() argument
2180 struct fc_seq *sp = NULL; in fc_exch_seq_send()