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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h235 /* elink_phy struct */
240 struct elink_phy;
242 typedef uint8_t (*config_init_t)(struct elink_phy *phy, struct elink_params *params,
244 typedef uint8_t (*read_status_t)(struct elink_phy *phy, struct elink_params *params,
246 typedef void (*link_reset_t)(struct elink_phy *phy,
248 typedef void (*config_loopback_t)(struct elink_phy *phy,
251 typedef void (*hw_reset_t)(struct elink_phy *phy, struct elink_params *params);
252 typedef void (*set_link_led_t)(struct elink_phy *phy,
254 typedef void (*phy_specific_func_t)(struct elink_phy *phy,
262 struct elink_phy { struct
[all...]
H A Dbxe_elink.c757 typedef elink_status_t (*read_sfp_module_eeprom_func_p)(struct elink_phy *phy,
948 static elink_status_t elink_sfp_module_detection(struct elink_phy *phy,
3413 struct elink_phy *phy,
3448 struct elink_phy *phy,
3489 static elink_status_t elink_cl45_read(struct bxe_softc *sc, struct elink_phy *phy,
3566 static elink_status_t elink_cl45_write(struct bxe_softc *sc, struct elink_phy *phy,
3779 static elink_status_t elink_eee_disable(struct elink_phy *phy,
3795 static elink_status_t elink_eee_advertise(struct elink_phy *phy,
3832 static void elink_eee_an_resolve(struct elink_phy *phy,
3992 static void elink_cl45_read_or_write(struct bxe_softc *sc, struct elink_phy *ph
[all...]

Completed in 126 milliseconds