Searched refs:qib_get_npkeys (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1540 props->max_pkeys = qib_get_npkeys(dd);
1568 props->pkey_tbl_len = qib_get_npkeys(dd);
1856 * qib_get_npkeys - return the size of the PKEY table for context 0
1859 unsigned qib_get_npkeys(struct qib_devdata *dd) function
1890 if (index >= qib_get_npkeys(dd)) {
H A Dqib_qp.c582 if (attr->alt_pkey_index >= qib_get_npkeys(dd_from_dev(dev)))
587 if (attr->pkey_index >= qib_get_npkeys(dd_from_dev(dev)))
H A Dqib_mad.c290 nip->partition_cap = cpu_to_be16(qib_get_npkeys(dd));
582 unsigned i, n = qib_get_npkeys(dd);
1015 unsigned i, n = qib_get_npkeys(dd);
H A Dqib_verbs.h1040 unsigned qib_get_npkeys(struct qib_devdata *);

Completed in 72 milliseconds