Home
last modified time | relevance | path

Searched refs:ib_find_cached_pkey (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Dib_cache.h136 int ib_find_cached_pkey(struct ib_device *device,
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c953 int ib_find_cached_pkey(struct ib_device *device, in ib_find_cached_pkey() function
992 EXPORT_SYMBOL(ib_find_cached_pkey);
H A Dib_cma.c720 if (ib_find_cached_pkey(cur_dev->device, p, pkey, &index)) in cma_resolve_ib_dev()
979 ret = ib_find_cached_pkey(id_priv->id.device, id_priv->id.port_num, in cma_ib_init_qp_attr()
H A Dib_cm.c522 ret = ib_find_cached_pkey(cm_dev->ib_device, port->port_num, in cm_init_av_by_path()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1242 ret = ib_find_cached_pkey(dev, port, pkey, &pkey_index); in ipoib_get_net_dev_by_params()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c242 if (ib_find_cached_pkey(&dev->ib_dev, ctx->port, IB_DEFAULT_PKEY_FULL, &wc.pkey_index)) in send_mad_to_slave()
H A Dmlx4_ib_mad.c449 return ib_find_cached_pkey(&dev->ib_dev, port, pkey, ix); in find_slave_port_pkey_ix()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c231 ib_find_cached_pkey(&dev->ib_dev, qp->port, pkey, in handle_responder()