Searched refs:NVME_GET_FEAT_REQ_FIELD_CDW11 (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/test/nvme-tests/tests/unit/ |
H A D | feature.c | 142 .nu_index = NVME_GET_FEAT_REQ_FIELD_CDW11, 149 .nu_index = NVME_GET_FEAT_REQ_FIELD_CDW11, 156 .nu_index = NVME_GET_FEAT_REQ_FIELD_CDW11, 163 .nu_index = NVME_GET_FEAT_REQ_FIELD_CDW11, 170 .nu_index = NVME_GET_FEAT_REQ_FIELD_CDW11,
|
/illumos-gate/usr/src/lib/libnvme/common/ |
H A D | libnvme_feature.c | 413 req->gfr_need |= 1 << NVME_GET_FEAT_REQ_FIELD_CDW11; in nvme_get_feat_req_init_by_disc() 414 req->gfr_allow |= 1 << NVME_GET_FEAT_REQ_FIELD_CDW11; in nvme_get_feat_req_init_by_disc() 567 nvme_get_feat_fields, NVME_GET_FEAT_REQ_FIELD_CDW11, 580 nvme_get_feat_req_clear_need(req, NVME_GET_FEAT_REQ_FIELD_CDW11); in nvme_get_feat_req_set_cdw11()
|
/illumos-gate/usr/src/common/nvme/ |
H A D | nvme_common.h | 346 NVME_GET_FEAT_REQ_FIELD_CDW11, enumerator
|
H A D | nvme_feature.c | 96 [NVME_GET_FEAT_REQ_FIELD_CDW11] = {
|
/illumos-gate/usr/src/uts/common/io/nvme/ |
H A D | nvme_validate.c | 395 nvme_get_feat_fields, NVME_GET_FEAT_REQ_FIELD_CDW11,
|