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