Searched defs:qib_ibdev (Results 1 – 1 of 1) sorted by relevance
746 struct qib_ibdev { struct747 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 */[all …]