Searched defs:qib_qpn_table (Results 1 – 1 of 1) sorted by relevance
647 struct qib_qpn_table { struct648 spinlock_t lock; /* protect changes in this struct */649 unsigned flags; /* flags for QP0/1 allocated for each port */650 u32 last; /* last QP number allocated */651 u32 nmaps; /* size of the map table */652 u16 limit;653 u16 mask;655 struct qpn_map map[QPNMAP_ENTRIES];