Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvme/
H A Dctrl.c226 #define NVME_VF_RES_GRANULARITY 1 macro
8300 (params->sriov_max_vi_per_vf - 1) % NVME_VF_RES_GRANULARITY) { in nvme_check_params()
8303 " sriov_max_vi_per_vf >= 1", NVME_VF_RES_GRANULARITY); in nvme_check_params()
8309 (params->sriov_max_vq_per_vf - 1) % NVME_VF_RES_GRANULARITY)) { in nvme_check_params()
8312 " sriov_max_vq_per_vf >= 2", NVME_VF_RES_GRANULARITY); in nvme_check_params()
8367 cap->vqgran = cpu_to_le16(NVME_VF_RES_GRANULARITY); in nvme_init_state()
8380 cap->vigran = cpu_to_le16(NVME_VF_RES_GRANULARITY); in nvme_init_state()