Searched refs:ib_query_pkey (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Ddevice.c606 * ib_query_pkey - Get P_Key table entry
612 * ib_query_pkey() fetches the specified P_Key table entry.
614 int ib_query_pkey(struct ib_device *device, function
619 EXPORT_SYMBOL(ib_query_pkey); variable
710 ret = ib_query_pkey(device, port_num, i, &tmp_pkey);
H A Dcache.c246 ret = ib_query_pkey(device, port, i, pkey_cache->table + i);
248 printk(KERN_WARNING "ib_query_pkey failed (%d) for %s (index %d)\n",
H A Dsysfs.c290 ret = ib_query_pkey(p->ibdev, p->port_num, tab_attr->index, &pkey);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c963 result = ib_query_pkey(hca, port, 0, &priv->pkey);
965 printk(KERN_WARNING "%s: ib_query_pkey port %d failed (ret = %d)\n",
/freebsd-10.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1459 int ib_query_pkey(struct ib_device *device,

Completed in 114 milliseconds