Home
last modified time | relevance | path

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

/netbsd-src/sbin/nvmectl/
H A Didentify.c128 (cdata->oncs & NVME_ID_CTRLR_ONCS_COMPARE) ? in print_controller()
131 (cdata->oncs & NVME_ID_CTRLR_ONCS_WRITE_UNC) ? in print_controller()
134 (cdata->oncs & NVME_ID_CTRLR_ONCS_DSM) ? in print_controller()
137 (cdata->oncs & NVME_ID_CTRLR_ONCS_WRITE_ZERO) ? in print_controller()
140 (cdata->oncs & NVME_ID_CTRLR_ONCS_SET_FEATURES) ? in print_controller()
143 (cdata->oncs & NVME_ID_CTRLR_ONCS_RESERVATION) ? in print_controller()
/netbsd-src/sys/dev/ic/
H A Dnvmeio.h186 identify->oncs = le16toh(identify->oncs); in nvme_identify_controller_swapbytes()
H A Dnvmereg.h520 uint16_t oncs; /* Optional NVM Command Support */ member