Lines Matching defs:qedf_rport
197 struct qedf_rport { struct
198 spinlock_t rport_lock;
204 unsigned long flags;
205 int lun_reset_lun;
206 unsigned long retry_delay_timestamp;
207 struct fc_rport *rport;
208 struct fc_rport_priv *rdata;
209 struct qedf_ctx *qedf;
210 u32 handle; /* Handle from qed */
211 u32 fw_cid; /* fw_cid from qed */
212 void __iomem *p_doorbell;
214 atomic_t free_sqes;
215 atomic_t ios_to_queue;
216 atomic_t num_active_ios;
217 struct fcoe_wqe *sq;
218 dma_addr_t sq_dma;
219 u16 sq_prod_idx;
220 u16 fw_sq_prod_idx;
221 u16 sq_con_idx;
222 u32 sq_mem_size;
223 void *sq_pbl;
224 dma_addr_t sq_pbl_dma;
225 u32 sq_pbl_size;
226 u32 sid;
229 uint dev_type; /* Disk or tape */
230 struct list_head peers;