Searched refs:ib_query_pkey (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/core/ |
D | device.c | 769 int ib_query_pkey(struct ib_device *device, in ib_query_pkey() function 774 EXPORT_SYMBOL(ib_query_pkey); 882 ret = ib_query_pkey(device, port_num, i, &tmp_pkey); in ib_find_pkey()
|
D | sysfs.c | 307 ret = ib_query_pkey(p->ibdev, p->port_num, tab_attr->index, &pkey); in show_port_pkey()
|
D | cache.c | 933 ret = ib_query_pkey(device, port, i, pkey_cache->table + i); in ib_cache_update()
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 930 result = ib_query_pkey(priv->ca, priv->port, 0, &priv->pkey); in update_parent_pkey()
|
D | ipoib_main.c | 1911 result = ib_query_pkey(hca, port, 0, &priv->pkey); in ipoib_add_port()
|