Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_verbs.h518 struct ipath_qp_table { struct
519 spinlock_t lock;
520 u32 last; /* last QP number allocated */
521 u32 max; /* size of the hash table */
522 u32 nmaps; /* size of the map table */
523 struct ipath_qp **table;
525 struct qpn_map map[QPNMAP_ENTRIES];