Searched refs:ib_query_pkey (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | ipoib_main.c | 171 ib_query_pkey(priv->device, in hfi1_ipoib_set_id() 203 ib_query_pkey(device, port_num, priv->pkey_index, &priv->pkey); in hfi1_ipoib_setup_rn()
|
/linux-6.12.1/drivers/infiniband/hw/mlx5/ |
D | gsi.c | 273 ret = ib_query_pkey(device, gsi->port_num, pkey_index, &pkey); in setup_qp()
|
/linux-6.12.1/drivers/infiniband/core/ |
D | device.c | 2422 int ib_query_pkey(struct ib_device *device, in ib_query_pkey() function 2433 EXPORT_SYMBOL(ib_query_pkey); 2546 ret = ib_query_pkey(device, port_num, i, &tmp_pkey); in ib_find_pkey()
|
D | cache.c | 1521 ret = ib_query_pkey(device, port, i, in ib_cache_update()
|
D | sysfs.c | 533 ret = ib_query_pkey(ibdev, port_num, tab_attr->index, &pkey); in show_port_pkey()
|
/linux-6.12.1/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 1037 result = ib_query_pkey(priv->ca, priv->port, 0, &priv->pkey); in update_parent_pkey()
|
D | ipoib_main.c | 1907 result = ib_query_pkey(priv->ca, priv->port, 0, &priv->pkey); in ipoib_parent_init()
|
/linux-6.12.1/include/rdma/ |
D | ib_verbs.h | 3473 int ib_query_pkey(struct ib_device *device,
|