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