Searched defs:qib_ibdev (Results 1 – 1 of 1) sorted by relevance
731 struct qib_ibdev { struct732 struct ib_device ibdev;733 struct list_head pending_mmaps;734 spinlock_t mmap_offset_lock; /* protect mmap_offset */735 u32 mmap_offset;736 struct qib_mregion __rcu *dma_mr;739 struct qib_qpn_table qpn_table;740 struct qib_lkey_table lk_table;741 struct list_head piowait; /* list for wait PIO buf */742 struct list_head dmawait; /* list for wait DMA */[all …]