Lines Matching defs:fc_fcp_pkt
311 struct fc_fcp_pkt { struct
312 spinlock_t scsi_pkt_lock;
313 refcount_t ref_cnt;
316 u32 data_len;
319 struct scsi_cmnd *cmd;
320 struct list_head list;
323 struct fc_lport *lp;
324 u8 state;
327 u8 cdb_status;
328 u8 status_code;
329 u8 scsi_comp_flags;
330 u32 io_status;
331 u32 req_flags;
332 u32 scsi_resid;
335 size_t xfer_len;
336 struct fcp_cmnd cdb_cmd;
337 u32 xfer_contig_end;
338 u16 max_payload;
339 u16 xfer_ddp;
342 struct fc_rport *rport;
343 struct fc_seq *seq_ptr;
346 struct timer_list timer;
347 int wait_for_comp;
348 int timer_delay;
349 u32 recov_retry;
350 struct fc_seq *recov_seq;
351 struct completion tm_done;