Lines Matching defs:qib_ibdev
754 struct qib_ibdev { struct
755 struct ib_device ibdev;
756 struct list_head pending_mmaps;
757 spinlock_t mmap_offset_lock; /* protect mmap_offset */
758 u32 mmap_offset;
759 struct qib_mregion __rcu *dma_mr;
762 struct qib_qpn_table qpn_table;
763 struct qib_lkey_table lk_table;
764 struct list_head piowait; /* list for wait PIO buf */
765 struct list_head dmawait; /* list for wait DMA */
766 struct list_head txwait; /* list for wait qib_verbs_txreq */
767 struct list_head memwait; /* list for wait kernel memory */
768 struct list_head txreq_free;
769 struct timer_list mem_timer;
770 struct qib_qp __rcu **qp_table;
771 struct qib_pio_header *pio_hdrs;
772 dma_addr_t pio_hdrs_phys;
796 struct dentry *qib_ibdev_dbg; argument