struct nvme_rw_command { __u8 opcode; __u8 flags; __u16 command_id; __le32 nsid; __u64 rsvd2; __le64 metadata; union nvme_data_ptr dptr; __le64 slba; __le16 length; __le16 control; __le32 dsmgmt; __le32 reftag;...
10 changes: 5 additions & 5 deletions 10 plugins/micron/micron-nvme.c Original file line numberDiff line numberDiff line change @@ -680,7 +680,7 @@ static int micron_temp_stats(int argc, char **argv, struct command *cmd, }; bool is_json = false; struct json_object *root; ...
10 changes: 5 additions & 5 deletions 10 plugins/micron/micron-nvme.c Original file line numberDiff line numberDiff line change @@ -680,7 +680,7 @@ static int micron_temp_stats(int argc, char **argv, struct command *cmd, }; bool is_json = false; struct json_object *root; ...
ret = nvme_alloc_admin_tag_set(&ctrl->ctrl, &ctrl->admin_tag_set, &nvme_fc_admin_mq_ops, struct_size((struct nvme_fcp_op_w_sgl *)NULL, priv, ctrl->lport->ops->fcprqst_priv_sz)); struct_size_t(struct nvme_fcp_op_w_sgl, priv, ctrl->lport->ops->fcprqst_priv_sz)); ...