Lines Matching defs:fnic_io_req
44 struct fnic_io_req { struct
45 struct fnic_iport_s *iport;
46 struct fnic_tport_s *tport;
47 struct host_sg_desc *sgl_list; /* sgl list */
48 void *sgl_list_alloc; /* sgl list address used for free */
49 dma_addr_t sense_buf_pa; /* dma address for sense buffer*/
50 dma_addr_t sgl_list_pa; /* dma address for sgl list */
51 u16 sgl_cnt;
52 u8 sgl_type; /* device DMA descriptor list type */
53 u8 io_completed:1; /* set to 1 when fw completes IO */
54 u32 port_id; /* remote port DID */
55 unsigned long start_time; /* in jiffies */
56 struct completion *abts_done; /* completion for abts */
57 struct completion *dr_done; /* completion for device reset */
58 unsigned int tag;
59 struct scsi_cmnd *sc; /* midlayer's cmd pointer */