Searched defs:hfi1_ibdev (Results 1 – 1 of 1) sorted by relevance
737 struct hfi1_ibdev { struct738 struct ib_device ibdev;739 struct list_head pending_mmaps;740 spinlock_t mmap_offset_lock; /* protect mmap_offset */741 u32 mmap_offset;742 struct hfi1_mregion __rcu *dma_mr;744 struct hfi1_qp_ibdev *qp_dev;747 struct hfi1_lkey_table lk_table;749 seqlock_t iowait_lock;750 struct list_head txwait; /* list for wait verbs_txreq */[all …]