sfp_busRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct net_device *netdev;
struct phy_device *phydev;
bool registered;
bool started;
};
5.0: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct net_device *netdev;
struct phy_device *phydev;
bool registered;
bool started;
};
5.3: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
5.4: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
5.8: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_quirk *sfp_quirk;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
5.11: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_quirk *sfp_quirk;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
5.13: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_quirk *sfp_quirk;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
5.15: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_quirk *sfp_quirk;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
5.19: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_quirk *sfp_quirk;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
6.2: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_quirk *sfp_quirk;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
6.5: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
const struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_quirk *sfp_quirk;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
6.8: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
const struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_quirk *sfp_quirk;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
arm64: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
armhf: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
ppc64el: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
riscv64: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
aws: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
azure: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
gcp: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
lowlatency: ✅struct sfp_bus {
struct kref kref;
struct list_head node;
struct fwnode_handle *fwnode;
const struct sfp_socket_ops *socket_ops;
struct device *sfp_dev;
struct sfp *sfp;
const struct sfp_upstream_ops *upstream_ops;
void *upstream;
struct phy_device *phydev;
bool registered;
bool started;
};
Regular
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️struct net_device *netdev
5.3 and 5.4 ✅
5.4 and 5.8 ⚠️const struct sfp_quirk *sfp_quirk
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ⚠️struct fwnode_handle *fwnode ➡️ const struct fwnode_handle *fwnode
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅