nvm_dev_map
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int nr_chnls;
};
4.15
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int nr_chnls;
};
4.18
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
5.0
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
5.3
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
5.4
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
5.8
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
5.11
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
5.13
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
5.15
: Absent ⚠️
5.19
: Absent ⚠️
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
armhf
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
ppc64el
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
riscv64
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
aws
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
azure
: Absent ⚠️
gcp
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
lowlatency
: ✅struct nvm_dev_map {
struct nvm_ch_map *chnls;
int num_ch;
};
Regular
4.13
and 4.15
✅
4.15
and 4.18
⚠️int num_ch
int nr_chnls
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
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and gcp
✅
generic
and lowlatency
✅