Searched defs:endgrpid (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 4986 uint16_t endgrpid = (dw11 >> 16) & 0xffff; in nvme_endgrp_info() local 5156 static uint16_t nvme_fdp_confs(NvmeCtrl *n, uint32_t endgrpid, uint32_t buf_len, in nvme_fdp_confs() 5225 static uint16_t nvme_fdp_ruh_usage(NvmeCtrl *n, uint32_t endgrpid, in nvme_fdp_ruh_usage() 5270 static uint16_t nvme_fdp_stats(NvmeCtrl *n, uint32_t endgrpid, uint32_t buf_len, in nvme_fdp_stats() 5301 static uint16_t nvme_fdp_events(NvmeCtrl *n, uint32_t endgrpid, in nvme_fdp_events() 6102 static int nvme_get_feature_fdp(NvmeCtrl *n, uint32_t endgrpid, in nvme_get_feature_fdp() 6192 uint16_t endgrpid = 0, ret = NVME_SUCCESS; in nvme_get_feature() local
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 1438 uint16_t endgrpid; member
|