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