OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
Go to the source code of this file.
Functions | |
unsigned int | get_num_of_queue (unsigned int dword11) |
void | handle_set_features (NVME_ADMIN_COMMAND *nvmeAdminCmd, NVME_COMPLETION *nvmeCPL) |
void | handle_get_features (NVME_ADMIN_COMMAND *nvmeAdminCmd, NVME_COMPLETION *nvmeCPL) |
void | handle_create_io_cq (NVME_ADMIN_COMMAND *nvmeAdminCmd, NVME_COMPLETION *nvmeCPL) |
void | handle_delete_io_cq (NVME_ADMIN_COMMAND *nvmeAdminCmd, NVME_COMPLETION *nvmeCPL) |
void | handle_create_io_sq (NVME_ADMIN_COMMAND *nvmeAdminCmd, NVME_COMPLETION *nvmeCPL) |
void | handle_delete_io_sq (NVME_ADMIN_COMMAND *nvmeAdminCmd, NVME_COMPLETION *nvmeCPL) |
void | handle_identify (NVME_ADMIN_COMMAND *nvmeAdminCmd, NVME_COMPLETION *nvmeCPL) |
void | handle_get_log_page (NVME_ADMIN_COMMAND *nvmeAdminCmd, NVME_COMPLETION *nvmeCPL) |
void | handle_nvme_admin_cmd (NVME_COMMAND *nvmeCmd) |
unsigned int get_num_of_queue | ( | unsigned int | dword11 | ) |
Definition at line 59 of file nvme_admin_cmd.c.
void handle_create_io_cq | ( | NVME_ADMIN_COMMAND * | nvmeAdminCmd, |
NVME_COMPLETION * | nvmeCPL | ||
) |
Definition at line 274 of file nvme_admin_cmd.c.
void handle_create_io_sq | ( | NVME_ADMIN_COMMAND * | nvmeAdminCmd, |
NVME_COMPLETION * | nvmeCPL | ||
) |
Definition at line 213 of file nvme_admin_cmd.c.
void handle_delete_io_cq | ( | NVME_ADMIN_COMMAND * | nvmeAdminCmd, |
NVME_COMPLETION * | nvmeCPL | ||
) |
Definition at line 306 of file nvme_admin_cmd.c.
void handle_delete_io_sq | ( | NVME_ADMIN_COMMAND * | nvmeAdminCmd, |
NVME_COMPLETION * | nvmeCPL | ||
) |
Definition at line 249 of file nvme_admin_cmd.c.
void handle_get_features | ( | NVME_ADMIN_COMMAND * | nvmeAdminCmd, |
NVME_COMPLETION * | nvmeCPL | ||
) |
Definition at line 152 of file nvme_admin_cmd.c.
void handle_get_log_page | ( | NVME_ADMIN_COMMAND * | nvmeAdminCmd, |
NVME_COMPLETION * | nvmeCPL | ||
) |
Definition at line 384 of file nvme_admin_cmd.c.
void handle_identify | ( | NVME_ADMIN_COMMAND * | nvmeAdminCmd, |
NVME_COMPLETION * | nvmeCPL | ||
) |
Definition at line 331 of file nvme_admin_cmd.c.
void handle_nvme_admin_cmd | ( | NVME_COMMAND * | nvmeCmd | ) |
Definition at line 415 of file nvme_admin_cmd.c.
void handle_set_features | ( | NVME_ADMIN_COMMAND * | nvmeAdminCmd, |
NVME_COMPLETION * | nvmeCPL | ||
) |
Definition at line 90 of file nvme_admin_cmd.c.