Searched refs:oncs (Results 1 – 7 of 7) sorted by relevance
29 static void print_optional_nvm_cmd(u16 oncs, int devnum) in print_optional_nvm_cmd() argument34 oncs & 0x10 ? "yes" : "no"); in print_optional_nvm_cmd()36 oncs & 0x08 ? "yes" : "no"); in print_optional_nvm_cmd()38 oncs & 0x04 ? "yes" : "no"); in print_optional_nvm_cmd()40 oncs & 0x02 ? "yes" : "no"); in print_optional_nvm_cmd()42 oncs & 0x01 ? "yes" : "no"); in print_optional_nvm_cmd()119 print_optional_nvm_cmd(le16_to_cpu(ctrl->oncs), ns->devnum); in nvme_print_info()
65 __le16 oncs; member
109 id->oncs &= cpu_to_le16(~NVME_CTRL_ONCS_RESERVATIONS); in nvmet_passthru_override_id_ctrl()
412 id->oncs = cpu_to_le16(NVME_CTRL_ONCS_DSM | in nvmet_execute_identify_ctrl()
293 u16 oncs; member
1914 if (!(ctrl->oncs & NVME_CTRL_ONCS_DSM)) { in nvme_config_discard()1948 if ((ctrl->oncs & NVME_CTRL_ONCS_WRITE_ZEROES) && in nvme_config_write_zeroes()2497 if (!(ctrl->oncs & NVME_CTRL_ONCS_TIMESTAMP)) in nvme_configure_timestamp()3125 ctrl->oncs = le16_to_cpu(id->oncs); in nvme_init_identify()
289 __le16 oncs; member