phylink_configRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
};
5.4: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
};
5.8: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
bool pcs_poll;
bool poll_fixed_state;
void (*get_fixed_state)(struct phylink_config *, struct phylink_link_state *);
};
5.11: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
bool pcs_poll;
bool poll_fixed_state;
void (*get_fixed_state)(struct phylink_config *, struct phylink_link_state *);
};
5.13: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
bool pcs_poll;
bool poll_fixed_state;
bool ovr_an_inband;
void (*get_fixed_state)(struct phylink_config *, struct phylink_link_state *);
};
5.15: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
bool pcs_poll;
bool poll_fixed_state;
bool ovr_an_inband;
void (*get_fixed_state)(struct phylink_config *, struct phylink_link_state *);
};
5.19: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
bool legacy_pre_march2020;
bool poll_fixed_state;
bool ovr_an_inband;
void (*get_fixed_state)(struct phylink_config *, struct phylink_link_state *);
long unsigned int supported_interfaces[1];
long unsigned int mac_capabilities;
};
6.2: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
bool legacy_pre_march2020;
bool poll_fixed_state;
bool mac_managed_pm;
bool ovr_an_inband;
void (*get_fixed_state)(struct phylink_config *, struct phylink_link_state *);
long unsigned int supported_interfaces[1];
long unsigned int mac_capabilities;
};
6.5: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
bool legacy_pre_march2020;
bool poll_fixed_state;
bool mac_managed_pm;
bool ovr_an_inband;
void (*get_fixed_state)(struct phylink_config *, struct phylink_link_state *);
long unsigned int supported_interfaces[1];
long unsigned int mac_capabilities;
};
6.8: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
bool poll_fixed_state;
bool mac_managed_pm;
bool ovr_an_inband;
void (*get_fixed_state)(struct phylink_config *, struct phylink_link_state *);
long unsigned int supported_interfaces[1];
long unsigned int mac_capabilities;
};
arm64: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
};
armhf: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
};
ppc64el: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
};
riscv64: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
};
aws: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
};
azure: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
};
gcp: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
};
lowlatency: ✅struct phylink_config {
struct device *dev;
enum phylink_op_type type;
};
Regular
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️bool pcs_poll
bool poll_fixed_state
void (*get_fixed_state)(struct phylink_config *, struct phylink_link_state *)
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️bool ovr_an_inband
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️bool legacy_pre_march2020
long unsigned int supported_interfaces[1]
long unsigned int mac_capabilities
bool pcs_poll
5.19 and 6.2 ⚠️bool mac_managed_pm
6.2 and 6.5 ✅
6.5 and 6.8 ⚠️bool legacy_pre_march2020
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅