Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvme/
H A Dctrl.c4986 uint16_t endgrpid = (dw11 >> 16) & 0xffff; in nvme_endgrp_info() local
4991 if (!n->subsys || endgrpid != 0x1) { in nvme_endgrp_info()
5156 static uint16_t nvme_fdp_confs(NvmeCtrl *n, uint32_t endgrpid, uint32_t buf_len, in nvme_fdp_confs() argument
5168 if (endgrpid != 1 || !n->subsys) { in nvme_fdp_confs()
5225 static uint16_t nvme_fdp_ruh_usage(NvmeCtrl *n, uint32_t endgrpid, in nvme_fdp_ruh_usage() argument
5238 if (endgrpid != 1 || !n->subsys) { 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() argument
5281 if (endgrpid != 1 || !n->subsys) { in nvme_fdp_stats()
5301 static uint16_t nvme_fdp_events(NvmeCtrl *n, uint32_t endgrpid, in nvme_fdp_events() argument
5313 if (endgrpid != 1 || !n->subsys) { in nvme_fdp_events()
[all …]
H A Dns.c779 ns->id_ns_ind.endgrpid = cpu_to_le16(0x1); in nvme_ns_realize()
/openbmc/qemu/include/block/
H A Dnvme.h1438 uint16_t endgrpid; member