Searched refs:ib_find_cached_pkey (Results 1 – 7 of 7) sorted by relevance
/linux/include/rdma/ |
H A D | ib_cache.h | 51 * ib_find_cached_pkey - Returns the PKey table index where a specified 58 * ib_find_cached_pkey() searches the specified PKey table in 61 int ib_find_cached_pkey(struct ib_device *device,
|
/linux/drivers/infiniband/hw/mlx4/ |
H A D | mcg.c | 242 if (ib_find_cached_pkey(&dev->ib_dev, ctx->port, IB_DEFAULT_PKEY_FULL, &wc.pkey_index)) in send_mad_to_slave()
|
H A D | mad.c | 454 return ib_find_cached_pkey(&dev->ib_dev, port, pkey, ix); in find_slave_port_pkey_ix()
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | 236 ib_find_cached_pkey(&dev->ib_dev, qp->port, pkey, in handle_responder()
|
/linux/drivers/infiniband/core/ |
H A D | cma.c | 949 if (ib_find_cached_pkey(cur_dev->device, p, pkey, &index)) in cma_resolve_ib_dev() 1261 ret = ib_find_cached_pkey(id_priv->id.device, id_priv->id.port_num, in cma_ib_init_qp_attr()
|
/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 1191 ret = ib_find_cached_pkey(ch->sport->sdev->device, ch->sport->port, in srpt_init_ch_qp()
|
/linux/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 280 ret = ib_find_cached_pkey(target->srp_host->srp_dev->dev, in srp_init_ib_qp()
|