Home
last modified time | relevance | path

Searched refs:elink_phy (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/bxe/
HDbxe_elink.h237 struct elink_phy;
239 typedef uint8_t (*config_init_t)(struct elink_phy *phy, struct elink_params *params,
241 typedef uint8_t (*read_status_t)(struct elink_phy *phy, struct elink_params *params,
243 typedef void (*link_reset_t)(struct elink_phy *phy,
245 typedef void (*config_loopback_t)(struct elink_phy *phy,
248 typedef void (*hw_reset_t)(struct elink_phy *phy, struct elink_params *params);
249 typedef void (*set_link_led_t)(struct elink_phy *phy,
251 typedef void (*phy_specific_func_t)(struct elink_phy *phy,
259 struct elink_phy { struct
418 struct elink_phy phy[ELINK_MAX_PHYS];
[all …]
HDbxe_elink.c739 typedef elink_status_t (*read_sfp_module_eeprom_func_p)(struct elink_phy *phy,
3390 struct elink_phy *phy, in elink_cl22_write()
3425 struct elink_phy *phy, in elink_cl22_read()
3466 static elink_status_t elink_cl45_read(struct bxe_softc *sc, struct elink_phy *phy, in elink_cl45_read()
3543 static elink_status_t elink_cl45_write(struct bxe_softc *sc, struct elink_phy *phy, in elink_cl45_write()
3756 static elink_status_t elink_eee_disable(struct elink_phy *phy, in elink_eee_disable()
3772 static elink_status_t elink_eee_advertise(struct elink_phy *phy, in elink_eee_advertise()
3809 static void elink_eee_an_resolve(struct elink_phy *phy, in elink_eee_an_resolve()
3972 static void elink_cl45_read_or_write(struct bxe_softc *sc, struct elink_phy *phy, in elink_cl45_read_or_write()
3981 struct elink_phy *phy, in elink_cl45_read_and_write()
[all …]