Home
last modified time | relevance | path

Searched refs:get_features (Results 1 – 12 of 12) sorted by relevance

/spdk/test/nvme/compliance/
H A Dnvme_compliance.c363 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_NUMBER_OF_QUEUES; in admin_create_io_sq_verify_qsize_cqid()
811 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_ARBITRATION; in admin_get_features_mandatory_features()
823 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_POWER_MANAGEMENT; in admin_get_features_mandatory_features()
835 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_TEMPERATURE_THRESHOLD; in admin_get_features_mandatory_features()
847 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_ERROR_RECOVERY; in admin_get_features_mandatory_features()
859 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_NUMBER_OF_QUEUES; in admin_get_features_mandatory_features()
871 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_INTERRUPT_COALESCING; in admin_get_features_mandatory_features()
883 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_INTERRUPT_VECTOR_CONFIGURATION; in admin_get_features_mandatory_features()
895 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_WRITE_ATOMICITY; in admin_get_features_mandatory_features()
907 cmd.cdw10_bits.get_features in admin_get_features_mandatory_features()
[all...]
/spdk/test/nvme/err_injection/
H A Derr_injection.c102 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_NUMBER_OF_QUEUES; in get_feature_test()
/spdk/include/spdk_internal/
H A Dvirtio.h80 uint64_t (*get_features)(struct virtio_dev *vdev); member
/spdk/test/nvme/aer/
H A Daer.c121 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_TEMPERATURE_THRESHOLD; in get_temp_threshold()
405 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_NUMBER_OF_QUEUES; in get_feature_test()
/spdk/lib/virtio/
H A Dvirtio_vfio_user.c381 .get_features = virtio_vfio_user_get_features,
H A Dvirtio.c201 uint64_t host_features = virtio_dev_backend_ops(dev)->get_features(dev); in virtio_negotiate_features()
H A Dvirtio_pci.c506 .get_features = modern_get_features,
H A Dvirtio_vhost_user.c810 SPDK_ERRLOG("get_features failed: %s\n", spdk_strerror(-rc)); in virtio_user_get_features()
1005 .get_features = virtio_user_get_features,
/spdk/lib/nvme/
H A Dnvme_ctrlr_cmd.c388 cmd->cdw10_bits.get_features.fid = feature; in spdk_nvme_ctrlr_cmd_get_feature()
417 cmd->cdw10_bits.get_features.fid = feature; in spdk_nvme_ctrlr_cmd_get_feature_ns()
/spdk/test/app/fuzz/llvm_nvme_fuzz/
H A Dllvm_nvme_fuzz.c464 cmd->cmd.cdw10_bits.get_features.fid = g_data[0]; in fuzz_admin_get_features_command()
465 cmd->cmd.cdw10_bits.get_features.sel = (g_data[1] >> 5) & 0x07; in fuzz_admin_get_features_command()
/spdk/test/unit/lib/nvmf/ctrlr.c/
H A Dctrlr_ut.c1361 cmd.nvme_cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_HOST_RESERVE_PERSIST; in test_set_get_features()
1372 cmd.nvme_cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_TEMPERATURE_THRESHOLD; in test_set_get_features()
1380 cmd.nvme_cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_TEMPERATURE_THRESHOLD; in test_set_get_features()
1419 cmd.nvme_cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_ERROR_RECOVERY; in ut_reservation_init()
/spdk/lib/nvmf/
H A Dctrlr.c3617 feature = cmd->cdw10_bits.get_features.fid; in nvmf_ctrlr_set_features()