Merging upstream version 2.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
736f2f7c80
commit
37275c4af3
530 changed files with 12276 additions and 4877 deletions
|
@ -30,7 +30,7 @@ int nvme_cli_identify_primary_ctrl(struct nvme_dev *dev, __u16 cntid,
|
|||
struct nvme_primary_ctrl_cap *cap);
|
||||
int nvme_cli_identify_secondary_ctrl_list(struct nvme_dev *dev, __u16 cntid,
|
||||
struct nvme_secondary_ctrl_list *sc_list);
|
||||
int nvme_cli_ns_mgmt_delete(struct nvme_dev *dev, __u32 nsid);
|
||||
int nvme_cli_ns_mgmt_delete(struct nvme_dev *dev, __u32 nsid, __u32 timeout);
|
||||
int nvme_cli_ns_mgmt_create(struct nvme_dev *dev,
|
||||
struct nvme_ns_mgmt_host_sw_specified *data,
|
||||
__u32 *nsid, __u32 timeout, __u8 csi);
|
||||
|
@ -88,9 +88,9 @@ int nvme_cli_get_log_predictable_lat_nvmset(struct nvme_dev *dev,
|
|||
struct nvme_nvmset_predictable_lat_log *log);
|
||||
int nvme_cli_get_log_predictable_lat_event(struct nvme_dev *dev, bool rae,
|
||||
__u32 offset, __u32 len, void *log);
|
||||
int nvme_cli_get_log_ana(struct nvme_dev *dev,
|
||||
enum nvme_log_ana_lsp lsp, bool rae,
|
||||
__u64 offset, __u32 len, void *log);
|
||||
int nvme_cli_get_ana_log_atomic(struct nvme_dev *dev, bool rgo, bool rae,
|
||||
unsigned int retries,
|
||||
struct nvme_ana_log *log, __u32 *len);
|
||||
int nvme_cli_get_log_lba_status(struct nvme_dev *dev, bool rae,
|
||||
__u64 offset, __u32 len, void *log);
|
||||
int nvme_cli_get_log_endurance_grp_evt(struct nvme_dev *dev, bool rae,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue