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