Lines Matching defs:fc_fcp_pkt
323 struct fc_fcp_pkt { struct
324 spinlock_t scsi_pkt_lock;
325 refcount_t ref_cnt;
328 u32 data_len;
331 struct scsi_cmnd *cmd;
332 struct list_head list;
335 struct fc_lport *lp;
336 u8 state;
339 u8 cdb_status;
340 u8 status_code;
341 u8 scsi_comp_flags;
342 u32 io_status;
343 u32 req_flags;
344 u32 scsi_resid;
347 size_t xfer_len;
348 struct fcp_cmnd cdb_cmd;
349 u32 xfer_contig_end;
350 u16 max_payload;
351 u16 xfer_ddp;
354 struct fc_rport *rport;
355 struct fc_seq *seq_ptr;
358 struct timer_list timer;
359 int wait_for_comp;
360 int timer_delay;
361 u32 recov_retry;
362 struct fc_seq *recov_seq;
363 struct completion tm_done;