Searched refs:get_features (Results 1 – 12 of 12) sorted by relevance
363 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...]
102 cmd.cdw10_bits.get_features.fid = SPDK_NVME_FEAT_NUMBER_OF_QUEUES; in get_feature_test()
80 uint64_t (*get_features)(struct virtio_dev *vdev); member
121 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()
381 .get_features = virtio_vfio_user_get_features,
201 uint64_t host_features = virtio_dev_backend_ops(dev)->get_features(dev); in virtio_negotiate_features()
506 .get_features = modern_get_features,
810 SPDK_ERRLOG("get_features failed: %s\n", spdk_strerror(-rc)); in virtio_user_get_features() 1005 .get_features = virtio_user_get_features,
388 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()
464 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()
1361 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()
3617 feature = cmd->cdw10_bits.get_features.fid; in nvmf_ctrlr_set_features()