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

/drivers/infiniband/hw/ipath/
H A Dipath_mad.c108 nip->partition_cap = cpu_to_be16(ipath_get_npkeys(dd));
372 unsigned i, n = ipath_get_npkeys(dev->dd);
782 unsigned i, n = ipath_get_npkeys(dev->dd);
H A Dipath_verbs.c1536 props->max_pkeys = ipath_get_npkeys(dev->dd);
1605 props->pkey_tbl_len = ipath_get_npkeys(dd);
1848 * ipath_get_npkeys - return the size of the PKEY table for port 0
1851 unsigned ipath_get_npkeys(struct ipath_devdata *dd) function
1880 if (index >= ipath_get_npkeys(dev->dd)) {
H A Dipath_qp.c480 if (attr->pkey_index >= ipath_get_npkeys(dev->dd))
H A Dipath_verbs.h888 unsigned ipath_get_npkeys(struct ipath_devdata *);

Completed in 64 milliseconds