Home
last modified time | relevance | path

Searched defs:qib_qpn_table (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_verbs.h639 struct qib_qpn_table { struct
640 spinlock_t lock; /* protect changes in this struct */
641 unsigned flags; /* flags for QP0/1 allocated for each port */
642 u32 last; /* last QP number allocated */
643 u32 nmaps; /* size of the map table */
644 u16 limit;
645 u16 mask;
647 struct qpn_map map[QPNMAP_ENTRIES];