Symbol: fc_seq
drivers/scsi/bnx2fc/bnx2fc.h
575
struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did,
drivers/scsi/bnx2fc/bnx2fc.h
577
void (*resp)(struct fc_seq *,
drivers/scsi/bnx2fc/bnx2fc_els.c
19
static void bnx2fc_logo_resp(struct fc_seq *seq, struct fc_frame *fp,
drivers/scsi/bnx2fc/bnx2fc_els.c
21
static void bnx2fc_flogi_resp(struct fc_seq *seq, struct fc_frame *fp,
drivers/scsi/bnx2fc/bnx2fc_els.c
860
static void bnx2fc_flogi_resp(struct fc_seq *seq, struct fc_frame *fp,
drivers/scsi/bnx2fc/bnx2fc_els.c
912
static void bnx2fc_logo_resp(struct fc_seq *seq, struct fc_frame *fp,
drivers/scsi/bnx2fc/bnx2fc_els.c
925
struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did,
drivers/scsi/bnx2fc/bnx2fc_els.c
927
void (*resp)(struct fc_seq *,
drivers/scsi/fcoe/fcoe.c
118
static struct fc_seq *fcoe_elsct_send(struct fc_lport *,
drivers/scsi/fcoe/fcoe.c
121
void (*resp)(struct fc_seq *,
drivers/scsi/fcoe/fcoe.c
2539
static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/fcoe/fcoe.c
2568
static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/fcoe/fcoe.c
2587
static struct fc_seq *fcoe_elsct_send(struct fc_lport *lport, u32 did,
drivers/scsi/fcoe/fcoe.c
2589
void (*resp)(struct fc_seq *,
drivers/scsi/libfc/fc_disc.c
41
static void fc_disc_gpn_ft_resp(struct fc_seq *, struct fc_frame *, void *);
drivers/scsi/libfc/fc_disc.c
493
static void fc_disc_gpn_ft_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_disc.c
565
static void fc_disc_gpn_id_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_elsct.c
31
struct fc_seq *fc_elsct_send(struct fc_lport *lport, u32 did,
drivers/scsi/libfc/fc_elsct.c
33
void (*resp)(struct fc_seq *,
drivers/scsi/libfc/fc_exch.c
1044
struct fc_seq *sp = NULL;
drivers/scsi/libfc/fc_exch.c
1168
static struct fc_seq *fc_seq_lookup_orig(struct fc_exch_mgr *mp,
drivers/scsi/libfc/fc_exch.c
1173
struct fc_seq *sp = NULL;
drivers/scsi/libfc/fc_exch.c
1256
static void fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_exch.c
1275
static void fc_seq_send_ack(struct fc_seq *sp, const struct fc_frame *rx_fp)
drivers/scsi/libfc/fc_exch.c
1345
struct fc_seq *sp;
drivers/scsi/libfc/fc_exch.c
1416
struct fc_seq *sp;
drivers/scsi/libfc/fc_exch.c
1474
struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp)
drivers/scsi/libfc/fc_exch.c
1494
void fc_seq_release(struct fc_seq *sp)
drivers/scsi/libfc/fc_exch.c
1513
struct fc_seq *sp = NULL;
drivers/scsi/libfc/fc_exch.c
1574
struct fc_seq *sp;
drivers/scsi/libfc/fc_exch.c
1667
struct fc_seq *sp;
drivers/scsi/libfc/fc_exch.c
1691
struct fc_seq *sp;
drivers/scsi/libfc/fc_exch.c
1834
struct fc_seq *sp;
drivers/scsi/libfc/fc_exch.c
1866
struct fc_seq *sp;
drivers/scsi/libfc/fc_exch.c
1893
struct fc_seq *sp;
drivers/scsi/libfc/fc_exch.c
2101
static void fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg)
drivers/scsi/libfc/fc_exch.c
2175
struct fc_seq *fc_exch_seq_send(struct fc_lport *lport,
drivers/scsi/libfc/fc_exch.c
2177
void (*resp)(struct fc_seq *,
drivers/scsi/libfc/fc_exch.c
2180
void (*destructor)(struct fc_seq *, void *),
drivers/scsi/libfc/fc_exch.c
2184
struct fc_seq *sp = NULL;
drivers/scsi/libfc/fc_exch.c
463
static int fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp,
drivers/scsi/libfc/fc_exch.c
525
int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp)
drivers/scsi/libfc/fc_exch.c
546
static struct fc_seq *fc_seq_alloc(struct fc_exch *ep, u8 seq_id)
drivers/scsi/libfc/fc_exch.c
548
struct fc_seq *sp;
drivers/scsi/libfc/fc_exch.c
562
static struct fc_seq *fc_seq_start_next_locked(struct fc_seq *sp)
drivers/scsi/libfc/fc_exch.c
577
struct fc_seq *fc_seq_start_next(struct fc_seq *sp)
drivers/scsi/libfc/fc_exch.c
594
void fc_seq_set_resp(struct fc_seq *sp,
drivers/scsi/libfc/fc_exch.c
595
void (*resp)(struct fc_seq *, struct fc_frame *, void *),
drivers/scsi/libfc/fc_exch.c
636
struct fc_seq *sp;
drivers/scsi/libfc/fc_exch.c
692
int fc_seq_exch_abort(const struct fc_seq *req_sp, unsigned int timer_msec)
drivers/scsi/libfc/fc_exch.c
729
static bool fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp,
drivers/scsi/libfc/fc_exch.c
732
void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg);
drivers/scsi/libfc/fc_exch.c
768
struct fc_seq *sp = &ep->seq;
drivers/scsi/libfc/fc_exch.c
967
void fc_exch_done(struct fc_seq *sp)
drivers/scsi/libfc/fc_fcp.c
1011
struct fc_seq *csp;
drivers/scsi/libfc/fc_fcp.c
1163
void (*resp)(struct fc_seq *,
drivers/scsi/libfc/fc_fcp.c
1168
struct fc_seq *seq;
drivers/scsi/libfc/fc_fcp.c
1362
static void fc_tm_done(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/libfc/fc_fcp.c
1504
static void fc_fcp_rec_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/libfc/fc_fcp.c
1720
struct fc_seq *seq;
drivers/scsi/libfc/fc_fcp.c
1768
static void fc_fcp_srr_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/libfc/fc_fcp.c
187
static void fc_fcp_pkt_destroy(struct fc_seq *seq, void *fsp)
drivers/scsi/libfc/fc_fcp.c
589
static int fc_fcp_send_data(struct fc_fcp_pkt *fsp, struct fc_seq *seq,
drivers/scsi/libfc/fc_fcp.c
773
static void fc_fcp_recv(struct fc_seq *seq, struct fc_frame *fp, void *arg)
drivers/scsi/libfc/fc_fcp.c
78
static void fc_fcp_recv(struct fc_seq *, struct fc_frame *, void *);
drivers/scsi/libfc/fc_fcp.c
81
static void fc_tm_done(struct fc_seq *, struct fc_frame *, void *);
drivers/scsi/libfc/fc_fcp.c
87
static void fc_fcp_rec_resp(struct fc_seq *, struct fc_frame *, void *);
drivers/scsi/libfc/fc_fcp.c
91
static void fc_fcp_srr_resp(struct fc_seq *, struct fc_frame *, void *);
drivers/scsi/libfc/fc_fcp.c
981
struct fc_seq *seq;
drivers/scsi/libfc/fc_libfc.c
159
struct fc_seq *sp;
drivers/scsi/libfc/fc_libfc.c
213
struct fc_seq *sp;
drivers/scsi/libfc/fc_lport.c
1115
static void fc_lport_ns_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_lport.c
1191
static void fc_lport_ms_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_lport.c
1275
static void fc_lport_scr_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_lport.c
1656
void fc_lport_logo_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_lport.c
1734
void fc_lport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_lport.c
1954
static void fc_lport_bsg_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_lport.c
948
struct fc_seq *sp = fr_seq(fp);
drivers/scsi/libfc/fc_rport.c
1115
static void fc_rport_prli_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_rport.c
1318
static void fc_rport_rtv_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_rport.c
1453
static void fc_rport_logo_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_rport.c
1501
static void fc_rport_adisc_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_rport.c
738
static void fc_rport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/libfc/fc_rport.c
982
static void fc_rport_plogi_resp(struct fc_seq *sp, struct fc_frame *fp,
drivers/scsi/qedf/qedf_main.c
267
static void qedf_flogi_resp(struct fc_seq *seq, struct fc_frame *fp,
drivers/scsi/qedf/qedf_main.c
306
static struct fc_seq *qedf_elsct_send(struct fc_lport *lport, u32 did,
drivers/scsi/qedf/qedf_main.c
308
void (*resp)(struct fc_seq *,
drivers/target/tcm_fc/tcm_fc.h
108
struct fc_seq *seq; /* sequence in exchange mgr */
drivers/target/tcm_fc/tfc_cmd.c
229
static void ft_recv_seq(struct fc_seq *sp, struct fc_frame *fp, void *arg)
drivers/target/tcm_fc/tfc_cmd.c
270
struct fc_seq *sp;
drivers/target/tcm_fc/tfc_cmd.c
34
struct fc_seq *sp;
drivers/target/tcm_fc/tfc_io.c
198
struct fc_seq *seq = cmd->seq;
drivers/target/tcm_fc/tfc_io.c
329
struct fc_seq *seq;
drivers/target/tcm_fc/tfc_io.c
91
struct fc_seq *seq = cmd->seq;
include/scsi/fc_frame.h
70
struct fc_seq *fr_seq; /* for use with exchange manager */
include/scsi/libfc.h
1002
struct fc_seq *fc_seq_start_next(struct fc_seq *sp);
include/scsi/libfc.h
1003
void fc_seq_set_resp(struct fc_seq *sp,
include/scsi/libfc.h
1004
void (*resp)(struct fc_seq *, struct fc_frame *, void *),
include/scsi/libfc.h
1006
struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp);
include/scsi/libfc.h
1007
void fc_seq_release(struct fc_seq *sp);
include/scsi/libfc.h
1019
int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp);
include/scsi/libfc.h
1020
int fc_seq_exch_abort(const struct fc_seq *, unsigned int timer_msec);
include/scsi/libfc.h
1021
void fc_exch_done(struct fc_seq *sp);
include/scsi/libfc.h
349
struct fc_seq *seq_ptr;
include/scsi/libfc.h
356
struct fc_seq *recov_seq;
include/scsi/libfc.h
460
struct fc_seq seq;
include/scsi/libfc.h
464
void (*resp)(struct fc_seq *, struct fc_frame *, void *);
include/scsi/libfc.h
466
void (*destructor)(struct fc_seq *, void *);
include/scsi/libfc.h
485
struct fc_seq *(*elsct_send)(struct fc_lport *, u32 did,
include/scsi/libfc.h
487
void (*resp)(struct fc_seq *,
include/scsi/libfc.h
568
void (*resp)(struct fc_seq *, struct fc_frame *,
include/scsi/libfc.h
973
struct fc_seq *fc_elsct_send(struct fc_lport *, u32 did,
include/scsi/libfc.h
976
void (*resp)(struct fc_seq *,
include/scsi/libfc.h
980
void fc_lport_flogi_resp(struct fc_seq *, struct fc_frame *, void *);
include/scsi/libfc.h
981
void fc_lport_logo_resp(struct fc_seq *, struct fc_frame *, void *);
include/scsi/libfc.h
993
struct fc_seq *fc_exch_seq_send(struct fc_lport *lport,
include/scsi/libfc.h
995
void (*resp)(struct fc_seq *,
include/scsi/libfc.h
998
void (*destructor)(struct fc_seq *, void *),