Lines Matching defs:qib_ibdev
746 struct qib_ibdev { struct
747 struct ib_device ibdev;
748 struct list_head pending_mmaps;
749 spinlock_t mmap_offset_lock; /* protect mmap_offset */
750 u32 mmap_offset;
751 struct qib_mregion __rcu *dma_mr;
754 struct qib_qpn_table qpn_table;
755 struct qib_lkey_table lk_table;
756 struct list_head piowait; /* list for wait PIO buf */
757 struct list_head dmawait; /* list for wait DMA */
758 struct list_head txwait; /* list for wait qib_verbs_txreq */
759 struct list_head memwait; /* list for wait kernel memory */
760 struct list_head txreq_free;
761 struct timer_list mem_timer;
762 struct qib_qp __rcu **qp_table;
763 struct qib_pio_header *pio_hdrs;
764 dma_addr_t pio_hdrs_phys;
788 struct dentry *qib_ibdev_dbg; argument