Lines Matching refs:fc_seq
355 struct fc_seq *seq_ptr;
362 struct fc_seq *recov_seq;
386 struct fc_seq { struct
457 struct fc_seq seq;
461 void (*resp)(struct fc_seq *, struct fc_frame *, void *);
463 void (*destructor)(struct fc_seq *, void *);
482 struct fc_seq *(*elsct_send)(struct fc_lport *, u32 did,
484 void (*resp)(struct fc_seq *,
565 void (*resp)(struct fc_seq *, struct fc_frame *,
963 struct fc_seq *fc_elsct_send(struct fc_lport *, u32 did,
966 void (*resp)(struct fc_seq *,
970 void fc_lport_flogi_resp(struct fc_seq *, struct fc_frame *, void *);
971 void fc_lport_logo_resp(struct fc_seq *, struct fc_frame *, void *);
983 struct fc_seq *fc_exch_seq_send(struct fc_lport *lport,
985 void (*resp)(struct fc_seq *,
988 void (*destructor)(struct fc_seq *, void *),
992 struct fc_seq *fc_seq_start_next(struct fc_seq *sp);
993 void fc_seq_set_resp(struct fc_seq *sp,
994 void (*resp)(struct fc_seq *, struct fc_frame *, void *),
996 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp);
997 void fc_seq_release(struct fc_seq *sp);
1009 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp);
1010 int fc_seq_exch_abort(const struct fc_seq *, unsigned int timer_msec);
1011 void fc_exch_done(struct fc_seq *sp);