Lines Matching refs:device
156 SPDK_ERRLOG("Failed to query dev %s, skipping\n", dev->device->name);
160 SPDK_DEBUGLOG(mlx5, "dev %s is not Mellanox device, skipping\n", dev->device->name);
164 if (!mlx5_crypto_dev_allowed(dev->device->name)) {
170 SPDK_ERRLOG("Failed to query port attributes for device %s, rc %d\n", dev->device->name, rc);
181 SPDK_ERRLOG("Failed to get VPORT context for device %s. Assuming ROCE is disabled\n",
182 dev->device->name);
188 SPDK_ERRLOG("Device %s, RoCE disabled\n", dev->device->name);
196 SPDK_ERRLOG("Failed to query mlx5 dev %s, skipping\n", dev->device->name);
200 SPDK_WARNLOG("dev %s crypto engine doesn't support crypto\n", dev->device->name);
205 SPDK_WARNLOG("dev %s crypto engine doesn't support AES_XTS\n", dev->device->name);
210 dev->device->name);
467 SPDK_ERRLOG("Failed to get PD on device %s\n", devs[i]->device->name);
475 SPDK_ERRLOG("Failed to get device %s crypto caps\n", devs[i]->device->name);
480 SPDK_ERRLOG("Failed to create DEK on dev %s, rc %d\n", pd->context->device->name, rc);
486 SPDK_ERRLOG("Failed to query DEK on dev %s, rc %d\n", pd->context->device->name, rc);
490 SPDK_ERRLOG("DEK on dev %s in bad state %d, oapque %"PRIu64"\n", pd->context->device->name,
545 SPDK_ERRLOG("No DEK for pd %p (dev %s)\n", pd, pd->context->device->name);