Home
last modified time | relevance | path

Searched defs:endgrpid (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/nvme/
H A Dctrl.c5052 uint16_t endgrpid = (dw11 >> 16) & 0xffff; in nvme_endgrp_info() local
5240 static uint16_t nvme_fdp_confs(NvmeCtrl *n, uint32_t endgrpid, uint32_t buf_len, in nvme_fdp_confs()
5309 static uint16_t nvme_fdp_ruh_usage(NvmeCtrl *n, uint32_t endgrpid, in nvme_fdp_ruh_usage()
5354 static uint16_t nvme_fdp_stats(NvmeCtrl *n, uint32_t endgrpid, uint32_t buf_len, in nvme_fdp_stats()
5385 static uint16_t nvme_fdp_events(NvmeCtrl *n, uint32_t endgrpid, in nvme_fdp_events()
6191 static int nvme_get_feature_fdp(NvmeCtrl *n, uint32_t endgrpid, in nvme_get_feature_fdp()
6281 uint16_t endgrpid = 0, ret = NVME_SUCCESS; in nvme_get_feature() local
/qemu/include/block/
H A Dnvme.h1484 uint16_t endgrpid; member