Searched refs:ib_query_pkey (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | ipoib_main.c | 186 ib_query_pkey(priv->device, in hfi1_ipoib_set_id() 218 ib_query_pkey(device, port_num, priv->pkey_index, &priv->pkey); in hfi1_ipoib_setup_rn()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | gsi.c | 273 ret = ib_query_pkey(device, gsi->port_num, pkey_index, &pkey); in setup_qp()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | device.c | 2374 int ib_query_pkey(struct ib_device *device, in ib_query_pkey() function 2385 EXPORT_SYMBOL(ib_query_pkey); 2498 ret = ib_query_pkey(device, port_num, i, &tmp_pkey); in ib_find_pkey()
|
H A D | cache.c | 1521 ret = ib_query_pkey(device, port, i, in ib_cache_update()
|
H A D | sysfs.c | 533 ret = ib_query_pkey(ibdev, port_num, tab_attr->index, &pkey); in show_port_pkey()
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 1013 result = ib_query_pkey(priv->ca, priv->port, 0, &priv->pkey); in update_parent_pkey()
|
H A D | ipoib_main.c | 1881 result = ib_query_pkey(priv->ca, priv->port, 0, &priv->pkey); in ipoib_parent_init()
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 3463 int ib_query_pkey(struct ib_device *device,
|