Searched refs:ib_query_pkey (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | gsi.c | 321 ret = ib_query_pkey(device, gsi->port_num, qp_index, &pkey); in setup_qp()
|
/Linux-v5.4/include/trace/events/ |
D | ib_mad.h | 227 ib_query_pkey(qp_info->port_priv->device,
|
/Linux-v5.4/drivers/infiniband/core/ |
D | device.c | 2345 int ib_query_pkey(struct ib_device *device, in ib_query_pkey() function 2353 EXPORT_SYMBOL(ib_query_pkey); 2461 ret = ib_query_pkey(device, port_num, i, &tmp_pkey); in ib_find_pkey()
|
D | cache.c | 1428 ret = ib_query_pkey(device, port, i, pkey_cache->table + i); in ib_cache_update()
|
D | sysfs.c | 447 ret = ib_query_pkey(p->ibdev, p->port_num, tab_attr->index, &pkey); in show_port_pkey()
|
D | mad.c | 72 ib_query_pkey(dev, pnum, wr->pkey_index, &pkey); in create_mad_addr_info()
|
/Linux-v5.4/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 1017 result = ib_query_pkey(priv->ca, priv->port, 0, &priv->pkey); in update_parent_pkey()
|
D | ipoib_main.c | 1867 result = ib_query_pkey(priv->ca, priv->port, 0, &priv->pkey); in ipoib_parent_init()
|
/Linux-v5.4/include/rdma/ |
D | ib_verbs.h | 3309 int ib_query_pkey(struct ib_device *device,
|