| Turnstone Operating System
    | 
nvme submission queue entry More...
#include <nvme.h>
| Classes | |
| union | nvme_submission_queue_entry_datapointer_t | 
| Public Attributes | |
| uint32_t | opc: 8 | 
| operation common_header | |
| uint32_t | fuse: 2 | 
| fused command (two command) | |
| uint32_t | reserved0: 4 | 
| reserved | |
| uint32_t | psdt: 2 | 
| prp or sgl | |
| uint32_t | cid: 16 | 
| command identifier | |
| uint32_t | nsid | 
| namespace id | |
| uint64_t | reserved1 | 
| reserved | |
| uint64_t | mptr | 
| metadata pointer | |
| union nvme_submission_queue_entry_t::nvme_submission_queue_entry_datapointer_t | dptr | 
| data pointer | |
| uint32_t | cdw10 | 
| command dword 10 | |
| uint32_t | cdw11 | 
| command dword 11 | |
| uint32_t | cdw12 | 
| command dword 12 | |
| uint32_t | cdw13 | 
| command dword 13 | |
| uint32_t | cdw14 | 
| command dword 14 | |
| uint32_t | cdw15 | 
| command dword 15 | |
nvme submission queue entry