Searched defs:qib_qpn_table (Results 1 – 1 of 1) sorted by relevance
639 struct qib_qpn_table { struct640 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];