sfp_upstream_ops
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: ✅struct sfp_upstream_ops {
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
5.0
: ✅struct sfp_upstream_ops {
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
5.3
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
5.4
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
5.8
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
int (*module_start)(void *);
void (*module_stop)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
5.11
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
int (*module_start)(void *);
void (*module_stop)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
5.13
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
int (*module_start)(void *);
void (*module_stop)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
5.15
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
int (*module_start)(void *);
void (*module_stop)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
5.19
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
int (*module_start)(void *);
void (*module_stop)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
6.2
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
int (*module_start)(void *);
void (*module_stop)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
6.5
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
int (*module_start)(void *);
void (*module_stop)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
6.8
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
int (*module_start)(void *);
void (*module_stop)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
arm64
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
armhf
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
ppc64el
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
riscv64
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
aws
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
azure
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
gcp
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
lowlatency
: ✅struct sfp_upstream_ops {
void (*attach)(void *, struct sfp_bus *);
void (*detach)(void *, struct sfp_bus *);
int (*module_insert)(void *, const struct sfp_eeprom_id *);
void (*module_remove)(void *);
void (*link_down)(void *);
void (*link_up)(void *);
int (*connect_phy)(void *, struct phy_device *);
void (*disconnect_phy)(void *);
};
Regular
4.18
and 5.0
✅
5.0
and 5.3
⚠️void (*attach)(void *, struct sfp_bus *)
void (*detach)(void *, struct sfp_bus *)
5.3
and 5.4
✅
5.4
and 5.8
⚠️int (*module_start)(void *)
void (*module_stop)(void *)
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
✅
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
✅