Lines Matching refs:fc_seq
343 struct fc_seq *seq_ptr;
350 struct fc_seq *recov_seq;
383 struct fc_seq { struct
454 struct fc_seq seq;
458 void (*resp)(struct fc_seq *, struct fc_frame *, void *);
460 void (*destructor)(struct fc_seq *, void *);
479 struct fc_seq *(*elsct_send)(struct fc_lport *, u32 did,
481 void (*resp)(struct fc_seq *,
562 void (*resp)(struct fc_seq *, struct fc_frame *,
960 struct fc_seq *fc_elsct_send(struct fc_lport *, u32 did,
963 void (*resp)(struct fc_seq *,
967 void fc_lport_flogi_resp(struct fc_seq *, struct fc_frame *, void *);
968 void fc_lport_logo_resp(struct fc_seq *, struct fc_frame *, void *);
980 struct fc_seq *fc_exch_seq_send(struct fc_lport *lport,
982 void (*resp)(struct fc_seq *,
985 void (*destructor)(struct fc_seq *, void *),
989 struct fc_seq *fc_seq_start_next(struct fc_seq *sp);
990 void fc_seq_set_resp(struct fc_seq *sp,
991 void (*resp)(struct fc_seq *, struct fc_frame *, void *),
993 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp);
994 void fc_seq_release(struct fc_seq *sp);
1006 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp);
1007 int fc_seq_exch_abort(const struct fc_seq *, unsigned int timer_msec);
1008 void fc_exch_done(struct fc_seq *sp);