struct nvme_fw_commit_args
Arguments for the NVMe Firmware Commit command
- Provided by: libnvme-dev (Version: 1.16.1-4)
- Source: libnvme
- Report a bug
Arguments for the NVMe Firmware Commit command
struct nvme_fw_commit_args {
__u32 *result;
int args_size;
int fd;
__u32 timeout;
enum nvme_fw_commit_ca action;
__u8 slot;
bool bpid;
};