Searched defs:qib_ibdev (Results 1 – 1 of 1) sorted by relevance
705 struct qib_ibdev { struct706 struct ib_device ibdev;707 struct list_head pending_mmaps;708 spinlock_t mmap_offset_lock; /* protect mmap_offset */709 u32 mmap_offset;710 struct qib_mregion *dma_mr;713 struct qib_qpn_table qpn_table;714 struct qib_lkey_table lk_table;715 struct list_head piowait; /* list for wait PIO buf */716 struct list_head dmawait; /* list for wait DMA */[all …]