ib_find_cached_pkey
EXPORT_SYMBOL(ib_find_cached_pkey);
ret = ib_find_cached_pkey(cm_dev->ib_device, port->port_num,
ret = ib_find_cached_pkey(id_priv->id.device, id_priv->id.port_num,
if (ib_find_cached_pkey(cur_dev->device, p, pkey, &index))
return ib_find_cached_pkey(&dev->ib_dev, port, pkey, ix);
if (ib_find_cached_pkey(&dev->ib_dev, ctx->port, IB_DEFAULT_PKEY_FULL, &wc.pkey_index))
ib_find_cached_pkey(&dev->ib_dev, qp->port, pkey,
ret = ib_find_cached_pkey(dev, port, pkey, &pkey_index);
ret = ib_find_cached_pkey(target->srp_host->srp_dev->dev,
ret = ib_find_cached_pkey(ch->sport->sdev->device, ch->sport->port,
int ib_find_cached_pkey(struct ib_device *device,