Lines Matching refs:nruh
4568 maxnpid = n->subsys->endgrp.fdp.nrg * n->subsys->endgrp.fdp.nruh; in nvme_io_mgmt_send_ruh_update()
5233 static size_t sizeof_fdp_conf_descr(size_t nruh, size_t vss) in sizeof_fdp_conf_descr() argument
5235 size_t entry_siz = sizeof(NvmeFdpDescrHdr) + nruh * sizeof(NvmeRuhDescr) in sizeof_fdp_conf_descr()
5249 size_t nruh, fdp_descr_size; in nvme_fdp_confs() local
5259 nruh = endgrp->fdp.nruh; in nvme_fdp_confs()
5261 nruh = 1; in nvme_fdp_confs()
5264 fdp_descr_size = sizeof_fdp_conf_descr(nruh, FDPVSS); in nvme_fdp_confs()
5286 hdr->nruh = cpu_to_le16(endgrp->fdp.nruh); in nvme_fdp_confs()
5291 for (i = 0; i < nruh; i++) { in nvme_fdp_confs()
5298 hdr->nruh = cpu_to_le16(1); in nvme_fdp_confs()
5332 log_size = sizeof(NvmeRuhuLog) + endgrp->fdp.nruh * sizeof(NvmeRuhuDescr); in nvme_fdp_ruh_usage()
5345 hdr->nruh = cpu_to_le16(endgrp->fdp.nruh); in nvme_fdp_ruh_usage()
5347 for (i = 0; i < endgrp->fdp.nruh; i++, ruhud++, ruh++) { in nvme_fdp_ruh_usage()