mmc_request
Regular
4.4
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
void (*done)(struct mmc_request *);
struct mmc_host *host;
};
4.8
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
void (*done)(struct mmc_request *);
struct mmc_host *host;
};
4.10
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
};
4.13
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
};
4.15
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
4.18
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
5.0
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
5.3
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
5.4
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
5.8
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
5.11
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
5.13
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
bool crypto_enabled;
int crypto_key_slot;
u32 data_unit_num;
};
5.15
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
const struct bio_crypt_ctx *crypto_ctx;
int crypto_key_slot;
};
5.19
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
const struct bio_crypt_ctx *crypto_ctx;
int crypto_key_slot;
};
6.2
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
const struct bio_crypt_ctx *crypto_ctx;
int crypto_key_slot;
};
6.5
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
const struct bio_crypt_ctx *crypto_ctx;
int crypto_key_slot;
};
6.8
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
const struct bio_crypt_ctx *crypto_ctx;
int crypto_key_slot;
};
arm64
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
armhf
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
ppc64el
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
riscv64
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
aws
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
azure
: Absent ⚠️
gcp
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
lowlatency
: ✅struct mmc_request {
struct mmc_command *sbc;
struct mmc_command *cmd;
struct mmc_data *data;
struct mmc_command *stop;
struct completion completion;
struct completion cmd_completion;
void (*done)(struct mmc_request *);
void (*recovery_notifier)(struct mmc_request *);
struct mmc_host *host;
bool cap_cmd_during_tfr;
int tag;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
⚠️struct completion cmd_completion
bool cap_cmd_during_tfr
4.10
and 4.13
✅
4.13
and 4.15
⚠️void (*recovery_notifier)(struct mmc_request *)
int tag
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
⚠️bool crypto_enabled
int crypto_key_slot
u32 data_unit_num
5.13
and 5.15
⚠️const struct bio_crypt_ctx *crypto_ctx
bool crypto_enabled
u32 data_unit_num
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and gcp
✅
generic
and lowlatency
✅