MCPcopy Create free account
hub / github.com/ScaleX-IO/uGDS / admin_identify_ctrl

Function admin_identify_ctrl

src/libnvm/admin.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68static void admin_identify_ctrl(nvm_cmd_t* cmd, uint64_t ioaddr)
69{
70 nvm_cmd_header(cmd, 0, NVM_ADMIN_IDENTIFY, 0);
71 nvm_cmd_data_ptr(cmd, ioaddr, 0);
72
73 cmd->dword[10] = (0 << 16) | 0x01;
74 cmd->dword[11] = 0;
75}
76
77
78

Callers 1

nvm_admin_ctrl_infoFunction · 0.85

Calls 2

nvm_cmd_headerFunction · 0.85
nvm_cmd_data_ptrFunction · 0.85

Tested by

no test coverage detected