Dune NVMe Storage Support
| DuneNvme 1.0.2 This is a simple NVMe test environment that allows experimentation with the low level PCIe NVMe interfaces as available on a Xilinx FPGA environment. |
39 #define BFPGA_CMD_GETINFO _IOR('Z', 0, BFpgaInfo) 40 #define BFPGA_CMD_GET_CONTROL _IOR('Z', 1, uint32_t) 41 #define BFPGA_CMD_SET_CONTROL _IOW('Z', 2, uint32_t) 42 #define BFPGA_CMD_RESET _IO('Z', 3) 56 const int BFpgaId = 0x0000;
57 const int BFpgaControl = 0x0001;
58 const int BFpgaStatus = 0x0002;
59 const int BFpgaIntControl = 0x0003;
60 const int BFpgaIntStatus = 0x0004;