Lines Matching refs:fc_seq
343 struct fc_seq *seq_ptr;
350 struct fc_seq *recov_seq;
374 struct fc_seq { struct
445 struct fc_seq seq;
449 void (*resp)(struct fc_seq *, struct fc_frame *, void *);
451 void (*destructor)(struct fc_seq *, void *);
470 struct fc_seq *(*elsct_send)(struct fc_lport *, u32 did,
472 void (*resp)(struct fc_seq *,
553 void (*resp)(struct fc_seq *, struct fc_frame *,
951 struct fc_seq *fc_elsct_send(struct fc_lport *, u32 did,
954 void (*resp)(struct fc_seq *,
958 void fc_lport_flogi_resp(struct fc_seq *, struct fc_frame *, void *);
959 void fc_lport_logo_resp(struct fc_seq *, struct fc_frame *, void *);
971 struct fc_seq *fc_exch_seq_send(struct fc_lport *lport,
973 void (*resp)(struct fc_seq *,
976 void (*destructor)(struct fc_seq *, void *),
980 struct fc_seq *fc_seq_start_next(struct fc_seq *sp);
981 void fc_seq_set_resp(struct fc_seq *sp,
982 void (*resp)(struct fc_seq *, struct fc_frame *, void *),
984 struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp);
985 void fc_seq_release(struct fc_seq *sp);
997 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp);
998 int fc_seq_exch_abort(const struct fc_seq *, unsigned int timer_msec);
999 void fc_exch_done(struct fc_seq *sp);