Searched refs:ib_query_pkey (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_device.c | 807 int ib_query_pkey(struct ib_device *device, in ib_query_pkey() function 815 EXPORT_SYMBOL(ib_query_pkey); 927 ret = ib_query_pkey(device, port_num, i, &tmp_pkey); in ib_find_pkey()
|
H A D | ib_cache.c | 1093 ret = ib_query_pkey(device, port, i, pkey_cache->table + i); in ib_cache_update()
|
H A D | ib_sysfs.c | 441 ret = ib_query_pkey(p->ibdev, p->port_num, tab_attr->index, &pkey); in show_port_pkey()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_gsi.c | 317 ret = ib_query_pkey(device, gsi->port_num, qp_index, &pkey); in setup_qp()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 991 result = ib_query_pkey(hca, port, 0, &priv->pkey); in ipoib_add_port()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2935 int ib_query_pkey(struct ib_device *device,
|