Searched refs:fc_fcp_pkt (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/scsi/libfc/ |
D | fc_fcp.c | 51 #define CMD_SP(Cmnd) ((struct fc_fcp_pkt *)(Cmnd)->SCp.ptr) 81 static void fc_fcp_recv_data(struct fc_fcp_pkt *, struct fc_frame *); 83 static void fc_fcp_resp(struct fc_fcp_pkt *, struct fc_frame *); 84 static void fc_fcp_complete_locked(struct fc_fcp_pkt *); 86 static void fc_fcp_error(struct fc_fcp_pkt *, struct fc_frame *); 87 static void fc_fcp_recovery(struct fc_fcp_pkt *, u8 code); 89 static void fc_fcp_rec(struct fc_fcp_pkt *); 90 static void fc_fcp_rec_error(struct fc_fcp_pkt *, struct fc_frame *); 92 static void fc_io_compl(struct fc_fcp_pkt *); 94 static void fc_fcp_srr(struct fc_fcp_pkt *, enum fc_rctl, u32); [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-v5.15/include/scsi/ |
D | libfc.h | 311 struct fc_fcp_pkt { struct 552 int (*fcp_cmd_send)(struct fc_lport *, struct fc_fcp_pkt *, 878 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 */
|