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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_mad.c102 nip->partition_cap = cpu_to_be16(ipath_get_npkeys(dd));
366 unsigned i, n = ipath_get_npkeys(dev->dd);
774 unsigned i, n = ipath_get_npkeys(dev->dd);
H A Dipath_verbs.c1529 props->max_pkeys = ipath_get_npkeys(dev->dd);
1598 props->pkey_tbl_len = ipath_get_npkeys(dd);
1841 * ipath_get_npkeys - return the size of the PKEY table for port 0
1844 unsigned ipath_get_npkeys(struct ipath_devdata *dd) function
1873 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.h883 unsigned ipath_get_npkeys(struct ipath_devdata *);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_mad.c102 nip->partition_cap = cpu_to_be16(ipath_get_npkeys(dd));
366 unsigned i, n = ipath_get_npkeys(dev->dd);
774 unsigned i, n = ipath_get_npkeys(dev->dd);
H A Dipath_verbs.c1529 props->max_pkeys = ipath_get_npkeys(dev->dd);
1598 props->pkey_tbl_len = ipath_get_npkeys(dd);
1841 * ipath_get_npkeys - return the size of the PKEY table for port 0
1844 unsigned ipath_get_npkeys(struct ipath_devdata *dd) function
1873 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.h883 unsigned ipath_get_npkeys(struct ipath_devdata *);

Completed in 143 milliseconds