Home
last modified time | relevance | path

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

/linux-3.3/drivers/infiniband/hw/ipath/
Dipath_verbs.h512 struct ipath_qp_table { struct
513 spinlock_t lock;
514 u32 last; /* last QP number allocated */
515 u32 max; /* size of the hash table */
516 u32 nmaps; /* size of the map table */
517 struct ipath_qp **table;
519 struct qpn_map map[QPNMAP_ENTRIES];