/Linux-v4.19/include/scsi/ |
D | libfc.h | 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, [all …]
|
D | fc_frame.h | 82 struct fc_seq *fr_seq; /* for use with exchange manager */
|
/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_exch.c | 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() [all …]
|
D | fc_elsct.c | 43 struct fc_seq *fc_elsct_send(struct fc_lport *lport, u32 did, in fc_elsct_send() 45 void (*resp)(struct fc_seq *, in fc_elsct_send() argument
|
D | fc_fcp.c | 94 static void fc_fcp_recv(struct fc_seq *, struct fc_frame *, void *); 97 static void fc_tm_done(struct fc_seq *, struct fc_frame *, void *); 103 static void fc_fcp_rec_resp(struct fc_seq *, struct fc_frame *, void *); 107 static void fc_fcp_srr_resp(struct fc_seq *, struct fc_frame *, void *); 204 static void fc_fcp_pkt_destroy(struct fc_seq *seq, void *fsp) in fc_fcp_pkt_destroy() 605 static int fc_fcp_send_data(struct fc_fcp_pkt *fsp, struct fc_seq *seq, in fc_fcp_send_data() 789 static void fc_fcp_recv(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_recv() 997 struct fc_seq *seq; in fc_fcp_complete_locked() 1027 struct fc_seq *csp; in fc_fcp_complete_locked() 1179 void (*resp)(struct fc_seq *, in fc_fcp_cmd_send() argument [all …]
|
D | fc_libfc.c | 171 struct fc_seq *sp; in fc_fill_hdr() 225 struct fc_seq *sp; in fc_fill_reply_hdr()
|
D | fc_disc.c | 53 static void fc_disc_gpn_ft_resp(struct fc_seq *, struct fc_frame *, void *); 508 static void fc_disc_gpn_ft_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_disc_gpn_ft_resp() 580 static void fc_disc_gpn_id_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_disc_gpn_id_resp()
|
D | fc_lport.c | 951 struct fc_seq *sp = fr_seq(fp); in fc_lport_recv() 1118 static void fc_lport_ns_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_ns_resp() 1194 static void fc_lport_ms_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_ms_resp() 1272 static void fc_lport_scr_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_scr_resp() 1613 void fc_lport_logo_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_logo_resp() 1691 void fc_lport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_flogi_resp() 1884 static void fc_lport_bsg_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_bsg_resp()
|
D | fc_rport.c | 743 static void fc_rport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_flogi_resp() 989 static void fc_rport_plogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_plogi_resp() 1119 static void fc_rport_prli_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_prli_resp() 1306 static void fc_rport_rtv_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_rtv_resp() 1441 static void fc_rport_logo_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_logo_resp() 1489 static void fc_rport_adisc_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_adisc_resp()
|
/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/ |
D | rmnet_map_command.c | 27 u16 fc_seq; in rmnet_map_do_flow_control() local 49 fc_seq = ntohs(cmd->flow_control.flow_control_seq_num); in rmnet_map_do_flow_control()
|
/Linux-v4.19/drivers/target/tcm_fc/ |
D | tfc_io.c | 104 struct fc_seq *seq = cmd->seq; in ft_queue_data_in() 212 struct fc_seq *seq = cmd->seq; in ft_recv_write_data() 344 struct fc_seq *seq; in ft_invl_hw_context()
|
D | tfc_cmd.c | 47 struct fc_seq *sp; in _ft_dump_cmd() 254 static void ft_recv_seq(struct fc_seq *sp, struct fc_frame *fp, void *arg) in ft_recv_seq() 295 struct fc_seq *sp; in ft_send_resp_status()
|
D | tcm_fc.h | 120 struct fc_seq *seq; /* sequence in exchange mgr */
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 19 static void bnx2fc_logo_resp(struct fc_seq *seq, struct fc_frame *fp, 21 static void bnx2fc_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, 857 static void bnx2fc_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, in bnx2fc_flogi_resp() 888 static void bnx2fc_logo_resp(struct fc_seq *seq, struct fc_frame *fp, in bnx2fc_logo_resp() 901 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did, in bnx2fc_elsct_send() 903 void (*resp)(struct fc_seq *, in bnx2fc_elsct_send() argument
|
D | bnx2fc.h | 568 struct fc_seq *bnx2fc_elsct_send(struct fc_lport *lport, u32 did, 570 void (*resp)(struct fc_seq *,
|
/Linux-v4.19/drivers/scsi/fcoe/ |
D | fcoe.c | 130 static struct fc_seq *fcoe_elsct_send(struct fc_lport *, 133 void (*resp)(struct fc_seq *, 2586 static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fcoe_flogi_resp() 2615 static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fcoe_logo_resp() 2634 static struct fc_seq *fcoe_elsct_send(struct fc_lport *lport, u32 did, in fcoe_elsct_send() 2636 void (*resp)(struct fc_seq *, in fcoe_elsct_send() argument
|
/Linux-v4.19/drivers/scsi/qedf/ |
D | qedf_main.c | 238 static void qedf_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, in qedf_flogi_resp() 276 static struct fc_seq *qedf_elsct_send(struct fc_lport *lport, u32 did, in qedf_elsct_send() 278 void (*resp)(struct fc_seq *, in qedf_elsct_send() argument
|