Searched refs:fc_fcp_pkt (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/scsi/libfc/ |
D | fc_fcp.c | 77 static void fc_fcp_recv_data(struct fc_fcp_pkt *, struct fc_frame *); 79 static void fc_fcp_resp(struct fc_fcp_pkt *, struct fc_frame *); 80 static void fc_fcp_complete_locked(struct fc_fcp_pkt *); 82 static void fc_fcp_error(struct fc_fcp_pkt *, struct fc_frame *); 83 static void fc_fcp_recovery(struct fc_fcp_pkt *, u8 code); 85 static void fc_fcp_rec(struct fc_fcp_pkt *); 86 static void fc_fcp_rec_error(struct fc_fcp_pkt *, struct fc_frame *); 88 static void fc_io_compl(struct fc_fcp_pkt *); 90 static void fc_fcp_srr(struct fc_fcp_pkt *, enum fc_rctl, u32); 92 static void fc_fcp_srr_error(struct fc_fcp_pkt *, struct fc_frame *); [all …]
|
D | fc_libfc.h | 98 void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid); 99 void fc_fcp_ddp_done(struct fc_fcp_pkt *fsp);
|
D | fc_exch.c | 2186 struct fc_fcp_pkt *fsp = NULL; in fc_exch_seq_send()
|
/linux-5.19.10/include/scsi/ |
D | libfc.h | 311 struct fc_fcp_pkt { struct 358 struct fc_fcp_pkt *fsp; argument 561 int (*fcp_cmd_send)(struct fc_lport *, struct fc_fcp_pkt *, 887 static inline bool fc_fcp_is_read(const struct fc_fcp_pkt *fsp) in fc_fcp_is_read()
|
D | fc_frame.h | 71 struct fc_fcp_pkt *fr_fsp; /* for the corresponding fcp I/O */
|