Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_verbs.h647 struct qib_qpn_table { struct
648 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];