Home
last modified time | relevance | path

Searched refs:oacs (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme_show.c15 static void print_optional_admin_cmd(u16 oacs, int devnum) in print_optional_admin_cmd() argument
20 oacs & 0x08 ? "yes" : "no"); in print_optional_admin_cmd()
22 oacs & 0x04 ? "yes" : "no"); in print_optional_admin_cmd()
24 oacs & 0x02 ? "yes" : "no"); in print_optional_admin_cmd()
26 oacs & 0x01 ? "yes" : "no"); in print_optional_admin_cmd()
118 print_optional_admin_cmd(le16_to_cpu(ctrl->oacs), ns->devnum); in nvme_print_info()
H A Dnvme.h49 __le16 oacs; member
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dnvme.h294 u16 oacs; member
H A Dpci.c2670 if (dev->ctrl.oacs & NVME_CTRL_OACS_SEC_SUPP) { in nvme_reset_work()
2681 if (dev->ctrl.oacs & NVME_CTRL_OACS_DBBUF_SUPP) { in nvme_reset_work()
H A Dcore.c630 if (!(ctrl->oacs & NVME_CTRL_OACS_DIRECTIVES)) in nvme_configure_directives()
3124 ctrl->oacs = le16_to_cpu(id->oacs); in nvme_init_identify()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dadmin-cmd.c384 id->oacs = 0; in nvmet_execute_identify_ctrl()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h252 __le16 oacs; member