Lines Matching refs:endgrpid
5052 uint16_t endgrpid = (dw11 >> 16) & 0xffff; in nvme_endgrp_info() local
5057 if (!n->subsys || endgrpid != 0x1) { in nvme_endgrp_info()
5240 static uint16_t nvme_fdp_confs(NvmeCtrl *n, uint32_t endgrpid, uint32_t buf_len, in nvme_fdp_confs() argument
5252 if (endgrpid != 1 || !n->subsys) { in nvme_fdp_confs()
5309 static uint16_t nvme_fdp_ruh_usage(NvmeCtrl *n, uint32_t endgrpid, in nvme_fdp_ruh_usage() argument
5322 if (endgrpid != 1 || !n->subsys) { 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() argument
5365 if (endgrpid != 1 || !n->subsys) { in nvme_fdp_stats()
5385 static uint16_t nvme_fdp_events(NvmeCtrl *n, uint32_t endgrpid, in nvme_fdp_events() argument
5397 if (endgrpid != 1 || !n->subsys) { in nvme_fdp_events()
6191 static int nvme_get_feature_fdp(NvmeCtrl *n, uint32_t endgrpid, in nvme_get_feature_fdp() argument
6281 uint16_t endgrpid = 0, ret = NVME_SUCCESS; in nvme_get_feature() local
6380 endgrpid = dw11 & 0xff; in nvme_get_feature()
6382 if (endgrpid != 0x1) { in nvme_get_feature()
6386 ret = nvme_get_feature_fdp(n, endgrpid, &result); in nvme_get_feature()
6440 endgrpid = dw11 & 0xff; in nvme_get_feature()
6442 if (endgrpid != 0x1) { in nvme_get_feature()
6446 ret = nvme_get_feature_fdp(n, endgrpid, &result); in nvme_get_feature()