Lines Matching defs:rvt_dev_info
354 struct rvt_dev_info { struct
355 struct ib_device ibdev; /* Keep this first. Nothing above here */
369 struct rvt_driver_params dparms;
372 const struct rvt_operation_params *post_parms;
375 struct rvt_driver_provided driver_f;
377 struct rvt_mregion __rcu *dma_mr;
378 struct rvt_lkey_table lkey_table;
381 int n_pds_allocated;
382 spinlock_t n_pds_lock; /* Protect pd allocated count */
384 int n_ahs_allocated;
385 spinlock_t n_ahs_lock; /* Protect ah allocated count */
387 u32 n_srqs_allocated;
388 spinlock_t n_srqs_lock; /* Protect srqs allocated count */
390 int flags;
391 struct rvt_ibport **ports;
394 struct rvt_qp_ibdev *qp_dev;
418 * @rdi: pointer to the client rvt_dev_info structure argument