Searched refs:ib_query_pkey (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | ib_device.c | 809 int ib_query_pkey(struct ib_device *device, in ib_query_pkey() function 814 EXPORT_SYMBOL(ib_query_pkey); 926 ret = ib_query_pkey(device, port_num, i, &tmp_pkey); in ib_find_pkey()
|
| D | ib_cache.c | 1094 ret = ib_query_pkey(device, port, i, pkey_cache->table + i); in ib_cache_update()
|
| D | ib_sysfs.c | 414 ret = ib_query_pkey(p->ibdev, p->port_num, tab_attr->index, &pkey); in show_port_pkey()
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_ib/ |
| D | mlx5_ib_gsi.c | 316 ret = ib_query_pkey(device, gsi->port_num, qp_index, &pkey); in setup_qp()
|
| /freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_main.c | 973 result = ib_query_pkey(hca, port, 0, &priv->pkey); in ipoib_add_port()
|
| /freebsd-12-stable/sys/ofed/include/rdma/ |
| D | ib_verbs.h | 2555 int ib_query_pkey(struct ib_device *device,
|